27-Jun-2010

More on 8.4 + WASD 10 + PHP
I installed the latest version of WASD (10.1) and PHP (5.2.13, as supplied by Mark Berryman) but still it didn’t work – got the same errors as before. After some fiddling around with files (I should have read the README file first 🙂 ) the PHP_INFO script did finally produce output, but notr entirely as I expected: for instance, no additional modules are shown. But at least, the error is now gone.
Using PHP interactively however, does produce the well known error:

$ php CGI_BIN:PHP_INFO.PHP
PHP Warning: PHP Startup: Unable to load dynamic library '/php_root/extensions/php_mysqli.exe' - %LIB-E-ACTIMAGE, error activating image $1$DKA0:[SYS0.SYSCOMMON.][SYSLIB]SSL$LIBCRYPTO_SHR32.EXE
-SYSTEM-F-SHRIDMISMAT, ident mismatch with shareable image in Unknown on line 0

but continues – and lists all modules that I enabled…

Perhaps it’s just a mismatch in logical names when running interactively, and when by the server, and if so: what caused it?

Question put into the WASD mailing list.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.