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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sloppy at ister dot org
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 07 07:01:33 2025 UTC