Hey all,
Not very tested..... but https://smedley.id.au/tmp/httpd-2.4.63-os2-debug-20250427.zip
needs openssl 3.4 from netlabs-exp and possible some other dependencies.
Built with GCC 15.1.0 and on my bare metal machine (first apache2 build on this box).
Not (yet) tested with PHP...
Cheers,
Paul
Subject: | [ANNOUNCEMENT] Apache HTTP Server 2.4.63 Released |
---|---|
Date: | Thu, 23 Jan 2025 15:55:21 -0500 |
From: | jim <j...@apache.org> |
Reply-To: | d...@httpd.apache.org |
To: | anno...@httpd.apache.org |
Darn it.... I wasn't able to test with PHP as I don't have a working setup on the bare metal machine.
I've just built PHP 8.1.32 using openssl3 - so will test with
that combination
--
You received this message because you are subscribed to the Google Groups "Apache for OS/2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to apache2+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/apache2/ea45df8e-6acd-497f-b70f-0544af1adab6n%40googlegroups.com.
OK.... with https://smedley.id.au/tmp/php-8.1.32-os2-20250428.zip it seems to start/work - I haven't (yet) been able to confirm sql connections work. Need to setup mysql on the baremetal machine or convince my primary mysql install to allow connections from the OS/2 box.
sodium module is missing as it's crashing...
Needs an updated PHP too..
OK.... with https://smedley.id.au/tmp/php-8.1.32-os2-20250428.zip it seems to start/work - I haven't (yet) been able to confirm sql connections work. Need to setup mysql on the baremetal machine or convince my primary mysql install to allow connections from the OS/2 box.
Nah, the mysql instance for my site runs on a linux box. To test
mantis with the rebuilt apache2/php I attempted to setup mantis on
the OS/2 box to talk to the linux box. However I'm getting
connection refused even though I updated mysql to allow
connections from other IPs than localhost (or at least I thought I
did!)
To unsubscribe from this group and stop receiving emails from it, send an email to apache2+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/apache2/d3824409-26c4-46ec-800d-7af0eabd98c4n%40googlegroups.com.
Hi again,
Bit more detail now I'm at home and not on the phone: The
additional ".DLL" is the module loading code in php
From the log:
[30-Apr-2025 00:16:12 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.dll' (tried: C:/Programs/php8/modules/imagick.dll (dlopen rc=2 extra=C:\PROGRAMS\PHP8\MODULES\IMAGICK.DLL), C:/Programs/php8/modules/imagick.dll.dll (dlopen rc=2 extra=C:\PROGRAMS\PHP8\MODULES\IMAGICK.DLL.DLL)) in Unknown on line 0
This one just seems to be a missing
C:\PROGRAMS\PHP8\MODULES\IMAGICK.DLL - imagick.dll isn't part of
the PHP distro, it is built/distributed separately.
[30-Apr-2025 00:16:12 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_pgsq.dll' (tried: C:/Programs/php8/modules/pdo_pgsq.dll (dlopen rc=2 extra=PQ), C:/Programs/php8/modules/pdo_pgsq.dll.dll (dlopen rc=2 extra=C:\PROGRAMS\PHP8\MODULES\PDO_PGSQ.DLL.DLL)) in Unknown on line 0
Per "dlopen rc=2 extra=PQ" - missing pq.dll which comes from my
postgresql builds. This was previously statically linked.
[30-Apr-2025 00:16:12 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'pgsql.dll' (tried: C:/Programs/php8/modules/pgsql.dll (dlopen rc=2 extra=PQ), C:/Programs/php8/modules/pgsql.dll.dll (dlopen rc=2 extra=C:\PROGRAMS\PHP8\MODULES\PGSQL.DLL.DLL)) in Unknown on line 0
As above.
[30-Apr-2025 00:16:12 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'sodium.dll' (tried: C:/Programs/php8/modules/sodium.dll (dlopen rc=2 extra=C:\PROGRAMS\PHP8\MODULES\SODIUM.DLL), C:/Programs/php8/modules/sodium.dll.dll (dlopen rc=2 extra=C:\PROGRAMS\PHP8\MODULES\SODIUM.DLL.DLL)) in Unknown on line 0
As above.
[30-Apr-2025 00:16:12 UTC] PHP Warning: PHP Startup: Unable to
load dynamic library 'zip.dll' (tried:
C:/Programs/php8/modules/zip.dll (dlopen rc=2 extra=ZIP5),
C:/Programs/php8/modules/zip.dll.dll (dlopen rc=2
extra=C:\PROGRAMS\PHP8\MODULES\ZIP.DLL.DLL)) in Unknown on line 0
Missing zip5.dll - from libzip-1.11.3-2.oc00.pentium4 : C library
for reading, creating, and modifying