-
Notifications
You must be signed in to change notification settings - Fork 39
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
Problems installing RMariaDB on ubuntu 22 #343
Comments
Thanks. Can you please post the complete log from |
The downloaded source packages are in |
For some reason, compilation seems to use libs from miniconda:
Is this intended? Is there a |
That was not my intention at least. I did |
I have installed libmariadb-dev and libssl-dev.
When I try to install RMariaDB using install.packages("RMariaDB"), I get the following error:
Error: package or namespace load failed for ‘RMariaDB’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/home/vboyce/R/x86_64-pc-linux-gnu-library/4.1/00LOCK-RMariaDB/00new/RMariaDB/libs/RMariaDB.so':
libmysqlclient.so.20: cannot open shared object file: No such file or directory
Error: loading failed
Execution halted
This seems like it may be the same issue as #168.
The same issue occurs if I install libmysqlclient-dev instead of libmariadb-dev.
The same issue occurs if I install the dev version of RMariaDB from github.
In case it's relevant, it says that it's using "mysql_config" -- I don't know how to force it to use mariadb_config instead or whether this matters.
The text was updated successfully, but these errors were encountered: