On 8/11/25 00:12, Dominique Dumont via Pan-users wrote:
No problem. Your feedback and questions are valuable to give a better picture
of the future pan/sqlite.
All the best
Hello,
I'd like to test the sqlite branch. 8D !
However, on running it, I run into a runtime sticky-wicket:
void load_db_schema(SQLiteDb &pan_db)
{
// this may not be portable across distributions
pan_db.loadExtension("/usr/lib/sqlite3/pcre.so", nullptr);
...in pan/data-impl/data-impl.cc
I'm running Linux Mint 22.1, and I guess I'm one of the unlucky
distributions.
Is this looking for an sqlite-specific version of the pcre library, or
can I just symlink the perl version in there?
Contents of the libsqlite deb:
$ dpkg -L libsqlite3-0
/.
/usr
/usr/lib
/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
/usr/share
/usr/share/doc
/usr/share/doc/libsqlite3-0
/usr/share/doc/libsqlite3-0/README.Debian
/usr/share/doc/libsqlite3-0/changelog.Debian.gz
/usr/share/doc/libsqlite3-0/copyright
/usr/lib/x86_64-linux-gnu/libsqlite3.so.0
Also, this is where the .so for libpcre lives on Mint:
/usr/lib/x86_64-linux-gnu/libpcre.so
/usr/lib/x86_64-linux-gnu/libpcre.so.3
/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3
Very much appreciate any info. Thank you.
-Scott
_______________________________________________
Pan-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/pan-users