Hello again,

These are all libpython is linked against:
  linux-gate.so.1 =>  (0xffffe000)
  libpthread.so.0 => /lib/libpthread.so.0 (0xb7e7f000)
  libdl.so.2 => /lib/libdl.so.2 (0xb7e7b000)
  libutil.so.1 => /lib/libutil.so.1 (0xb7e77000)
  libm.so.6 => /lib/libm.so.6 (0xb7e52000)
  libc.so.6 => /lib/libc.so.6 (0xb7d33000)
  /lib/ld-linux.so.2 (0x80000000)

- Neil
On 15:28 Sun 27 Aug     , Richard Fish wrote:
> 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

-- 
gentoo-user@gentoo.org mailing list

Reply via email to