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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Sun Jun 16 04:01:28 2024 UTC