Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] libxml2 + zlib problem ?
Date: Tue, 05 Oct 2010 07:24:56
Message-Id: 20101005072437.GA15659@gentoo.org
In Reply to: [gentoo-alt] libxml2 + zlib problem ? by Antoine Dechaume
1 On 04-10-2010 15:49:00 +0200, Antoine Dechaume wrote:
2 > Hi,
3 >
4 > I am not sure this problem is related to gentoo, sorry about that if
5 > it happens to be unrelated...
6 >
7 > I have a C++ code linked to libxml2, and used through a python
8 > wrapper, whenever I try to load the python module I get:
9 > ImportError: /space/dechaume/prefix/usr/lib/libxml2.so.2: symbol
10 > gzopen64, version ZLIB_1.2.3.3 not defined in file libz.so.1 with link
11 > time reference
12
13 can you run the following commnds:
14 % scanelf --needed /space/dechaume/prefix/usr/lib/libxml2.so.2
15 % scanelf --rpath /space/dechaume/prefix/usr/lib/libxml2.so.2
16
17 also try to locate the python module that you include, and run the same
18 commands on it.
19
20
21 --
22 Fabian Groffen
23 Gentoo on a different level

Replies

Subject Author
Re: [gentoo-alt] libxml2 + zlib problem ? Antoine Dechaume <dechaume@×××××××.fr>