Summary: | dev-lang/php-5.1.6-r4 failed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | otg <otg> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | VERIFIED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 2006.1 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | /var/tmp/portage/php-5.1.6-r4/work/php-5.1.6/config.log |
Description
otg
2006-10-08 13:18:55 UTC
Attach config.log and reopen then. Thanks. Created attachment 99158 [details]
/var/tmp/portage/php-5.1.6-r4/work/php-5.1.6/config.log
attached config.log <snip> usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld: warning: libssl.so.0.9.7, needed by /usr/lib/libldap.so, may conflict with libssl.so.0.9.8 /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld: warning: libssl.so.0.9.7, needed by /usr/lib/libldap.so, may conflict with libssl.so.0.9.8 /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld: warning: libssl.so.0.9.7, needed by /usr/lib/libldap.so, may conflict with libssl.so.0.9.8 /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld: warning: libcrypto.so.0.9.7, needed by /usr/lib/libldap.so, may conflict with libcrypto.so.0.9.8 /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld: warning: libcrypto.so.0.9.7, needed by /usr/lib/libldap.so, may conflict with libcrypto.so.0.9.8 /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld: warning: libcrypto.so.0.9.7, needed by /usr/lib/libldap.so, may conflict with libcrypto.so.0.9.8 </snip> You didn't follow the ebuild instruction when upgrading openssl. revdep-rebuild --library libssl.so.0.9.7 revdep-rebuild --library libcrypto.so.0.9.7 rm -f /usr/lib/{libssl.so.0.9.7,libcrypto.so.0.9.7} And remove msql from your use flag unless you've installed in manually somewhere. <snip> /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lmsql collect2: ld returned 1 exit status </snip> (In reply to comment #5) > And remove msql from your use flag unless you've installed in manually > somewhere. > > <snip> > /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld: > cannot find -lmsql > collect2: ld returned 1 exit status > </snip> MYSQL is installed - I ran into the problems "following" bug #80125 and removed mysql and mysqli from the USE flags. Following your comment #4 I just install qt in order to be able to launch revdep-rebuild. USE=msql has nothing in common with MySQL. # euse -i msql global use flags (searching: msql) ************************************************************ [- ] msql - Adds support for the MSQL database server (Not supported by PHP herd, there's no appropriate dependency in portage). |