Hi Folks,

I've got a (in my eyes) very strange behaviour from my RedHat Linux 9.0 box.
I needed to upgrade my PHP version to 4.3, since that's the version on the
production server and well .. test and production should match pretty good
;). Since self compiling didn't work. All errors with apxs and stuff. And I
just found out about the new RH9 version with php4.3 I decided to get the
packages from that distribution into my test server.

Started with downloading the php packages. Ended up installing 20+ packages
because of all dependences. From httpd->mod_perl->Perl, pam, sendmail even.
Glibc of course. All seemed quite well. And from the commandline it works
quite well. PHP files get parsed through apache, but somehow it fatals on
"undefined function mysql_select". I've tried restarting apache a coupla
times. Restarted mysql a coupla times. Even rebooted the server a coupla
times. Installed the new mysql package. But nothing works. The mysql
functions stay undefined.

>From the commandline it all works normally, though..

(ow, now suddenly the error changed to just "Error 500, Internal server
error")

thanks for any help ..

--- some info ---

=== errors from error_log ===
PHP Warning:  Unknown(): Unable to load dynamic library
'/usr/lib/php4/ldap.so' - /usr/lib/php4/ldap.so: undefined symbol:
OnUpdateInt in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library
'/usr/lib/php4/mysql.so' - /usr/lib/php4/mysql.so: undefined symbol:
OnUpdateInt in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library
'/usr/lib/php4/pgsql.so' - /usr/lib/php4/pgsql.so: undefined symbol:
OnUpdateBool in Unknown on line 0

=== rpm -qa | grep php
php-4.3.2-7
php-ldap-4.3.2-7
php-pgsql-4.3.2-7
php-mysql-4.3.2-7

=== rpm -qa | grep mysql
mysql-3.23.57-1
php-mysql-4.3.2-7
mysql-server-3.23.57-1

=== rpm -qa | grep httpd
httpd-2.0.47-4
httpd-manual-2.0.40-21.3
redhat-config-httpd-1.0.1-18

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to