Compiling Xfce
Brian J. Tarricone
bjt23 at cornell.edu
Sat Jan 17 00:25:50 CET 2004
Nikola Pizurica wrote:
>Sorry, me again :-)
>
>Now I get error compiling xfce4-panel:
>
>---snip----
>/usr/lib/libglib-2.0.so /usr/lib/libxml2.so
>-lpthread -lz /usr/lib/libdbh.so -lm
>/usr/bin/ld: cannot find -lz
>
>
that's rather odd... it would seem rather difficult to me to have a
working system without a zlib library. look for a libz.so file
somewhere and make sure that it's in the libpath. actually, libz.so
will most likely be a symlink to libz.so.x.y.z (x.y.z is a version
number) - make sure that it points to a valid file if it's a symlink. i
can't imagine a distro that doesn't have it installed in /lib or
/usr/lib. also make sure that you have the development package
installed for zlib - for an RPM-based system that would be the
zlib-devel or zlib-dev package, for debian i think zlib-dev. tho if you
got that far i think it's pretty safe to assume they're installed...
-brian
More information about the Xfce4-dev
mailing list