php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28882 ext/sqlite/libsqlite/src/config.h wrong include; fixed
Submitted: 2004-06-22 18:45 UTC Modified: 2004-07-19 01:00 UTC
From: sloppy at ister dot org Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 5.0.0RC3 OS: Linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2004-06-22 18:45 UTC] 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.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-10 14:53 UTC] wez@php.net
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


 [2004-07-19 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 01:01:30 2024 UTC