[Solved] libz.so.1 errors
Posted: Fri Dec 20, 2013 4:34 pm
I'm not concerned or anything, but simply reporting it for the sake of completeness..
I hadn't put Trunk back onto my laptop after installing Linux Mint15, so tonight I decided to install it and test out the new tutorials.
Launching from the Menu icon failed, so I started it up via a terminal, and got this error message.
Some quick searching suggested that simply getting rid of
(Of course, now I'm going to have to remember to get rid of the file every time I run
I hadn't put Trunk back onto my laptop after installing Linux Mint15, so tonight I decided to install it and test out the new tutorials.
Launching from the Menu icon failed, so I started it up via a terminal, and got this error message.
Code: Select all
diziet@Asus-Laptop:~/GNUstep/Applications/Oolite-trunk$ ./oolite-trunk
./oolite.app/oolite: /home/diziet/GNUstep/Applications/Oolite-trunk/oolite-deps/lib/libz.so.1: no version information available (required by /usr/lib/i386-linux-gnu/libxml2.so.2)
./oolite.app/oolite: /home/diziet/GNUstep/Applications/Oolite-trunk/oolite-deps/lib/libz.so.1: no version information available (required by /usr/lib/i386-linux-gnu/libxml2.so.2)
./oolite.app/oolite: relocation error: /usr/lib/i386-linux-gnu/libxml2.so.2: symbol gzopen64, version ZLIB_1.2.3.3 not defined in file libz.so.1 with link time reference
Erk. It looks like Oolite-trunk died with an error. When making an error
report, please copy + paste the log above into the report.
(Press Ctrl-C to continue)
Oolite-trunk/oolite-deps/lib/libz.so.1
should do the trick, so I just renamed it, rather than delete the file, and everything runs well now.(Of course, now I'm going to have to remember to get rid of the file every time I run
oolite-trunk-update
, I guess)