• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Problem bei Installation von LBreakout

Hi Leute
LBreakout scheint ja ganz gut zu sein. Also hab ich es mir geholt, entpackt und
./configure
gemacht. Da kommt jetzt allerdings ein Fehler:

Code:
sinner@linux:~/Sources/lbreakout2-2.5.2/lbreakout2-2.5.2> ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking for main in -lm... yes
checking for main in -lz... no
configure: error: libz is needed

Was meint der mit libz ? Ich möchte endlich Lbreakout spielen :(

Cu
 

oc2pus

Ultimate Guru
dir fehlen die RPMs zlib (zur Laufzeit) und zlib-devel (zum compilieren).

d.h. nach compile kannst du zlib-devel wieder entfernen :)
 
Oben