php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4390 incorrect flag in configure file causes apache to fail to compile
Submitted: 2000-05-10 19:54 UTC Modified: 2000-06-18 18:38 UTC
From: hackerx at sourceforge dot net Assigned:
Status: Closed Package: MySQL related
PHP Version: 4.0 Release Candidate 2 OS: RedHat Linux 6.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: hackerx at sourceforge dot net
New email:
PHP Version: OS:

 

 [2000-05-10 19:54 UTC] hackerx at sourceforge dot net
[i have mysql installed in /usr/local/mysql
with the source in /usr/local/install/mysql-3.22.32]

in my php4rc2 configure command, i used:
  --with-mysql=/usr/local/install/mysql-3.22.32
which compiled successfully!?

then, after configuring apache_1.3.11/12, the apache
build fails complaining about an ANSI compiler.

this same configure switch under php3.0.16 gives an
error that libmysqlclient.a cannot be found, prompting
me to use the switch: 
--with-mysql=/usr/local/mysql

there is still a bug, but will submit that separately.

[fyi: /usr/local/install/php4.0RC2/Zend/zend_operators.c:1408: undefined reference to `isfinite']

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-18 18:38 UTC] sas at cvs dot php dot net
Add the directory where the mysqlclient library is located to /etc/ld.so.conf and run ldconfig as root. That will cure your problems (make sure to remove config.cache).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Jun 03 05:01:29 2024 UTC