Robert Hof wrote:
>
> Hi folks,
> internal.h:25: mysql.h: No such file or directory
> *** Error code 1
Well, that's a simple one. Just make sure that mysql.h is found. The
switch is called --with-mysql DIR or something like that. Pipe the
output of
./configure --help
to a pager (more) and search for mysql. I do not know much about BSD.
You may have to install some development package for mysql which
contains the header files. A running version of mysql does not
necessarily guarantee that.
Alternatively you could supply an parameter to make in order to have
additional directories searched for missing include files. For GNU make,
it would be -I. Dunno about BSD.
Frank
--
Dr Frank Boehme | Email: [EMAIL PROTECTED]
National University of Ireland, Cork | phone: +353-21-903163
Dept of Computer Science | fax: +353-21-903113
Cork, Ireland |
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]