Note Submitter: [email]gadams00@hotmail.com[/email]

----

I've compiled php-4.3.2 for Apache 2.0.46 runnign on Solaris 8, including ingres support. I didn't get any error while compiling or installing.

I've added the lines to my httpd.conf as follows:

LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php .php

When I try to do apachectl restart I get the following:

Syntax error on line 210 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into server: ld.so.1: /usr/local/apache2/bin/httpd: fatal: relocation error: file /usr/local/apache2/modules/libphp4.so: symbol elf_version: referenced symbol not found

I would think that it's complaining about not having the LD_LIBRARY_PATH to include libelf.so.1, but I tried adding a LD_LIBRARY_PATH definition and export in apachectl, and it still gets that error message, then I ran ldd on libphp4.so and didn't see any libelf listed.

Any ideas?