I am trying to compile iproute2 and after running the make command I get the following 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 to my /usr/bin
directory and I could not find the folder ld itself.
I installed the package ldbtools from packages.ubuntu.com/hu/trusty/i386/ldb-tools/download but it did not make any difference