* [gentoo-user] php-5.1.6-r6 troubles
@ 2007-01-20 17:38 James
2007-01-21 1:29 ` Rumen Yotov
2007-01-21 8:43 ` Daniel Iliev
0 siblings, 2 replies; 4+ messages in thread
From: James @ 2007-01-20 17:38 UTC (permalink / raw
To: gentoo-user
Hello,
Trying to run a routine upgrade I get this error:
hecking for Informix support... no
checking for InterBase support... yes
checking for isc_detach_database in -lfbclient... no
checking for isc_detach_database in -lgds... no
checking for isc_detach_database in -lib_util... no
configure: error: libgds, libib_util or libfbclient not found! Check config.log
for more information.
!!! ERROR: dev-lang/php-5.1.6-r6 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_compile
ebuild.sh, line 937: Called src_compile
php-5.1.6-r6.ebuild, line 173: Called src_compile_normal
php-5.1.6-r6.ebuild, line 323: Called php5_1-sapi_src_compile
php5_1-sapi.eclass, line 576: Called die
!!! configure failed
I looked in this file for clues, but found nothing:
/var/tmp/portage/php-5.1.6-r6/work/php-5.1.6/config.log
But found nothing that looked like a problem (at least to me).
So all I have to go on is this line (repeated from above):
configure: error: libgds, libib_util or libfbclient not found! Check config.log
for more information.
Any words of wisdom on how to fix this?
James
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] php-5.1.6-r6 troubles
2007-01-20 17:38 [gentoo-user] php-5.1.6-r6 troubles James
@ 2007-01-21 1:29 ` Rumen Yotov
2007-01-21 8:43 ` Daniel Iliev
1 sibling, 0 replies; 4+ messages in thread
From: Rumen Yotov @ 2007-01-21 1:29 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1486 bytes --]
Hi,
James wrote:
> Hello,
>
> Trying to run a routine upgrade I get this error:
>
> hecking for Informix support... no
> checking for InterBase support... yes
> checking for isc_detach_database in -lfbclient... no
> checking for isc_detach_database in -lgds... no
> checking for isc_detach_database in -lib_util... no
> configure: error: libgds, libib_util or libfbclient not found! Check config.log
See the line above.
Check your USE-flags (some of these USEs must be enabled).
libgds - about 'firebird' support;
libib_util - 'interbase' support;
libfbclient - again is somehow linked with 'firebird'.
All this is just result from a quick Google-search using lib names.
> for more information.
>
> !!! ERROR: dev-lang/php-5.1.6-r6 failed.
> Call stack:
> ebuild.sh, line 1546: Called dyn_compile
> ebuild.sh, line 937: Called src_compile
> php-5.1.6-r6.ebuild, line 173: Called src_compile_normal
> php-5.1.6-r6.ebuild, line 323: Called php5_1-sapi_src_compile
> php5_1-sapi.eclass, line 576: Called die
>
> !!! configure failed
>
>
> I looked in this file for clues, but found nothing:
> /var/tmp/portage/php-5.1.6-r6/work/php-5.1.6/config.log
>
> But found nothing that looked like a problem (at least to me).
>
> So all I have to go on is this line (repeated from above):
>
> configure: error: libgds, libib_util or libfbclient not found! Check config.log
> for more information.
>
> Any words of wisdom on how to fix this?
>
>
> James
>
HTH. Rumen
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3493 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] php-5.1.6-r6 troubles
2007-01-20 17:38 [gentoo-user] php-5.1.6-r6 troubles James
2007-01-21 1:29 ` Rumen Yotov
@ 2007-01-21 8:43 ` Daniel Iliev
2007-01-22 16:28 ` [gentoo-user] " James
1 sibling, 1 reply; 4+ messages in thread
From: Daniel Iliev @ 2007-01-21 8:43 UTC (permalink / raw
To: gentoo-user
James wrote:
> Hello,
>
> Trying to run a routine upgrade I get this error:
>
> hecking for Informix support... no
> checking for InterBase support... yes
> checking for isc_detach_database in -lfbclient... no
> checking for isc_detach_database in -lgds... no
> checking for isc_detach_database in -lib_util... no
> configure: error: libgds, libib_util or libfbclient not found! Check config.log
> for more information.
>
> !!! ERROR: dev-lang/php-5.1.6-r6 failed.
> Call stack:
> ebuild.sh, line 1546: Called dyn_compile
> ebuild.sh, line 937: Called src_compile
> php-5.1.6-r6.ebuild, line 173: Called src_compile_normal
> php-5.1.6-r6.ebuild, line 323: Called php5_1-sapi_src_compile
> php5_1-sapi.eclass, line 576: Called die
>
> !!! configure failed
>
>
> I looked in this file for clues, but found nothing:
> /var/tmp/portage/php-5.1.6-r6/work/php-5.1.6/config.log
>
> But found nothing that looked like a problem (at least to me).
>
> So all I have to go on is this line (repeated from above):
>
> configure: error: libgds, libib_util or libfbclient not found! Check config.log
> for more information.
>
> Any words of wisdom on how to fix this?
>
>
> James
>
>
Send the output from "emerge -pv dev-lang/php" in order to expose the
USE flags which are enabled/disabled for php on your system.
--
Best regards,
Daniel
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-user] Re: php-5.1.6-r6 troubles
2007-01-21 8:43 ` Daniel Iliev
@ 2007-01-22 16:28 ` James
0 siblings, 0 replies; 4+ messages in thread
From: James @ 2007-01-22 16:28 UTC (permalink / raw
To: gentoo-user
Daniel Iliev <danny <at> ilievnet.com> writes:
> > !!! ERROR: dev-lang/php-5.1.6-r6 failed.
> > So all I have to go on is this line (repeated from above):
> > configure: error: libgds, libib_util or libfbclient not found!
> > Check config.log
> Send the output from "emerge -pv dev-lang/php" in order to expose the
> USE flags which are enabled/disabled for php on your system.
Hello Daniel,
Well the system went out with an employee. When It comes back, I'll
work on it again. I'll post if I cannot fix it.
Thanks to everyone that responded.
James
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-01-22 16:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-20 17:38 [gentoo-user] php-5.1.6-r6 troubles James
2007-01-21 1:29 ` Rumen Yotov
2007-01-21 8:43 ` Daniel Iliev
2007-01-22 16:28 ` [gentoo-user] " James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox