PDA

View Full Version : Problem with configure on Ubuntu X86_64


voipfc
20th November 2006, 02:56
I am trying to install Mydns on an Ubuntu X86_64. Although both MySQL and PostgreSQL are installed the ./configure script give a no database error.

error: No supported database found. Either MySQL or PostgreSQL is required

Is there a way to bypass this error and get it to compile all the same?

Any to skip all this I tried an apt-get on mydns and was able to install it automatically.

The configure scripts are probably not adapted to 64bit

till
20th November 2006, 11:22
Have you installed the mysql dev package which contains the header files?

voipfc
20th November 2006, 23:08
Installed both the full packages for mysql and postgresql and still get that error, fortunately the apt-get install approach by passed that process altogether

Have you installed the mysql dev package which contains the header files?

falko
21st November 2006, 15:40
Installed both the full packages for mysql and postgresql and still get that error, fortunately the apt-get install approach by passed that process altogether
You must install the appropriate libmysqlclient-dev package, for example for Edgy Eft it's libmysqlclient15-dev.