Hello, im trying to setup the server but the compile gives me a error of mysql.
checking for mysql_config... no checking for mysql_init... no checking mysql.h usability... no checking mysql.h presence... no checking for mysql.h... no checking MySQL library (required)... no configure: error: MySQL not found or incompatible
Server OS. OpenSuse 42.1 x64
Mysql version:
> mysql -V mysql Ver 15.1 Distrib 10.0.25-MariaDB, for Linux (x86_64) using readline 5.1
any help would be appreciated.
Opensuse is not so diferent than CentOS i assume it should work?
EDIT: i know whats the problem.... the problem is that i moved mysql to another location (hard drive space issues).. tested the ./configure in a clean setup and compiled with out problems.
now the real question is. how can i tell the ./configure where is the new location of mysql ?
thanks.