php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #974 make dies complaining that it can't find mysql.h
Submitted: 1998-12-04 16:05 UTC Modified: 1999-01-10 00:50 UTC
From: danbeck at mtginfo dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.5 OS: Redhat Linux 5.1
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: danbeck at mtginfo dot com
New email:
PHP Version: OS:

 

 [1998-12-04 16:05 UTC] danbeck at mtginfo dot com
PHP 3.0.5 assumes that mysql.h is installed in /usr/local/include/mysql when that is not the case for some systems.  This causes make to die.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-01-10 00:50 UTC] rasmus
Not really.  The PHP configure script will look for it in /usr/local/include by default, or in $path/include when configured with --with-mysql=$path or alternatively if it finds it in $path/include/mysql it will work as well.  Chances are it will work for you if you feed it the correct $path
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 10:01:32 2024 UTC