Hi all, I am currently trying to compile PHP 4.2.0 as an .so for Apache. First, some system info:
PHP 4.2.0 Apache 1.3.24 w/modperl 1.26 compiled in. Solaris 8 Sparc Here is the configure command I ran: ./configure --with-mysql=/software/mysql --enable-calendar --with-apxs=/soft ware/apache/bin/apxs --with-db3=/usr/local/BerkeleyDB --with-pgsql=/software /pgsql --with-gettext Now everything looks good when I configure, make and make install, but the problem comes when I try to fire up Apache. I recieve the following: Syntax error on line 17 of /usr/local/apache/conf/httpd.conf: Cannot load /software/apache/libexec/libphp4.so into server: ld.so.1: /software/apache/bin/httpd: fatal: relocation error: file /software/apache/libexec/libphp4.so: symbol __cmpdi2: referenced symbol not found Line 17 of the httpd.conf file reads: LoadModule php4_module libexec/libphp4.so I think that covers it all. Any help would be great. Thanks, Dan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php