Yes, PHP compiles and loads fine. It is the PHP extension modules which don't work. If they're compiled into PHP, then it is OK. If they are dynamically loaded via the dl() function in a script, or via the php.ini file, then I get the following error in the Apache error_log:
PHP Warning: Unable to load dynamic library '/usr/HTTPServer/libexec/libfirstmod.so' - Invalid argument in Unknown on line 0 I've tried this under both Apache 1.3.12 and the IBM HTTPServer (based on Apache 1.3.12) with the same result. I've tried my module (which works fine under Solaris), a simple test module, and some of the modules which come with PHP (such as ldap). Same result. --Ryan > -----Original Message----- > From: Jim Thome [mailto:jthome@;fcgov.com] > Sent: Friday, October 18, 2002 10:46 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP-INST] PHP and AIX > > > Ryan, > > Please re-word your post with a detailed description of your > problem: Does PHP compile? If not, what is the error, what are > the last lines from your config.log file and what is your > configure line? If it does compile and doesn't load, what is the > error? What webserver are you using? > > Jim > > >>> "Ryan Smith" <[EMAIL PROTECTED]> 10/18/02 11:26AM >>> > > I tried to get this question answered once before, and got no response, so > let me reword: > > Is anyone using dynamically loaded PHP modules on AIX? > > I can't get any, including the modules that come with PHP, to work. ANY > help would be appreciated. > > --Ryan > > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php