ID: 28882 Updated by: [EMAIL PROTECTED] Reported By: sloppy at ister dot org -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: Linux PHP Version: 5.0.0RC3 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5-latest.tar.gz For Windows: http://snaps.php.net/win32/php5-win32-latest.zip Previous Comments: ------------------------------------------------------------------------ [2004-06-22 18:45:34] sloppy at ister dot org Description: ------------ compilation of 5.0.0RC3 fails with error in ext/sqlite/libsqlite/src/config.h "<buildir>/config.h" file not found. Fix: in ext/sqlite/libsqlite/src/config.h line 1 < #include "<builddir>/config.h" > #include "php_config.h" Note: <buildir> is obviously set by ./configure to the current build directory. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28882&edit=1
