|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-11-22 04:29 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 19:00:01 2025 UTC |
I installed php4.0.6 on Solaris 8 Intel (SunOS 5.8 Generic_108529-12 i86pc i386 i86pc) with mysql 3.2.3. I have no problem to complie php. and the following lines are added to /etc/apache/httpd.conf: LoadModule php4_module /usr/apache/libexec/libphp4.so AddModule mod_php4.c When I restart apache, I get the following errors # ./S50apache start httpd starting. Syntax error on line 241 of /etc/apache/httpd.conf: Cannot load /usr/apache/libexec/libphp4.so into server: ld.so.1: /usr/apache/bin/httpd: fatal: relocation error: file /usr/apache/libexec/libphp4.so: symbol uncompress: referenced symbol not found /usr/apache/bin/apachectl start: httpd could not be started Could you please tell me how to fix the problem. Thanks Regards Greg Yu z.yu@ecu.edu.au