Re: [sqlite] possible bug affecting 3.22 and 3.23 - load_extension()

2018-05-07 Thread Richard Hipp
I have checked in a change to address this on trunk. Meanwhile, your work-around is to include the ".so" suffix on the library name. xample: SELECT load_extension('mod_spatiallite.so'); On 5/6/18, a.furi...@lqt.it wrote: > it seems that some unexpected regression is

[sqlite] possible bug affecting 3.22 and 3.23 - load_extension()

2018-05-06 Thread a . furieri
it seems that some unexpected regression is affecting load_extension() on Linux when using the most recent versions of SQLite (3.22 and 3.23). my test configuration: - sqlite3 installed on the current directory - extension module installed on /usr/local/lib (/usr/local/lib/mod_spatialite.so)