1
Web applications / Re: Need memcached module for php7!
« on: March 13, 2026, 09:56:39 pm »
Does it depend on having PHP installed? I'd guess so
OS2World.com Forum is back !!!
Remember to visit OS2World at:
http://www.os2world.com
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Introduced the Dooble Awesome Shell (DASH). Interactive commands are not functional. Unix onlySo I had to try it.D:\AOSBOOT>aosboot.cmd
usage: aosboot <drive:> <path to .ISO file>
example: aosboot Q: C:\downloads\ArcaOS-5.1.iso
This script creates a bootable USB drive you can use
to install ArcaOS. It supports booting both BIOS and
UEFI-based systems. Any USB drive >= 2gb can be used
as-is. If the disk has more than one partition, you
can enter any of the drive letters assigned to it.
Warning! This process will repartition the USB drive
and will DESTROY all of its current content.
Since copying files to flash drives can be very slow
this process may take 10-30 minutes.
For additional details, please read "aosboot.txt"
AosBoot v2 (c)2017,2019 RL Walsh, (c)2017,2019 Arca Noae
I have the ArcaOS-5.1.1-en.iso file copied to the USB drive. I have tried connecting it to each and every USB port on the front and the back, powering off the computer and powering it back on and ... it never sees the USB drive OR it doesn't recognize the file as an ISO file therefore it is not trying to install the contents of the file. Anything else I might be doing wrong?
The volume label in drive I is EFIBOOT.
The Volume Serial Number is 1909:0E31.
Directory of I:\
12-28-25 4:45p 16,047 0 a--- config.sys
12-28-25 4:45p 4,592,762 0 a--- boot1.bin
12-28-25 4:45p 12,213,555 0 a--- boot2.bin
12-28-25 4:45p 402,117 0 a--- boot3.bin
3-01-26 5:32p <DIR> 0 ---- efi
5 file(s) 17,224,481 bytes used
55,274,496 bytes free
8-28-25 9:58a 107,936 0 a--- bootx64.efi
12-28-25 4:45p 785,521 0 a--- os2ldr.bin
9-01-24 12:18p 13 0 a--- os2ldr.cfg
9-01-24 12:18p 831 0 a--- ANdb.cer
9-01-24 12:18p 1,200 0 a--- ANdb.crt
By the way, this message board takes two to three minutes to update for me. Is it only me or is there something going on?
ls *.db | while read filename;
do sqlite3 $filename 'PRAGMA journal_mode=WAL;';
done;
For unwal.sh, change the middle line to do sqlite3 $filename 'PRAGMA journal_mode=delete;';
To downgrade sqlite,yum downgrade sqlite sqlite-libs
Edit: Forgot the time stamp,Directory of L:\qt6-6.2.x\plugins\sqldrivers
5-13-25 7:56p <DIR> 124 a--- .
4-11-25 5:34p <DIR> 124 ---- ..
5-04-25 12:06a 386,200 124 a--- qsqlite.dll
3 file(s) 386,200 bytes used
I haven't seen anything about anyone running ArcaOS 5.1 virtually on a Mac but I will look for that or maybe someone is doing it with UNIX/Linux and maybe I can do it that way in the future. But I would MUCH rather work with people in any way that I can to help create a 64-bit version of OS/2 which can run everything the 32-bit version can run PLUS run native 64-bit OS/2 apps too. (The odds that Microsoft would agree to let us run 32-bit/64-bit Windows apps on OS/2 is close to negative one billion or lower but who knows, anything is possible.)
Doesn't OpenWatcom mean using some seriously ancient C/C++ language standards? Any idea why it's preferred over gcc?
b) If you want to port things from the Linux word you can use "gcc" and some libraries like "Qt5" and SDL.

c) Do you want to create a WPS application.... prepare to suffer![]()
Maybe you should start with PM first and later learn about WPS.
So what's the actual difference here? My understanding was that WPS was just a shell on top of PM, like how in Windows, Explorer is a shell on top of GDI, but I'm getting the impression that's way off!
Is there an OpenSSL port with headers, etc?
yum install openssl-develOr use ANPM to do the same.