Ubuntu Installation von Mutella 0.4.5

Hi, ich versuche über die Konsole Mutella-0.4.5 auf eine Ubuntu 6.06 LTS Standardinstallation zu installieren. Aber bei konfigurieren erhalte ich eine Fehlermeldung: configure: error: You must have zlib installed!

Code:
#######@Ubuntu:~/mutella-0.4.5$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for extra libs... (none)
(none)
checking how to run the C++ preprocessor... g++ -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking limits usability... yes
checking limits presence... yes
checking for limits... yes
checking whether byte ordering is bigendian... no
checking how to run the C preprocessor... gcc -E
checking for working alloca.h... yes
checking for alloca... yes
checking whether time.h and sys/time.h may both be included... yes
checking for nanosleep... yes
checking whether nanosleep is declared... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking for poll in -lpoll... no
checking for compress in -lz... no
Ich habe dann in Synaptic (universe quellen etc. freigeschaltet) nach zlib gesucht und gefunden, dass zlib1g installiert ist. Kennt jemand die Ursache meines Problems?
 
apt-get install zlib1g-dev

Und für die Zukunft: Wenn beim Kompilierem configure meckert, dass was fehlt, liegt es zu 99% daran, dass das dev-Paket nicht installiert ist.
 
Ok danke, das hat geklappt! Jetzt häng ich aber bei MAKE:

