FS#11632 - libxml2 : undefined symbol gzopen64
Attached to Project:
AUR web interface
Opened by Francesco Kiko Corsentino (Kiko) - Wednesday, 01 October 2008, 07:56 GMT
Last edited by Allan McRae (Allan) - Wednesday, 01 October 2008, 10:56 GMT
Opened by Francesco Kiko Corsentino (Kiko) - Wednesday, 01 October 2008, 07:56 GMT
Last edited by Allan McRae (Allan) - Wednesday, 01 October 2008, 10:56 GMT
|
Details
I'm working with libxml2 and xsltproc. But when I tried to
install docbook-xml, pacman said:
"symbol lookup error: /usr/lib/libxml2.so.2: undefined symbol: gzopen64" Moreover, every command that uses libxml produces this error. |
This task depends upon
Comment by
Francesco Kiko Corsentino (Kiko) -
Wednesday, 01 October 2008, 08:04 GMT
I found solution. When install a new ArchLinux-Overlord system,
library collection has not zlib that is very important library.
Install zlib to resolve question.
Comment by Allan McRae (Allan) -
Wednesday, 01 October 2008, 08:36 GMT
zlib is a dependency of libxml2. Not updating your system to the
latest zlib also causes this problem.
Comment by
Francesco Kiko Corsentino (Kiko) -
Wednesday, 01 October 2008, 08:42 GMT
In fact, Allan, the old zlib contains gzopen symbol, and not
gzopen64 (it is simply verifiable using objdump utility).