CurtTilmes / raku-dbsqlite

SQLite access for Raku
10 stars 4 forks source link

Cannot locate native library 'libsqlite3.so': libsqlite3.so: cannot open shared object file: No such file or directory on Ubuntu 18.10 #1

Open abraxxa opened 5 years ago

abraxxa commented 5 years ago

I tried switching one of my scripts from DBIish to DB::SQLite and failed because the library is named libsqlite3.so.0.8.6. on Ubuntu 18.10. Please take over the native library search code from DBIish, thanks!

CurtTilmes commented 5 years ago

I added NativeLibs as a dependency but I was having trouble installing it. Give it a shot -- if it works, I'll release it.

abraxxa commented 5 years ago

Sorry for the delay! I've updated DB::SQLite to 0.3 but it still fails to find libsqlite3.so.0.8.6.