Once you upgrade iproute2, you may encounter problems, like "db_185.h: not found"
Following instructions may help: $ wget http://download.oracle.com/berkeley-db/db-4.6.18.tar.gz $ tar -xzvf db-4.6.18.tar.gz $ cd db-4.6.18;cd build_unix;../dist/configure --prefix=$INSTALLPATH --enable-compat185;make;make install
2 comments:
Site:
http://www.esd-electronics.com/german/candriver/
Once you upgrade iproute2, you may encounter problems, like
"db_185.h: not found"
Following instructions may help:
$ wget http://download.oracle.com/berkeley-db/db-4.6.18.tar.gz
$ tar -xzvf db-4.6.18.tar.gz
$ cd db-4.6.18;cd build_unix;../dist/configure --prefix=$INSTALLPATH --enable-compat185;make;make install
Post a Comment