|
From: Markus H. <mar...@mh...> - 2006-02-10 08:27:45
|
Ulf Martin <ulf...@we...> 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 mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |