php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13853 undefined symbol: uncompress
Submitted: 2001-10-27 17:16 UTC Modified: 2001-10-27 17:26 UTC
From: keklam at wt dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: Linux
Private report: No CVE-ID: None
 [2001-10-27 17:16 UTC] keklam at wt dot net
Cleanly installed Red Hat 7.1 as a server from RH boxset
Web Server installation delclined
Compiled and installed MySQL 3.22.30 from source, okay,
tested and verified installation

Compiled and installed Apache_1.3.19, from source, okay, tested and verified installation

downloaded and untarred php-4.0.4pl1

ran configure to mysql with path and to apxs with path

ran make and make install, all went well, no errors

configured httpd.conf (apache) to accept php, php4 extensions and made sure LoadModule php4_module and libexec/libphp4.so were present and uncommented

tried to start apache again and got the error:
cannot load/usr/src/apache_1.3.19/libexec/libphp4.so into server undefined symbol:  uncompress

made sure zlib was loaded and it was per prior bug report

error still occurs, apache will not start,

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-27 17:26 UTC] derick@php.net
Fixed in newer versions, add --with-zlib to configure to make it work for php 4.0.4 too.

Derick
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 21:01:30 2025 UTC