NLnetLabs / ldns

LDNS is a DNS library that facilitates DNS tool programming

Home Page:https://nlnetlabs.nl/ldns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build failed in parallel mode

leleliu008 opened this issue · comments

commented

https://nlnetlabs.nl/downloads/ldns/ldns-1.8.3.tar.gz

./configure --prefix='/home/leleliu008/.ppkg/installed/ldns' \
       --disable-option-checking \
       --enable-rpath \
       --disable-nls \
       --enable-largefile \
       --disable-debug \
       --enable-static \
       --enable-shared \
       --with-drill \
       --with-examples \
       --with-ssl=/home/leleliu008/.ppkg/installed/openssl \
       --without-pyldns 
       --disable-dane-verify
gmake -j16 clean
gmake -j16 V=1
/usr/bin/ar: dnssec.o: No such file or directory
gmake: *** [Makefile:261: libldns.la] Error 1
gmake: *** Waiting for unfinished jobs....