When invoking pkgr it emits a warning Missing build dependencies detected. Run the following to fix: sudo yum -q check-update ; sudo yum install -y "mysql-devel".
However, installing mysql-devel on centos7 actually installs mariadb-devel which is not being checked for DEBUG: sh(rpm -qa 'mysql-devel' | grep 'mysql-devel' > /dev/null 2>&1)
When invoking
pkgr
it emits a warningMissing build dependencies detected. Run the following to fix: sudo yum -q check-update ; sudo yum install -y "mysql-devel"
.However, installing
mysql-devel
on centos7 actually installsmariadb-devel
which is not being checked forDEBUG: sh(rpm -qa 'mysql-devel' | grep 'mysql-devel' > /dev/null 2>&1)