Skip to Content.
Sympa Menu

ndt-users - Re: build error with ndt-3.6.4

Subject: ndt-users list created

List archive

Re: build error with ndt-3.6.4


Chronological Thread 
  • From: Colby Gutierrez-Kraybill <>
  • To: galuschka <>
  • Cc:
  • Subject: Re: build error with ndt-3.6.4
  • Date: Wed, 5 Jan 2011 22:14:35 -0800


Assuming you are doing this on modern linux box, you need to install zlib-devel for your particular system.

On Jan 5, 2011, at 10:05 PM, galuschka wrote:

hello,
Here are the web100clt build commands, but it fails with the following error
msg ,When I try to run "make":
# wget http://ndt.googlecode.com/files/ndt-3.6.4.tar.gz
# tar -zxvf ndt-3.6.4.tar.gz
#cd ndt-3.6.4
#./configure

#make
make all-recursive
make[1]: Entering directory `/home/Galuschka/ndt-3.6.4'
Making all in I2util
make[2]: Entering directory `/home/Galuschka/ndt-3.6.4/I2util'
Making all in I2util
make[3]: Entering directory `/home/Galuschka/ndt-3.6.4/I2util/I2util'
make all-am
make[4]: Entering directory `/home/Galuschka/ndt-3.6.4/I2util/I2util'
make[4]: Leaving directory `/home/Galuschka/ndt-3.6.4/I2util/I2util'
make[3]: Leaving directory `/home/Galuschka/ndt-3.6.4/I2util/I2util'
Making all in aespasswd
make[3]: Entering directory `/home/Galuschka/ndt-3.6.4/I2util/ aespasswd'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/Galuschka/ndt-3.6.4/I2util/ aespasswd'
Making all in pfstore
make[3]: Entering directory `/home/Galuschka/ndt-3.6.4/I2util/pfstore'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/Galuschka/ndt-3.6.4/I2util/pfstore'
Making all in test
make[3]: Entering directory `/home/Galuschka/ndt-3.6.4/I2util/test'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/Galuschka/ndt-3.6.4/I2util/test'
Making all in doc
make[3]: Entering directory `/home/Galuschka/ndt-3.6.4/I2util/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/Galuschka/ndt-3.6.4/I2util/doc'
make[3]: Entering directory `/home/Galuschka/ndt-3.6.4/I2util'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/Galuschka/ndt-3.6.4/I2util'
make[2]: Leaving directory `/home/Galuschka/ndt-3.6.4/I2util'
Making all in src
make[2]: Entering directory `/home/Galuschka/ndt-3.6.4/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../I2util
'-DBASEDIR="/usr/local/ndt"' -pedantic -Wall -O2 -DNDEBUG
-DEXPERIMENTAL_ENABLED -DDATABASE_ENABLED -MT web100clt-logging.o - MD -MP -MF
".deps/web100clt-logging.Tpo" -c -o web100clt-logging.o `test -f 'logging.c'
|| echo './'`logging.c; \
then mv -f ".deps/web100clt-logging.Tpo" ".deps/web100clt- logging.Po";
else rm -f ".deps/web100clt-logging.Tpo"; exit 1; fi
logging.c:19: fatal error: zlib.h: No such file or directory
compilation terminated.
make[2]: *** [web100clt-logging.o] Error 1
make[2]: Leaving directory `/home/Galuschka/ndt-3.6.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Galuschka/ndt-3.6.4'
make: *** [all] Error 2

any suggestion ?

thanks and best regards!
Galuschka





Archive powered by MHonArc 2.6.16.

Top of Page