On 12/23/17, Richard Hipp <[email protected]> wrote: > On 12/23/17, Joop! <[email protected]> wrote: >> sqlite> *.load /usr/lib/sqlite3/pcre.so* >> *Error: /usr/lib/sqlite3/pcre.so.so: cannot open shared object file: No >> such file or directory* >> > > What error message do you get if you omit the ".so" at the end of the > shared library name?
Or, apply this patch (https://www.sqlite.org/src/info/05fee1a21ea398f1) to get a better error message regardless of whether or not you include the ".so" file suffix. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

