Gentoo Archives: gentoo-user

From: Heiko Wundram <me+gentoo-user@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ntp/php wont build mysql configure failed
Date: Sun, 09 Apr 2006 21:40:40
Message-Id: 200604092336.25931.me+gentoo-user@modelnine.org
In Reply to: Re: [gentoo-user] ntp/php wont build mysql configure failed by "Michael W. Holdeman"
1 Am Sonntag 09 April 2006 21:45 schrieb Michael W. Holdeman:
2 > <snip>
3
4 The problem isn't that mysql can't be found (is broken), but that autoconf
5 thinks you have msql installed (which is also some form of SQL database, but
6 more in the style of SQLite, IIRC, but anyway, probably not what you want).
7
8 The linking of a program with the mysql libraries fails because autoconf wants
9 to link against libmsql (the msql libraries, not the mysql libraries!). Just
10 turn off the msql USE-Flag, and you should be set to go.
11
12 This awfully sounds like a bug in autoconf, because just before the mysql
13 stuff it checks for msql, and finds out that the support is broken (and
14 doesn't barf on that!), but still tries to link against libmsql later on in
15 the autoconf run.
16
17 --- Heiko.
18 --
19 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] ntp/php wont build mysql configure failed Richard Fish <bigfish@××××××××××.org>