./configure --with-mysql=/usr/bin/mysql --without-dbi<br><br>still gives 2 warnings:<br><br>checking for dbi Includes in no/include... no<br>configure: WARNING: ** libDBI client libraries not found!<br>checking for libdbi library in no/lib... no<br>

configure: WARNING: ** libDBI client libraries not found!<br><br>does it mean I can safely ignore them?<br><br><div class="gmail_quote">On Tue, Aug 24, 2010 at 5:28 PM, Rene Kanzler <span dir="ltr">&lt;<a href="mailto:rk@cosmomill.de">rk@cosmomill.de</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hello<br>
<div class="im"><br>
On Tue, 24 Aug 2010 16:23:18 +0800, Horace Ho &lt;<a href="mailto:horaceh@gmail.com">horaceh@gmail.com</a>&gt; wrote:<br>
&gt; Package libdbi-drivers - 0.8.1a-1.2.2.i386 is already installed.<br>
<br>
</div>If you only want to log to MySQL you don&#39;t need libdbi and you can<br>
configure with<br>
&quot;--without-dbi&quot;. Otherwise try to find the dbi headers (dbi.h) on your<br>
system and configure<br>
with &quot;--with-dbi=/path/to/dbi.h&quot;<br>
<div><div></div><div class="h5"><br>
Bye<br>
Rene<br>
<br>
_______________________________________________<br>
Download the latest version at <a href="http://www.outoforder.cc/projects/apache/mod_log_sql/" target="_blank">http://www.outoforder.cc/projects/apache/mod_log_sql/</a><br>
<br>
To unsubscribe send an e-mail to<br>
<a href="mailto:mod_log_sql-unsubscribe@lists.outoforder.cc">mod_log_sql-unsubscribe@lists.outoforder.cc</a><br>
</div></div></blockquote></div><br>