linux - /usr/bin/ld: cannot find -ldb Makefile error while compiling iproute2 -



linux - /usr/bin/ld: cannot find -ldb Makefile error while compiling iproute2 -

i trying compile iproute2 , after running create command next error:

gcc -d_gnu_source -o2 -wstrict-prototypes -wall -i../include -dresolve_hostnames -dlibdir=\"/usr/lib/\" -i/usr//usr/include -o arpd arpd.c ../lib/libnetlink.a ../lib/libutil.a -ldb -lpthread /usr/bin/ld: cannot find -ldb collect2: error: ld returned 1 exit status make[1]: *** [arpd] error 1 make[1]: leaving directory `/home/desktop/iproute/iproute2-3.1.0/misc' make: *** [all] error 2

i went /usr/bin directory , not find folder ld itself.

i installed bundle ldbtools packages.ubuntu.com/hu/trusty/i386/ldb-tools/download did not create difference

linux makefile make kernel iproute

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -