PDA

View Full Version : mandrake 9 configure prob



Bobo_Da_necro
05-14-2003, 02:29 PM
never had this prob before any help would be greatly appreacated
this is the error i get on ./configure


checking host system type... i586-pc-linux-gnu
checking target system type... i586-pc-linux-gnu
checking build system type... i586-pc-linux-gnu
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-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc3... no
checking for gcc... gcc
checking for g++3... no
checking for g++... g++
checking for supported compiler version... yes
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 c++... g++
checking whether the C++ compiler (g++ ) works... yes
checking whether the C++ compiler (g++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for working const... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... (cached) yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for supported libc version... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for libpng... no
checking for Qt... yes
>> Found version.: 3.1.1
>>> Headers......: /opt/qt-x11-free-3.1.1/include/
>>>> Libraries...: /opt/qt-x11-free-3.1.1/lib/
>>>>> Workable...: -*{ YES }*-
checking for Qt MOC... yes
checking if Qt compiles without flags... no
checking for pthread_create in -lpthread... yes
setting Linux pthread compilation options
checking for pcap_open_live in -lpcap... yes
checking for gdImageCreate in -lgd... no
checking for gdImagePng in -lgd... no
checking for inflate in -lz... no
configure: error: cannot find compresion library functions. Make sure libz is installed

prob somethig stupid i'm missing
if possible just point me in the right direction

user387
05-14-2003, 02:39 PM
error says:


Make sure libz is installed


guess what?

Bobo_Da_necro
05-14-2003, 03:11 PM
ummmmmmmm prob is i dont know what libz is tied to

Dedpoet
05-14-2003, 03:16 PM
Libz is l33t haX0r speak for libs, which is short for libraries. You need to install libraries.

Seriously though:

http://rpmfind.net/linux/rpm2html/search.php?query=zlib&submit=Search+...&system=&arch=

Bobo_Da_necro
05-14-2003, 08:25 PM
thank you for the help all compiles now

user387
05-15-2003, 03:58 AM
Originally posted by Dedpoet
Libz is l33t haX0r speak for libs, which is short for libraries. You need to install libraries.

libz is NOT any form of other speak..

it's just the z library!

included with -lz

known as zlib or libz.

Dedpoet
05-15-2003, 07:05 AM
libz is NOT any form of other speak..

it's just the z library!

included with -lz

known as zlib or libz.

LOL. I was kidding, user387. If you look at the link I posted, you'll notice that it's to an rpmfind search that shows 116 hits for zlib. He got the rpm he needed and fixed his problem.