Quoting Bill Rini <bill@stripped>:
> I searched on the archives for this but the only answer I saw was to
> make
> sure that the path to the libz.so module was in LD_LIBRARY_PATH which if
> I
> did but it didn't seem to help. I'm assuming that I can just export
> LD_LIBRARY_PATH=/usr/lib/ Is that correct?
Looks good. If the files aren´t found anyways there has to be some
other reason. For example, it might be, that you don´t have libz,
nut libz.1 or something similar. What does
ls -al /usr/lib/libz*
show?