Bug 457433

Summary: RFE : please build 3.5.9 with --enable-load-extension
Product: [Fedora] Fedora Reporter: Remi Collet <fedora>
Component: sqliteAssignee: Panu Matilainen <pmatilai>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: mmcgrath
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-09-30 05:54:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Add -ldl to linker options none

Description Remi Collet 2008-07-31 17:06:16 UTC
Hi,

New PHP extension SQLite3 need this option (it use sqlite3_enable_load_extension
and sqlite3_load_extension fonctions)

See : http://pecl.php.net/package/sqlite3

Adding --enable-load-extension option to configure is required but not enough as
libdl is missing.

Attached patch proposal fix the link issue.

Comment 1 Remi Collet 2008-07-31 17:06:16 UTC
Created attachment 313119 [details]
Add -ldl to linker options

Comment 2 Panu Matilainen 2008-09-30 05:54:37 UTC
Ok, starting with sqlite-3.5.9-2.fc10 in rawhide, load extension is now enabled.