-
Notifications
You must be signed in to change notification settings - Fork 218
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
Cannot open shared object file: No such file or directory) #6
Comments
Oh my bad, its in the folder... I copied the lib_mysqludf_sys.so in the /usr/lib/mysql/plugin/ folder but it still gives me the same error.. |
Hi An-Dre, edit the Makefile file, it should be like this: LIBDIR=/usr/lib/mysql/plugin Working on RPI with Raspbian Kernel version: 3.18 |
Same thing under Debian Wheezy 64: juanjoleaf fix works |
Ho to fix it? |
Mine put Edit: I'm only using mysql nothing about mariadb. |
Hi! Im looking forward in getting this set up for my raspberry project. I'm running raspbian and I opened mySQL using root and tried to create the function with
CREATE FUNCTION sys_eval RETURNS STRING SONAME 'lib_mysqludf_sys.so';
but it gives me this error:
Can't open shared library 'lib_mysqludf_sys.so' (errno: 0 /usr/lib/mysql/plugin/lib_mysqludf_sys.so: cannot open shared object file: No such file or directory)
Where is this library?
I did install libmysqlclient15-dev.
The text was updated successfully, but these errors were encountered: