Hello everyone, I'm experiencing some problems when installing PHP 4.2.2. I have PHP 4.2.1 installed on our server, with the following options:
'./configure' '--prefix=/usr' '--with-apxs=/usr/sbin/apxs' \ '--with-gd=/usr/local' '--with-gettext=/usr' '--enable-safe-mode' \ '--with-config-file-path=/etc/httpd' '--with-exec-dir=/usr/bin' \ '--with-zlib' '--enable-magic-quotes' '--with-regex=system' \ '--with-ttf=/usr' '--enable-track-vars' '--enable-xml' \ '--disable-debug' '--with-libdir=/usr/lib' '--with-pgsql=shared' \ '--with-ldap' '--with-imap' '--enable-shared-pdflib' \ '--with-pdflib=/usr/local' '--with-jpeg-dir=/usr/local/lib' \ '--with-png-dir=/usr' '--enable-ftp' '--with-curl=/usr/local/lib' When I install PHP 4.2.2. with the same options, the install goes ok. But when I try to reload Apache, I get the following error: Cannot load /home/lib/apache/libphp4.so into server: /home/lib/apache/libphp4.so: undefined symbol: php_startup_internal_extensions Does anyone know how to solve this problem? Thanks in advance. Kind regards, - Hans -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php