configure: error: MySQL not found or incompatible

snowflake1963

New member
Messages
97
Points
0
Hello
default_smile.png


I want to setup a testserver on an UBUNTU 14.04.2 LTS ( 32 Bit ) after starting ./configure i get the message:

checking for mysql_config... nochecking for mysql_init... nochecking mysql.h usability... nochecking mysql.h presence... nochecking for mysql.h... nochecking MySQL library (required)... noconfigure: error: MySQL not found or incompatible
Can someone help me, please ?

Greetings

Snowflake
default_smile.png


 
apt-get install libmysqlclient-dev

Also did you install MySQL?

 
Hello Dastgir
default_smile.png


Thank you for the fast answer.

All other important packages for MySQL, PHP5 and PHPMyAdmin are installed an working.

I will let you know the result soon.

Greetings

Snowflake
default_smile.png


Hello Dastgir
default_smile.png


./configure works fine now, but now there is a File-Not-Found problem:

make: ./sysinfogen.sh: Befehl nicht gefundenmake: *** [sysinfo] Fehler 127
The file is in the servers root folder and the permission are "rwxrwxr-x" ( 775 ).

Whats wrong at this point.

Greetings

Snowflake
default_smile.png


Fixed the "sysinfogen.sh" problem with dos2unix command.

Greetings

Snowflake
default_smile.png


 
try this for 64 bit 

Code:
sudo apt-get install default-libmysqlclient-dev
 
Back
Top