Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: Uros1 on April 05, 2015, 05:50:43 PM

Title: iproute2 illegal instruction
Post 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.


Title: Re: iproute2 illegal instruction
Post by: Rich on April 05, 2015, 07:34:55 PM
Hi Uros1
Quote
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.
Title: Re: iproute2 illegal instruction
Post by: Uros1 on April 05, 2015, 08:14:05 PM
It seems that bsddb-dev.tcz doesn't exist in repository.
Code: [Select]
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
Title: Re: iproute2 illegal instruction
Post by: bmarkus on April 06, 2015, 05:47:59 AM
Hi Uros1
Quote
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.
Title: Re: iproute2 illegal instruction
Post by: Uros1 on April 06, 2015, 08:29:38 AM
Thanks!  It now compiles fine.