Results 1 to 2 of 2
Hi,
I'm trying to install libxml2 python module but I got these error:
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status ...
- 04-21-2009 #1Just Joined!
- Join Date
- Apr 2009
- Location
- Philippines
- Posts
- 23
error: command 'gcc' failed with exit status 1
Hi,
I'm trying to install libxml2 python module but I got these error:
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
What seems to be the problem?
Thanks,
- 04-21-2009 #2
/usr/bin/ld is a GNU linker. which links a program to library.
Its confusing that what "-lz" is try searching lz on synaptic.
look for a missing library. and install it.


Reply With Quote
