php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11671 Apache server does not start afer "successful" install
Submitted: 2001-06-25 11:31 UTC Modified: 2001-06-27 05:09 UTC
From: pierre dot dezes at unibas dot ch Assigned:
Status: Closed Package: MySQL related
PHP Version: 4.0.6 OS: i686-pc-linux-gnu (SuSe 6.3)
Private report: No CVE-ID: None
 [2001-06-25 11:31 UTC] pierre dot dezes at unibas dot ch
After installing PHP 4.0.6 (instead of 4.0.4pl1), as a Dynamic Module,

./configure --with-mysql=/usr/local/mysql --with-apxs

I did:

rcapache start

and receive the message:

Starting service httpdSyntax error on line 199 of /etc/httpd/httpd.conf:
Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so:
<b>undefined symbol: uncompress</b>
startproc:  exit status of /usr/sbin/httpd: 1
                                                                      failed 


I reinstalled PhP 4.0.4pl1, and everything went smoothly.

Any Idea?




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-26 02:54 UTC] derick@php.net
See the MySQL manual, paragraph 24.5.1. This is not a bug in PHP.
 [2001-06-26 08:47 UTC] sniper@php.net
And add --with-zlib to your configure line..

 [2001-06-27 05:09 UTC] pierre dot dezes at unibas dot ch
thanks
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 16:01:29 2024 UTC