php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13958 Compiling PHP into Apache with mySQL crashes make
Submitted: 2001-11-06 13:58 UTC Modified: 2001-11-06 14:45 UTC
From: mfurdyk at takingitglobal dot org Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 4.0.6 OS: Red Hat Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
32 - 4 = ?
Subscribe to this entry?

 
 [2001-11-06 13:58 UTC] mfurdyk at takingitglobal dot org
On apache make, it craps out during including the static php module, with an error about mysql's library file:

libmysqlclient.a(my_compress.o): In function my_uncompress and my_compress, undefined reference to 'uncompress' and 'compress'

./configure --with-apache=../apache_1.3.22 --with-gd=/usr/local --with-mysql=/usr/local/mysql

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-06 14:45 UTC] mrobinso@php.net
Add --with-zlib to your config line.
Please check the bug database before submitting
reports.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 12:01:31 2024 UTC