Hiya, just trying to install a game (warsow). Error received while running is " error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory" ldd wsw_server linux-gate.so.1 => (0xffffe000) libdl.so.2 => /lib/libdl.so.2 (0xf7ff2000) libm.so.6 => /lib/tls/libm.so.6 (0xf7fcf000) libc.so.6 => /lib/tls/libc.so.6 (0x004d6000) /lib/ld-linux.so.2 (0x004bd000) libz.so.1 => not found locate libz.so.1 /usr/lib64/libz.so.1 /usr/lib64/libz.so.1.2.1.2 Linux version 2.6.9-11.ELsmp (buildcentos at x8664-build) (gcc version 3.4.320050227 (Red Hat 3.4.3-22)) (dual xeon) Think I'm missing something obvious (tried the export LD_LIBRARY_PATH to force it as well but no difference). Any help greatly appreciated. Ian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060211/4268ed7b/attachment-0002.html>
On Sat, 11 Feb 2006 at 4:51pm, Ian mu wrote> Hiya, just trying to install a game (warsow). > > Error received while running is " error while loading shared libraries: > libz.so.1: cannot open shared object file: No such file or directory" > > locate libz.so.1 > /usr/lib64/libz.so.1 > /usr/lib64/libz.so.1.2.1.2yum -y install zlib.i386 -- Joshua Baker-LePain Department of Biomedical Engineering Duke University
On Sat, 2006-02-11 at 16:51 +0000, Ian mu wrote:> Hiya, just trying to install a game (warsow). > > Error received while running is " error while loading shared > libraries: libz.so.1: cannot open shared object file: No such file or > directory" > > ldd wsw_server > linux-gate.so.1 => (0xffffe000) > libdl.so.2 => /lib/libdl.so.2 (0xf7ff2000) > libm.so.6 => /lib/tls/libm.so.6 (0xf7fcf000) > libc.so.6 => /lib/tls/libc.so.6 (0x004d6000) > /lib/ld-linux.so.2 (0x004bd000) > libz.so.1 => not found > > locate libz.so.1 > /usr/lib64/libz.so.1 > /usr/lib64/libz.so.1.2.1.2 > > Linux version 2.6.9-11.ELsmp (buildcentos at x8664-build) (gcc version > 3.4.3 20050227 (Red Hat 3.4.3-22)) (dual xeon) > > Think I'm missing something obvious (tried the export LD_LIBRARY_PATH > to force it as well but no difference). > > Any help greatly appreciated. > > IanThe problem is that the file was designed to run with a 32-bit library ... you have a 64-bit libz.so.1 If it is really a 32-bit program, you will have to install the 32-bit package and dependencies to get the 32-bit libz.so.1 installed ... Another option is to recompile everything as 64 bit -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/centos/attachments/20060211/b684e3e9/attachment-0002.sig>
Reasonably Related Threads
- [Bug 93197] New: Warsow 2.0 crashes in nouveau_fence_trigger_work
- deadlock possiblity introduced by "drm/nouveau: use drm_mm in preference to custom code doing the same thing"
- BIG changes to kernel module
- /lib/tls.disabled or xen-friendly glibc?
- Rebuilding RPMs