Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] Re: Issue 177 in ndt: ./configure error web10srv library not found

Subject: NDT-DEV email list created

List archive

[ndt-dev] Re: Issue 177 in ndt: ./configure error web10srv library not found


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] Re: Issue 177 in ndt: ./configure error web10srv library not found
  • Date: Wed, 08 Apr 2015 18:31:08 +0000


Comment #5 on issue 177 by : ./configure error web10srv library not found
https://code.google.com/p/ndt/issues/detail?id=177

Hmm now I get an error when running make

root@WebNDT:~/test2/ndt-3.7.0-rc3#
make
make all-recursive
make[1]: Entering directory `/root/test2/ndt-3.7.0-rc3'
Making all in src
make[2]: Entering directory `/root/test2/ndt-3.7.0-rc3/src'
gcc -pedantic -Wall -fno-strict-aliasing -std=gnu99 -DNDEBUG -O2 -DEXPERIMENTAL_ENABLED -DDATABASE_ENABLED -L/usr/local/lib -Wl,-rpath,/usr/local/lib -o web100clt web100clt-web100clt.o web100clt-network.o web100clt-usage.o web100clt-logging.o web100clt-utils.o web100clt-protocol.o web100clt-runningtest.o web100clt-ndtptestconstants.o web100clt-test_sfw_clt.o web100clt-test_mid_clt.o web100clt-test_c2s_clt.o web100clt-test_s2c_clt.o web100clt-test_meta_clt.o web100clt-strlutils.o web100clt-test_results_clt.o web100clt-jsonutils.o -lpthread -ljansson -lI2util
/usr/local/lib/libI2util.a(mach_dep.o): In function `I2GetSysErrList':
/root/test2/I2util-1.2/I2util/mach_dep.c:104: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead
/root/test2/I2util-1.2/I2util/mach_dep.c:102: warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
web100clt-logging.o: In function `zlib_def':
logging.c:(.text+0x53f): undefined reference to `deflateInit2_'
logging.c:(.text+0x616): undefined reference to `deflate'
logging.c:(.text+0x664): undefined reference to `deflateEnd'
logging.c:(.text+0x684): undefined reference to `deflateEnd'
collect2: error: ld returned 1 exit status
make[2]: *** [web100clt] Error 1
make[2]: Leaving directory `/root/test2/ndt-3.7.0-rc3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/test2/ndt-3.7.0-rc3'
make: *** [all] Error 2
root@WebNDT:~/test2/ndt-3.7.0-rc3#
nano


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



Archive powered by MHonArc 2.6.16.

Top of Page