[Tinymux] 2.6.0.3 alpha won't complie

Stephen Dennis brazilofmux at gmail.com
Wed Aug 30 12:05:17 EDT 2006


It's looking for mysql.h which is located on /usr/include/mysql/mysq.h on
the two systems I've tested on: Debian Sarge and Red Hat Enterprise Linux ES
release 4. You could try the following to find yours:

    find /usr/include -name 'mysql.h' -print

You may also have trouble finding the mysqlclient.lib, and may need a
-L/usr/lib/something adds to the LIBS line in Makefile like so:

    LIBS = -L/usr/lib/mysql ...

It's not clear to me yet how much variation there is on install locations or
how likely it is that these locations are or are not included in the default
paths, so if you find that you've installed the client pack and have the
include files and libraries, but they are in a strange location, let me
know. I may need to add that to the notes or to the configure script.

Brazil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.tinymux.org/pipermail/tinymux/attachments/20060830/e1564d28/attachment.htm


More information about the Tinymux mailing list