Code:
#######@Ubuntu:~/mutella-0.4.5$ make
make  all-recursive
make[1]: Entering directory `/home/#######/mutella-0.4.5'
Making all in mutella
make[2]: Entering directory `/home/#######/mutella-0.4.5/mutella'
Making all in docs
make[3]: Entering directory `/home/#######/mutella-0.4.5/mutella/docs'
Making all in en
make[4]: Entering directory `/home/#######/mutella-0.4.5/mutella/docs/en'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/#######/mutella-0.4.5/mutella/docs/en'
make[4]: Entering directory `/home/#######/mutella-0.4.5/mutella/docs'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/#######/mutella-0.4.5/mutella/docs'
make[3]: Leaving directory `/home/#######/mutella-0.4.5/mutella/docs'
make[3]: Entering directory `/home/#######/mutella-0.4.5/mutella'
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT uilocalsocket.o -MD -MP -MF ".deps/uilocalsocket.Tpo" -c -o uilocalsocket.o uilocalsocket.cpp; \
        then mv -f ".deps/uilocalsocket.Tpo" ".deps/uilocalsocket.Po"; else rm -f ".deps/uilocalsocket.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT gnumarkedfiles.o -MD -MP -MF ".deps/gnumarkedfiles.Tpo" -c -o gnumarkedfiles.o gnumarkedfiles.cpp; \        then mv -f ".deps/gnumarkedfiles.Tpo" ".deps/gnumarkedfiles.Po"; else rm -f ".deps/gnumarkedfiles.Tpo"; exit 1; fi
gnumarkedfiles.cpp:127:2: warning: #warning MGnuMarkedFiles::RemoveFile() needs an update
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT uitextmode.o -MD -MP -MF ".deps/uitextmode.Tpo" -c -o uitextmode.o uitextmode.cpp; \
        then mv -f ".deps/uitextmode.Tpo" ".deps/uitextmode.Po"; else rm -f ".deps/uitextmode.Tpo"; exit 1; fi
uitextmode.cpp:814:46: warning: trigraph ??' ignored, use -trigraphs to enable
uitextmode.cpp:822:46: warning: trigraph ??' ignored, use -trigraphs to enable
uitextmode.cpp:864:45: warning: trigraph ??' ignored, use -trigraphs to enable
uitextmode.cpp:1080:110: warning: trigraph ??/ ignored, use -trigraphs to enableif gcc -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -D_REENTRANT -D_MIT_POSIX_THREADS -g  -O0 -MT sha1.o -MD -MP -MF ".deps/sha1.Tpo" -c -o sha1.o sha1.c; \
        then mv -f ".deps/sha1.Tpo" ".deps/sha1.Po"; else rm -f ".deps/sha1.Tpo"; exit 1; fi
cc1: warning: command line option "-fno-check-new" is valid for C++/ObjC++ but not for C
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT sha1thread.o -MD -MP -MF ".deps/sha1thread.Tpo" -c -o sha1thread.o sha1thread.cpp; \
        then mv -f ".deps/sha1thread.Tpo" ".deps/sha1thread.Po"; else rm -f ".deps/sha1thread.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT gnuwordhash.o -MD -MP -MF ".deps/gnuwordhash.Tpo" -c -o gnuwordhash.o gnuwordhash.cpp; \
        then mv -f ".deps/gnuwordhash.Tpo" ".deps/gnuwordhash.Po"; else rm -f ".deps/gnuwordhash.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT gnulogcentre.o -MD -MP -MF ".deps/gnulogcentre.Tpo" -c -o gnulogcentre.o gnulogcentre.cpp; \
        then mv -f ".deps/gnulogcentre.Tpo" ".deps/gnulogcentre.Po"; else rm -f ".deps/gnulogcentre.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT asyncdns.o -MD -MP -MF ".deps/asyncdns.Tpo" -c -o asyncdns.o asyncdns.cpp; \
        then mv -f ".deps/asyncdns.Tpo" ".deps/asyncdns.Po"; else rm -f ".deps/asyncdns.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT gnuwebcache.o -MD -MP -MF ".deps/gnuwebcache.Tpo" -c -o gnuwebcache.o gnuwebcache.cpp; \
        then mv -f ".deps/gnuwebcache.Tpo" ".deps/gnuwebcache.Po"; else rm -f ".deps/gnuwebcache.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT uiterminal.o -MD -MP -MF ".deps/uiterminal.Tpo" -c -o uiterminal.o uiterminal.cpp; \
        then mv -f ".deps/uiterminal.Tpo" ".deps/uiterminal.Po"; else rm -f ".deps/uiterminal.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT uiremote.o -MD -MP -MF ".deps/uiremote.Tpo" -c -o uiremote.o uiremote.cpp; \
        then mv -f ".deps/uiremote.Tpo" ".deps/uiremote.Po"; else rm -f ".deps/uiremote.Tpo"; exit 1; fi
uiremote.cpp:689:6: warning: #warning generate error page here
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT asyncproxysocket.o -MD -MP -MF ".deps/asyncproxysocket.Tpo" -c -o asyncproxysocket.o asyncproxysocket.cpp; \
        then mv -f ".deps/asyncproxysocket.Tpo" ".deps/asyncproxysocket.Po"; else rm -f ".deps/asyncproxysocket.Tpo"; exit 1; fi
asyncproxysocket.cpp:660:4: warning: #warning GetHostByName() call with no locking!
asyncproxysocket.cpp:911:2: warning: #warning I Guess This Will Fail On Bin Endian
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT messages.o -MD -MP -MF ".deps/messages.Tpo" -c -o messages.o messages.cpp; \
        then mv -f ".deps/messages.Tpo" ".deps/messages.Po"; else rm -f ".deps/messages.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT lineinput.o -MD -MP -MF ".deps/lineinput.Tpo" -c -o lineinput.o lineinput.cpp; \
        then mv -f ".deps/lineinput.Tpo" ".deps/lineinput.Po"; else rm -f ".deps/lineinput.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT rcobject.o -MD -MP -MF ".deps/rcobject.Tpo" -c -o rcobject.o rcobject.cpp; \
        then mv -f ".deps/rcobject.Tpo" ".deps/rcobject.Po"; else rm -f ".deps/rcobject.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT event.o -MD -MP -MF ".deps/event.Tpo" -c -o event.o event.cpp; \
        then mv -f ".deps/event.Tpo" ".deps/event.Po"; else rm -f ".deps/event.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -D_REENTRANT -D_MIT_POSIX_THREADS -g  -O0 -MT term_help.o -MD -MP -MF ".deps/term_help.Tpo" -c -o term_help.o term_help.c; \
        then mv -f ".deps/term_help.Tpo" ".deps/term_help.Po"; else rm -f ".deps/term_help.Tpo"; exit 1; fi
cc1: warning: command line option "-fno-check-new" is valid for C++/ObjC++ but not for C
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT mprintf.o -MD -MP -MF ".deps/mprintf.Tpo" -c -o mprintf.o mprintf.cpp; \
        then mv -f ".deps/mprintf.Tpo" ".deps/mprintf.Po"; else rm -f ".deps/mprintf.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -D_REENTRANT -D_MIT_POSIX_THREADS -g  -O0 -MT readline4fix.o -MD -MP -MF ".deps/readline4fix.Tpo" -c -o readline4fix.o readline4fix.c; \
        then mv -f ".deps/readline4fix.Tpo" ".deps/readline4fix.Po"; else rm -f ".deps/readline4fix.Tpo"; exit 1; fi
cc1: warning: command line option "-fno-check-new" is valid for C++/ObjC++ but not for C
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT asyncfile.o -MD -MP -MF ".deps/asyncfile.Tpo" -c -o asyncfile.o asyncfile.cpp; \
        then mv -f ".deps/asyncfile.Tpo" ".deps/asyncfile.Po"; else rm -f ".deps/asyncfile.Tpo"; exit 1; fi
asyncfile.cpp:201:3: warning: #warning This requires no requests to be sent before OPEN or ATTACH competes
asyncfile.cpp:271:5: warning: #warning call error notifiers here!!!
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT tstring.o -MD -MP -MF ".deps/tstring.Tpo" -c -o tstring.o tstring.cpp; \
        then mv -f ".deps/tstring.Tpo" ".deps/tstring.Po"; else rm -f ".deps/tstring.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT dir.o -MD -MP -MF ".deps/dir.Tpo" -c -o dir.o dir.cpp; \
        then mv -f ".deps/dir.Tpo" ".deps/dir.Po"; else rm -f ".deps/dir.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT inifile.o -MD -MP -MF ".deps/inifile.Tpo" -c -o inifile.o inifile.cpp; \
        then mv -f ".deps/inifile.Tpo" ".deps/inifile.Po"; else rm -f ".deps/inifile.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT property.o -MD -MP -MF ".deps/property.Tpo" -c -o property.o property.cpp; \
        then mv -f ".deps/property.Tpo" ".deps/property.Po"; else rm -f ".deps/property.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT byteorder.o -MD -MP -MF ".deps/byteorder.Tpo" -c -o byteorder.o byteorder.cpp; \
        then mv -f ".deps/byteorder.Tpo" ".deps/byteorder.Po"; else rm -f ".deps/byteorder.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT mui.o -MD -MP -MF ".deps/mui.Tpo" -c -o mui.o mui.cpp; \
        then mv -f ".deps/mui.Tpo" ".deps/mui.Po"; else rm -f ".deps/mui.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT gnusearch.o -MD -MP -MF ".deps/gnusearch.Tpo" -c -o gnusearch.o gnusearch.cpp; \
        then mv -f ".deps/gnusearch.Tpo" ".deps/gnusearch.Po"; else rm -f ".deps/gnusearch.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT mthread_unix.o -MD -MP -MF ".deps/mthread_unix.Tpo" -c -o mthread_unix.o mthread_unix.cpp; \
        then mv -f ".deps/mthread_unix.Tpo" ".deps/mthread_unix.Po"; else rm -f ".deps/mthread_unix.Tpo"; exit 1; fi
mthread_unix.cpp:147:1: warning: "_GNU_SOURCE" redefined
<command line>:1:1: warning: this is the location of the previous definition
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT asyncsocket.o -MD -MP -MF ".deps/asyncsocket.Tpo" -c -o asyncsocket.o asyncsocket.cpp; \
        then mv -f ".deps/asyncsocket.Tpo" ".deps/asyncsocket.Po"; else rm -f ".deps/asyncsocket.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include  -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new     -g  -O0 -MT controller.o -MD -MP -MF ".deps/controller.Tpo" -c -o controller.o controller.cpp; \
        then mv -f ".deps/controller.Tpo" ".deps/controller.Po"; else rm -f ".deps/controller.Tpo"; exit 1; fi
controller.cpp:460:4: warning: #warning add a proper knownDB entry
gnushare.h:67: error: ISO C++ forbids declaration of ?MShareThread? with no typegnushare.h:67: error: expected ?;? before ?*? token
make[3]: *** [controller.o] Error 1
make[3]: Leaving directory `/home/#######/mutella-0.4.5/mutella'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/#######/mutella-0.4.5/mutella'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/#######/mutella-0.4.5'
make: *** [all] Error 2
 
Zurück
Oben