Hallo! Ich versuche immer noch nach der Anleitung von http://www.arvik.de/computer/kverbos/dkverbos.htm kverbos für Suse 9.2 zu kompilieren. Bei ./configure --prefix=/opt/kde3 bekomme ich jetzt folgende Fehlermeldung: checking for libz... configure: error: not found. Possibly configure picks up an outdated version installed by XFree86. Remove it from your system. Check your installation and look into config.log In der config.log steht zu libz(?)oder zlib(?): #include<zlib.h> | | int | main () | { | | char buf[42]; | gzFile f = (gzFile) 0; | /* this would segfault.. but we only link, don't run */ | (void) gzgets(f, buf, sizeof(buf)); | | return (zlibVersion() == ZLIB_VERSION); | | ; | return 0; | } configure:28868: error: not found. Possibly configure picks up an outdated version installed by XFree86. Remove it from your system. Check your installation and look into config.log Libz habe ich von der SuSE site für 9.2 nachinstalliert und probiert zu löschen, das ist aber nicht möglich wegen Abhängigkeiten. Hat jemand eine Idee? Gruß und Danke Andreas