Ulf Martin <[EMAIL PROTECTED]> was heard to say:

> 'libdbi-drivers-0.8.1/drivers/mysql/dbd_mysql.c' with
>
>    #include <mysql/mysql.h>
>
> better be changed to:
>
>    #include <mysql.h>
>

This seems to be a packaging issue. What OS are you using? I assume you
installed MySQL from packages rather than from source. Looks like we need to
have configure check for the location of the header file and modify the source
file accordingly.

> Now since I had run './configure' before I thought I should 'make
> distclean' before I gave it another try. And *that* seems to remove the
> PDF, leaving me with the mentioned error. Thus, when I started afresh,
> fixing the 'dbd_mysql.c' *before* everything else, no error occured.
>

Then the Makefile needs a fix too. make distclean should not remove the PDF,
make maintainer-clean should. I'll fix this on the weekend.

regards,
Markus

-- 
Markus Hoenicka
[EMAIL PROTECTED]
(Spam-protected email: replace the quadrupeds with "mhoenicka")
http://www.mhoenicka.de



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
libdbi-users mailing list
libdbi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-users

Reply via email to