Re: [gentoo-user] ntp/php wont build mysql configure failed

2006-04-10 Thread Francesco Riosa
Michael W. Holdeman wrote: On Sunday 09 April 2006 15:07, Richard Fish wrote: On 4/9/06, Michael W. Holdeman [EMAIL PROTECTED] wrote: configure: error: mysql configure failed. Please check config.log for more information. The config.log file can be found in

Re: [gentoo-user] ntp/php wont build mysql configure failed

2006-04-10 Thread Richard Fish
On 4/10/06, Francesco Riosa [EMAIL PROTECTED] wrote: Please, compress with bzip or use bugzilla for this kind of issues/attachments. I'll take the blame for this, since I asked Michael to post it. Sorry all. I should suggested either to compress it or send it to me privately. -Richard --

[gentoo-user] ntp/php wont build mysql configure failed

2006-04-09 Thread Michael W. Holdeman
I can't seem to get php to build. checking for mysql_close in -lmysqlclient... no checking for mysql_error in -lmysqlclient... no configure: error: mysql configure failed. Please check config.log for more information. !!! ERROR: dev-lang/php-5.1.2 failed. Call stack: ebuild.sh, line 1532:

Re: [gentoo-user] ntp/php wont build mysql configure failed

2006-04-09 Thread Richard Fish
On 4/9/06, Michael W. Holdeman [EMAIL PROTECTED] wrote: configure: error: mysql configure failed. Please check config.log for more information. The config.log file can be found in /var/tmp/portage/php-5.1.2/work/php-5.1.2/config.log. You can look there for clues, or post it here if you need

Re: [gentoo-user] ntp/php wont build mysql configure failed

2006-04-09 Thread Heiko Wundram
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).

Re: [gentoo-user] ntp/php wont build mysql configure failed

2006-04-09 Thread Richard Fish
On 4/9/06, Heiko Wundram [EMAIL PROTECTED] wrote: 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. Not

Re: [gentoo-user] ntp/php wont build mysql configure failed

2006-04-09 Thread Michael W. Holdeman
On Sunday 09 April 2006 18:21, Richard Fish wrote: On 4/9/06, Heiko Wundram [EMAIL PROTECTED] wrote: 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

Re: [gentoo-user] ntp/php wont build mysql configure failed

2006-04-09 Thread Heiko Wundram
Am Montag 10 April 2006 00:21 schrieb Richard Fish: Not a bug in the autoconf package, but in the autoconf scripts for php. That's what I meant... Anyway, I didn't know that msql wasn't available in portage, and I personally have yet to see the warning you referenced. Good to know such a beast