php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10799 fails to compile with mysql's libraries
Submitted: 2001-05-10 16:55 UTC Modified: 2001-06-03 23:59 UTC
From: jgreen_1 at yahoo dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.5 OS: MacOS X
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jgreen_1 at yahoo dot com
New email:
PHP Version: OS:

 

 [2001-05-10 16:55 UTC] jgreen_1 at yahoo dot com
Using the default Apache installation, the following 
configure options work

./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/share/man \
--with-mysql \
--with-xml \
--disable-pear \
--with-apxs

However, if I attempt to use 

--with-mysql=/path/to/mysql 

the created .so module is unusable. Apach fails to start 
after installing. Gives the following error on starting 
apache:

dyld: /usr/sbin/httpd Undefined symbols:
_compress
_uncompress


 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-21 19:25 UTC] sniper@php.net
It means your external mysql client lib is linked with zlib.
Try adding --with-zlib into your configure line.

--Jani

 [2001-06-03 23:59 UTC] sniper@php.net
This should be fixed in PHP 4.0.6R. Please try the 
latest release candidate from:

http://www.php.net/~andi/php-4.0.6RC2.tar.gz

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Dec 26 21:01:28 2024 UTC