iproute2 をコンパイルしようとしていますが、make コマンドを実行した後、次のエラーが発生します。
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
ディレクトリに移動しました/usr/bin
が、フォルダー ld 自体が見つかりませんでした。
packages.ubuntu.com/hu/trusty/i386/ldb-tools/download からパッケージ ldbtools をインストールしましたが、違いはありませんでした