On 8/27/06, Neil Hodges <[EMAIL PROTECTED]> wrote:
Hello all,
I've run into a build error with OpenOffice.org 2.0.3 regardless of USE. The command
checkdll.sh claims that there is no symbol "deglate" in libpython2.4.so.1.0,
but there is:
====================
$ readelf -s /usr/lib/libpython2.4.so.1.0 | grep deflate
58: 00000000 0 NOTYPE GLOBAL DEFAULT UND deflate
467: 00000000 0 NOTYPE GLOBAL DEFAULT UND deflateInit_
586: 00000000 0 NOTYPE GLOBAL DEFAULT UND deflateInit2_
1118: 00000000 0 NOTYPE GLOBAL DEFAULT UND deflateEnd
====================
Why does the build fail?
Hmm,
carcharias rjf # readelf -s /usr/lib/libpython2.4.so.1.0 | grep deflate
carcharias rjf #
It looks like somehow you built python so it is dynamically linked
against libz. Normally those dependancies are only on the module
libraries in lib-dynload. What does ldd /usr/lib/libpython2.4.so.1.0
report?
I suggest posting the outputs of "emerge -pv python" and emerge --info.
-Richard
--
gentoo-user@gentoo.org mailing list