From:             mberg at synacor dot com
Operating system: Red Hat Linux 7.2 (ish)
PHP version:      4.4.1
PHP Bug Type:     Compile Failure
Bug description:  HAVE_PG_CONFIG_H set incorrectly

Description:
------------
config.m4 incorrectly assumes that the existence of pg_config binary
implies existence of pg_config.h:

if test -n "$PG_CONFIG"; then
    AC_MSG_RESULT([$PG_CONFIG])
    PGSQL_INCLUDE=`$PG_CONFIG --includedir`
    PGSQL_LIBDIR=`$PG_CONFIG --libdir`
    AC_DEFINE(HAVE_PG_CONFIG_H,1,[Whether to have pg_config.h])

Removing the AC_DEFINE corrects the issue.


-- 
Edit bug report at http://bugs.php.net/?id=35911&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35911&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35911&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35911&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=35911&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=35911&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=35911&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=35911&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=35911&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=35911&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=35911&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=35911&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=35911&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=35911&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35911&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=35911&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=35911&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=35911&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35911&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=35911&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=35911&r=mysqlcfg

Reply via email to