r-hub / rhub

R-hub API client
https://r-hub.github.io/rhub/
Other
353 stars 52 forks source link

Preperror reported due to missing dependency libmariadbclient-dev #460

Closed dietrichson closed 3 years ago

dietrichson commented 3 years ago

Platform: | Ubuntu Linux 20.04.1 LTS, R-release, GCC

Missing: libmariadbclient-dev

as per:

3575#> Configure could not find suitable mysql/mariadb client library. Try installing:
3576#> * deb: libmariadbclient-dev (Debian, Ubuntu)
3577#> * rpm: mariadb-connector-c-devel | mariadb-devel | mysql-devel (Fedora, CentOS, RHEL)
3578#> * csw: mysql56_dev (Solaris)
3579#> * brew: mariadb-connector-c (OSX)
gaborcsardi commented 3 years ago

Which package is this?

dietrichson commented 3 years ago

moodleR_0.3.0

gaborcsardi commented 3 years ago

I don't really know the various MySQL and MariaDB libs, but I did a quick change that might fix this. Please try again. If not, then I'll take a better look.

dietrichson commented 3 years ago

@gaborcsardi seems to have worked. Thanks!