On Tue, Apr 20, 2010 at 10:28 PM, Hannes Hirzel <hannes.hir...@gmail.com>wrote:

> I want to install OpenDBX on Ubuntu 9.10 (Karmic)
>
> I am following the installation instructions on
>   http://www.linuxnetworks.de/doc/index.php/OpenDBX/Setup/Manual_builds
>
>   ./configure
>
> gives as result
>
>   checking for doxygen... no
>   Warning: docbook man page converter not found - skip generating man pages
>   Warning: doxygen not found - skip generating man pages
>   checking readline/readline.h usability... no
>   checking readline/readline.h presence... no
>   checking for readline/readline.h... no
>   configure: error: libreadline header (readline.h) not found
>
>
> In Ubuntu 9.10 there is no directory
>
>   /usr/include/mysql
>
> Where do I get these header files from? Maybe there are more header
> files missing?
>
>
This is a common problem. Look:
http://www.linuxnetworks.de/doc/index.php/OpenDBX/Setup/Common_problems

Just add:

 --disable-utils


Example:

./configure --disable-utils --with-backends="firebird"


However, it is already "fixed" in the trunk...utilities will be disable by
default...so in a future you won't need that.

Chher


> Thank you for the answer in advance
>
> Hannes
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> libopendbx-devel mailing list
> libopendbx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libopendbx-devel
> http://www.linuxnetworks.de/doc/index.php/OpenDBX
>
------------------------------------------------------------------------------
_______________________________________________
libopendbx-devel mailing list
libopendbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libopendbx-devel
http://www.linuxnetworks.de/doc/index.php/OpenDBX

Reply via email to