Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#254820 - 23/04/2005 13:42 The Wrong Libs
ukengb
member

Registered: 30/04/2003
Posts: 136
Loc: United Kingdom
Added head, tail and cut but they have a lib problem

head: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required by head)

However the empeg install sets up:-

libc.so.6 -> libc-2.1.2.so

and this is obviously no good.

Also, top requires libncurses.so.4 and the empeg uses libncurses.so.5 (or did that come from Roger).

Anyone have these handy, or any other suggestions?

Top
#254821 - 22/05/2005 13:21 Re: The Wrong Libs [Re: ukengb]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14472
Loc: Canada
recompile then against the correct libs?

Top
#254822 - 22/06/2005 13:17 Re: The Wrong Libs [Re: mlord]
ukengb
member

Registered: 30/04/2003
Posts: 136
Loc: United Kingdom
Isn't this rather involved, cross compiling like this?

I was hoping someone might have already done it.

Top
#254823 - 24/06/2005 04:38 Re: The Wrong Libs [Re: ukengb]
canuckInOR
carpal tunnel

Registered: 13/02/2002
Posts: 3212
Loc: Portland, OR
Well, if you're lucky, you can just drop the new libs onto the empeg, and do a bit of linking and name shuffling. I think I did this for one small app, and it worked out fine. Otherwise, you'll have to dig up the source, and set up a cross-compile chain. There are instructions on doing that somewhere on the board, but I'm too tired to dig for it now. It's not really that much more involved that compiling regularly -- the only difference is that the compiler spits out a binary for a different architecture than the machine you're compiling it on.

Top
#254824 - 24/06/2005 13:18 Re: The Wrong Libs [Re: canuckInOR]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14472
Loc: Canada
It's a free and easy download from the Hijack site.

-ml

Top