Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefer LD_LIBRARY_PATH to hardcoded search paths #8

Open
PierceNg opened this issue Nov 24, 2019 · 2 comments
Open

Prefer LD_LIBRARY_PATH to hardcoded search paths #8

PierceNg opened this issue Nov 24, 2019 · 2 comments

Comments

@PierceNg
Copy link
Contributor

For server-side and also packaged desktop applications, it is preferable to load a known specific libsqlite3.so that has the necessary features compiled in, to using whatever libsqlite3.so the OS happens to supply.

BTW, on Ubuntu 18.04 the system-supplied libsqlite3.so lives in /usr/lib/x86_64-linux-gnu which isn't in the current hardcoded paths.

@astares
Copy link
Collaborator

astares commented Nov 24, 2019

I've added the latest DLL's for Windows from https://www.sqlite.org into

  • bin/windows/32bit
  • bin/windows/64bit

folder, we can do similar for other platforms if required.

@astares
Copy link
Collaborator

astares commented Jul 24, 2020

@PierceNg: new Pharo 9 version provides a library finder

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants