-
Notifications
You must be signed in to change notification settings - Fork 25
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
Intallation fails on Ubuntu #36
Comments
It seems difficult to solve this issue. |
LD_PRELOAD is a quite bad hack, with that README note people will likely To work around this each of the following solutions should work;
... or: use |
I removed the description of LD_PRELOAD in README and created a new wiki page for Ubuntu users. |
A sample program INSERTTBL in sample/ directory does not work on Ubuntu.
In order to execute INSERTTBL, it is necessary to set the environment variable LD_PRELOAD to /usr/local/lib/libocesql.so
This problem is probably caused by an incorrect configuration of libocesql.so
The following Dockerfile describes the full installation process on Ubuntu.
The text was updated successfully, but these errors were encountered: