php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28402 configure failure with external SQLite library
Submitted: 2004-05-14 17:34 UTC Modified: 2004-07-10 14:50 UTC
From: progcom@php.net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5CVS-2004-05-14 (dev) OS: FreeBSD 5.2.1
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: progcom@php.net
New email:
PHP Version: OS:

 

 [2004-05-14 17:34 UTC] progcom@php.net
Description:
------------
PHP 5 configure failure with --with-sqlite=DIR on FreeBSD.

in ext/sqlite/config.m4 line 48:
-L$SQLITE_DIR/lib -lm -ldl

There is NO libdl on FreeBSD.

Reproduce code:
---------------
./configure --with-sqlite=DIR

Actual result:
--------------
configure says checks sqlite_open, but fail because -ldl (no libdl on FreeBSD)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-10 14:50 UTC] wez@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 11 13:01:28 2024 UTC