[Mod_log_sql] configure: WARNING: ** libDBI client libraries not found!

Horace Ho horaceh at gmail.com
Tue Aug 24 00:02:12 EDT 2010


Dear all,

After running:

./configure --with-mysql=/usr/bin/mysql

got 2 warnings in the output:

checking for dbi_version in -ldbi... no
configure: WARNING: ** libDBI client libraries not found!

Can I simply ignore it and proceed with compilation?

I already installed libdbi-devel by: yum install libdbi-devel

Thanks
horace

p.s. full output:

# ./configure --with-mysql=/usr/bin/mysql configure: creating config.nice
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for apxs... /usr/sbin/apxs
checking for Apache 2.0 version >= 2.0.40... yes
checking for floor in -lm... yes
checking for gzclose in -lz... yes
checking for mysql_init in -lmysqlclient... yes
checking for mysql_real_escape_string... yes
checking whether mysql clients can run... yes
checking for dbi Includes in /usr/include... found it! Use --with-dbi
to specify another.
checking for libdbi library in /usr/lib... yes
checking for dbi_version in -ldbi... no
configure: WARNING: ** libDBI client libraries not found!
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking mod_ssl.h usability... yes
checking mod_ssl.h presence... yes
checking for mod_ssl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
configure: creating ./config.status
config.status: creating stamp-h
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating contrib/Makefile
config.status: creating config.h
config.status: config.h is unchanged
------------------------------------
Apache version  : 2.0
SSL Support     : yes
LogIO Module    : yes
Enabled drivers :
      MySQL Driver
------------------------------------


More information about the Mod_log_sql mailing list