...when I try and open my phpinfo() page in a browser, absolutely NOTHING happens:
(see for yourself) http://seagrantdev.mit.edu/phptestsite/info.php
in Firefox: calling phpinfo() page has visible effect in browser
in Safari: “lost network connection” (NSURLErrorDomain:-1005)
in IE: "Attempt to load.... failed"
My apache error_log lists:
"Apache/1.3.26 (Unix) PHP/5.0.4 configured -- resuming normal operations"
and then "...exit signal Segmentation Fault (11)"
when I stop/start the server and try and access the phpinfo() page
HTML pages in the same folder as my phpinfo() page load fine.
///////
My system:
Solaris 9 server
Apache 1.3.26
PHP 5.0.4
///////
prior to compiling, I run:
LD_RUN_PATH=/usr/local/lib;export LD_RUN_PATH
LD_LIBRARY_PATH=/usr/local/lib;export LD_LIBRARY_PATH
PHP then compiles, makes, and make installs fine.
some oddities maybe worth mentioning:
1) when I add the "AddModule mod_php5.c" line to my httpd.conf, apache gives me a warning at start that it's already loaded and this line is being skipped, but 'httpd -l' doesn't list mod_php5.c.
2) php installs in '/usr/local/lib' rather than '/usr/local'
I've been working on this for a week, and am completely stuck.