php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #78085 configure: error: Cannot find php_pdo_driver.h.
Submitted: 2019-05-30 06:41 UTC Modified: 2019-05-30 17:45 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: raffaele dot filomena at gmail dot com Assigned:
Status: Open Package: Compile Failure
PHP Version: Irrelevant OS: mac os 10.14.4
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: raffaele dot filomena at gmail dot com
New email:
PHP Version: OS:

 

 [2019-05-30 06:41 UTC] raffaele dot filomena at gmail dot com
Description:
------------
in cd ext/pdo_firebird i run /Applications/MAMP/bin/php/php5.6.40/bin/phpize 


after 


./configure --with-pdo-firebird=/Library/Frameworks/Firebird.framework 


and i have error 


iMac:pdo_firebird raffaele$ /Applications/MAMP/bin/php/php5.6.40/bin/phpize 
Configuring for: 
PHP Api Version: 20131106 
Zend Module Api No: 20131226 
Zend Extension Api No: 220131226 
iMac:pdo_firebird raffaele$ ./configure --with-pdo-firebird=/Library/Frameworks/Firebird.framework 
checking for grep that handles long lines and -e... /usr/bin/grep 
checking for egrep... /usr/bin/grep -E 
checking for a sed that does not truncate output... /usr/local/bin/sed 
checking for cc... cc 
checking whether the C compiler works... yes 
checking for C compiler default output file name... a.out 
checking for suffix of executables... 
checking whether we are cross compiling... no 
checking for suffix of object files... o 
checking whether we are using the GNU C compiler... yes 
checking whether cc accepts -g... yes 
checking for cc option to accept ISO C89... none needed 
checking how to run the C preprocessor... cc -E 
checking for icc... no 
checking for suncc... no 
checking whether cc understands -c and -o together... yes 
checking for system library directory... lib 
checking if compiler supports -R... no 
checking if compiler supports -Wl,-rpath,... yes 
checking build system type... x86_64-apple-darwin18.5.0 
checking host system type... x86_64-apple-darwin18.5.0 
checking target system type... x86_64-apple-darwin18.5.0 
checking for PHP prefix... /usr 
checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib 
checking for PHP extension directory... /usr/lib/php/extensions/no-debug-non-zts-20160303 
checking for PHP installed headers prefix... /usr/include/php 
checking if debug is enabled... no 
checking if zts is enabled... no 
checking for re2c... re2c 
checking for re2c version... 1.0.3 (ok) 
checking for gawk... no 
checking for nawk... no 
checking for awk... awk 
checking if awk is broken... no 
checking for Firebird support for PDO... yes, shared 
checking for isc_detach_database in -lfbclient... yes 
checking for PDO includes... checking for PDO includes... 
configure: error: Cannot find php_pdo_driver.h. 



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-05-30 17:45 UTC] cmb@php.net
Looks like the pdo_firebird/config.m4 is missing something like
<https://github.com/php/php-src/blob/php-7.3.6/ext/pdo_mysql/config.m4#L135-L150>.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 05:01:30 2024 UTC