php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34342 Cannot find MySQL header files
Submitted: 2005-09-02 12:07 UTC Modified: 2005-09-02 16:16 UTC
From: v88v at vlasaty dot at Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 5.0.4 OS: suse 9.2
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: v88v at vlasaty dot at
New email:
PHP Version: OS:

 

 [2005-09-02 12:07 UTC] v88v at vlasaty dot at
Description:
------------
./configure --with-apxs2=/usr/local/apache2/bin/apxs 
--with-mysql 
 
The problem can be fixed with mysql-path as parameter - 
without the include-directory! 
 
./configure --with-apxs2=/usr/local/apache2/bin/apxs 
--with-mysql=/usr/local/mysql 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-02 16:16 UTC] sniper@php.net
Yeah, you got it right. (no bug here)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 23 04:01:32 2024 UTC