php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8508 cannot configure mysql without warning.. wish to use mod_perl
Submitted: 2001-01-01 02:18 UTC Modified: 2001-01-02 07:54 UTC
From: jtomk at interact dot net dot au Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.4 OS: linux
Private report: No CVE-ID: None
 [2001-01-01 02:18 UTC] jtomk at interact dot net dot au
cannot find a way to tell configure to find both the header and the mysql client library
path to one errors the other just --with-mysql builds from php library..  normally would be
the correct response

stops me upgrading  from php3,    both were built from tar.gz source and work fine
standard (out of the box) layout on both dynamic (not static ) with shared libs
annoying. can not proceed while error(warning) persists
mysql resides in /usr/local/mysql-3.33.30/ (.h files)
mysql client /usr/local/mysql-3.33.30/client/.c .o .cc .lo
and  | or | /usr/local/lib/mysql   *.a  *.so *.la

tried all released versions of php4  all fail   all versions of php3 work

it has got to be sinple... os.. linux slackware 7 stock-standard install

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-01 07:54 UTC] jtomk at interact dot net dot au
fixed:  link /usr/local/lib/mysql to the mysql source tree
 [2001-01-02 07:54 UTC] sniper@php.net
You can also add the path after the option, ie.

--with-mysql=/path/to/mysql/install/dir

And the path must be the INSTALL dir NOT sources dir!!!

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 16:01:29 2024 UTC