Hide Forgot
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.
Created attachment 313119 [details] Add -ldl to linker options
Ok, starting with sqlite-3.5.9-2.fc10 in rawhide, load extension is now enabled.