pharo-rdbms / Pharo-SQLite3

Community-owned official SQLite3 binding for Pharo
MIT License
22 stars 20 forks source link

Standardize candidate libsqlite.so names on Unix32 and Unix64 #7

Closed PierceNg closed 4 years ago

PierceNg commented 4 years ago

SQLIte3Library>>unix32LibraryName looks for libsqlite3.so.0 and libsqlite3.so while SQLite3>>unix64LibraryName looks for libsqlite3.so only.

PierceNg commented 4 years ago

I am using Ubuntu 18.04 64-bit and the system-default libsqlite3.so lives in /usr/lib/x86_64-linux-gnu. Just so that I can actually test what I change locally, I will also add that directory to the hardcoded search path.