php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56081 header files not installed + dependencies
Submitted: 2004-05-30 10:19 UTC Modified: 2013-02-18 00:35 UTC
From: matt at kynx dot org Assigned:
Status: No Feedback Package: *General Issues
PHP Version: 5CVS-2004-05-30 (dev) OS: RedHat 9
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: matt at kynx dot org
New email:
PHP Version: OS:

 

 [2004-05-30 10:19 UTC] matt at kynx dot org
Description:
------------
Seems that the header files (in particular php_pdo_driver.h) were not installed with the package. This caused installation of the drivers to fail. 

Workaround was to manually copy the header files from the tar archive to:
/usr/local/include/php/ext/pdo.

Also pdo_mysql-1.0.tgz falsely reports "PHP version >= 5.0.0 is required" and had to be installed with --nodeps.

Can't wait to start using this!


Reproduce code:
---------------
pear install PDO-0.1.1.tgz
pear install --nodeps pdo_mysql-0.1.tgz

Expected result:
----------------
<snip>
Build process completed successfully
Installing 'pdo_mysql.so' at ext_dir (/usr/local/lib/php/20040412/pdo_mysql.so)
install ok: pdo_mysql 0.1


Actual result:
--------------
<snip>
configure: error: Cannot find php_pdo_driver.h.
`/tmp/tmpUfBBnG/pdo_mysql-0.1/configure' failed


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-12-24 06:25 UTC] ssufficool@php.net
-Status: Open +Status: Feedback -Package: PDO +Package: *General Issues
 [2011-12-24 06:25 UTC] ssufficool@php.net
Please try using this snapshot:

  http://snaps.php.net/php5.4-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/


 [2011-12-26 09:52 UTC] matt at kynx dot org
Can't remember having this problem in the last seven-odd years of using PDO ;)

Think it's safe to close. 

Happy hols.
 [2013-02-18 00:35 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 02:01:30 2024 UTC