|
Posted by J.O. Aho on 04/10/06 06:57
anthony wrote:
> Well... It would seem the ebuild has issues. It may be that it doesnt
> like having msql and mysql in the use flags at the same time or
> something eles.
>
> checking mSQL version... 1.0
> checking for MSSQL support via FreeTDS... no
> checking for MySQL support... yes
> checking for specified location of the MySQL UNIX socket...
> /var/run/mysqld/mysqld.sock
> checking for MySQL UNIX socket location... /var/run/mysqld/mysqld.sock
> 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 1526: Called dyn_compile
> ebuild.sh, line 923: Called src_compile
> php-5.1.2.ebuild, line 105: Called src_compile_normal
> php-5.1.2.ebuild, line 218: Called php5_1-sapi_src_compile
> php5_1-sapi.eclass, line 568: Called die
Looking at the php5_1-sapi.eclass, shows that the line is
../configure --prefix=${destdir} --sysconfdir=/etc --cache-file=./config.cache
${my_conf} || die "configure failed"
There shouldn't be anything causing the fault in there, except if Gentoo has a
patch that modifies the Makefile, in which case it will become less stable for
configuring some options, here I would suggest you check over the patches used
and remove it from the patch-list and try again.
//Aho
Navigation:
[Reply to this message]
|