Bug #5233
SVN Trunk 89: Cannot build against PHP 5.3.2 with embed enabled
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
07/21/2010
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
./configure
--with-postgres=/usr/local/postgres/9.0-beta3
--with-php=/usr/local/php
CPPFLAGS="-I/media/SOURCES/postgresql-9.0beta3/src/include"
AFTER config as above:
checking whether PHP is compiled with the Embed SAPI... yes
checking for php_module_startup in -lphp5... no
configure: error: Cannot find PHP 5 SAPI library
Related issues
Updated by Álvaro Herrera over 14 years ago
Can you please post the resulting config.log as an attachment here?
Updated by Álvaro Herrera over 14 years ago
Also, I don't think you need the CPPFLAGS switch -- the pg_config call used by the Makefile should be enough to get the include files.