varylu
varylu

Reputation: 31

Troubles installing RMariaDB on CentOS

I need to install specific version on RMariaDB on CentOS. While installing it via command

install_version('RMariaDB', version='1.0.10', repos='http://cran.us.r-project.org')

I have encountered a strange issue:

/bin/ld: cannot find -lmariadb

So far I was unable to solve this. Tried installing several mariadb packages (i.e. mariadb-devel) on CentOS, but that does not resolved this issue. Can answer any question needed.

Upvotes: 1

Views: 176

Answers (1)

varylu
varylu

Reputation: 31

As @r2evans wrote in the comment. Correct answer to this would be installing mariadb/mysql devel package. Unfortunately this does not solve this issue, when MariaDB is installed from MariaDB10.repo After some testing, this issue was solved after installing MariaDB5.5 from official repositories.

Upvotes: 1

Related Questions