WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: iproute2 illegal instruction  (Read 2385 times)

Offline Uros1

  • Newbie
  • *
  • Posts: 5
iproute2 illegal instruction
« 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.



Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11623
Re: iproute2 illegal instruction
« Reply #1 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.

Offline Uros1

  • Newbie
  • *
  • Posts: 5
Re: iproute2 illegal instruction
« Reply #2 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

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: iproute2 illegal instruction
« Reply #3 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.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Uros1

  • Newbie
  • *
  • Posts: 5
Re: iproute2 illegal instruction
« Reply #4 on: April 06, 2015, 08:29:38 AM »
Thanks!  It now compiles fine.