Am Sonntag 09 April 2006 21:45 schrieb Michael W. Holdeman: > <snip>
The problem isn't that mysql can't be found (is broken), but that autoconf thinks you have msql installed (which is also some form of SQL database, but more in the style of SQLite, IIRC, but anyway, probably not what you want). The linking of a program with the mysql libraries fails because autoconf wants to link against libmsql (the msql libraries, not the mysql libraries!). Just turn off the msql USE-Flag, and you should be set to go. This awfully sounds like a bug in autoconf, because just before the mysql stuff it checks for msql, and finds out that the support is broken (and doesn't barf on that!), but still tries to link against libmsql later on in the autoconf run. --- Heiko. -- [email protected] mailing list

