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.