On Thu, Mar 29, 2001 at 05:37:50PM +0200, Eric Schaefer wrote:
Kann sich jemand das folgende erklären?
es5@zeus:~/incoming/gnome-libs-1.2.3$ ./configure [...] checking for inflate in -lz... no checking for compress in -lz... no configure: error: *** Incorrect libz version found. Please make sure you do not have *** an outdated libz.a or libz.so hiding in your X11 distribution or *** elsewhere on your system. Versions of libz with the compress and *** uncompress symbols are sufficiently recent to build GNOME. es5@zeus:~/incoming/gnome-libs-1.2.3$ su -c "find / -name libz* -type f" Password: /usr/lib/libz.so.1.1.3
aha, die sollte es tun. Mach mal noch Links nach libz.so.1 und libz.so
es5@zeus:~/incoming/gnome-libs-1.2.3$ ls -l /usr/lib/libz.so.1.1.3 -rw-r--r-- 1 root root 54512 Oct 30 1999 /usr/lib/libz.so.1.1.3
da ist also noch eine. Doppelt hält besser :)
es5@zeus:~/incoming/gnome-libs-1.2.3$ cat /etc/ld.so.conf /usr/lib /usr/local/lib /usr/X11R6/lib
also wird die 1. benutzt
Ausserdem solltest du checken, ob du die include-files der zlib hast (zlib.h und zconf.h)
Reinhard