I am having the hardest time getting php4 to load into apache as a DSO. I have don't this before without much of a problem.
I have searched many of mail lists and find alot of people with simular problems. But not many answers.
Solaris isn't finding the right things when loading the php4 module. I have a ssl module that loads as a DSO just fine though.
This is what I get when trying to start apache.
I have tried using an LD_LIBRARY_PATH and unsetting it. Both have the same effect.
Syntax error on line 205 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: ld.so.1:
/usr/local/apache/bin/httpd: fatal: relocation error: file
/usr/local/apache/libexec/libphp4.so: symbol ap_block_alarms: referenced symbol not found /usr/local/apache/bin/apachectl start: httpd could not be started
My Enviroment is as follows:
PATH=/usr/ccs/bin:/usr/ucb:/usr/bin:/usr/sbin:/usr/openwin/bin:/usr/dt/bin:/usr/local/apache/bin:/usr/local/bin
Sun E220R
Solaris 8
Gcc 3.0.3
Using binutils from sunfreeware.
Apache 1.3.24
Php4.1.2
Thanks,
Todd