php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14171 Apache 1.3 can not start after php4.0.6 install
Submitted: 2001-11-22 04:27 UTC Modified: 2001-11-22 04:29 UTC
From: z dot yu at ecu dot edu dot au Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.6 OS: Solaris 8 for Intel
Private report: No CVE-ID: None
 [2001-11-22 04:27 UTC] z dot yu at ecu dot edu dot au
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-22 04:29 UTC] derick@php.net
Add --with-zlib to your php configure line as a workaround for php 4.0.6). This is fixed in the upcoming 4.1.0 release.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jan 20 09:01:29 2025 UTC