Tiny Core Linux
Tiny Core Base => TCB Talk => Topic started by: Uros1 on April 05, 2015, 05:50:43 PM
-
Hi,
I have some problems regarding openvpn and iproute2 on Pentium II MMX.
If i run openvpn, I get error: "Linux ip link set failed: external program did not exit normally".
I think this error is related to iproute which is returning: "Illegal instruction".
I have tried to compile iproute2 by myself, but without success because db_185.h is missing. (I have installed db-dev).
Thanks in advance for any help you can provide.
-
Hi Uros1
I have tried to compile iproute2 by myself, but without success because db_185.h is missing. (I have installed db-dev).
See if installing bsddb-dev.tcz helps.
-
It seems that bsddb-dev.tcz doesn't exist in repository.
tce-load -wi bsddb-dev
Downloading: bsddb-dev.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: bsddb-dev.tcz.md5.txt: No such file or directory
Error on bsddb-dev.tcz
-
Hi Uros1
I have tried to compile iproute2 by myself, but without success because db_185.h is missing. (I have installed db-dev).
See if installing bsddb-dev.tcz helps.
bsddb doesn't exists, it is renamed to db by Oracle.
db.tcz updated with 185 compatibility enabled, try it.
-
Thanks! It now compiles fine.