- 1
Compiling rAthena for MariaDB 10.1 in CentOS 7 (x64) - configure: error: MySQL not found or incompatible
Asked by
Latheesan
-
Recently Browsing 0 members
- No registered users viewing this page.
Asked by
Latheesan
By using this site, you agree to our Terms of Use and Privacy Policy.
I am trying to compile rAthena on CentOS 7 64-Bit OS; but I want to use MariaDB 10.1 (instead of MySQL, since it's a fork and should work the same).
When I run the ./configure --enable-64bit command, I see the following error:
Prior to starting the installation, I have made sure the following packages are installed: yum install -y mysql-devel pcre-devel zlib-devel;
I checked the /usr/lib64/ folder and I can see the libmysqlclient dev binaries:
So, I tried to configure the installation like this: ./configure --enable-64bit --with-MYSQL_LIBS=/usr/lib64
UPDATE:
Sorry, posted this question too soon. This has fixed my issue:
Edited by LatheesanLink to comment
Share on other sites