|
From: John R.
|
> this happens on a current debian sid system with a binary which > used to work well together some months ago. > > I have an Athlon 1400, and I just recompiled the whole thing > with -march=i386 except for external libraries installed as Debian > packages. Try "export LD_ASSUME_KERNEL=2.4.1" to tell ld-linux.so.2 to skip over /lib/tls/ when searching for libraraies. The search then starts with /lib/i686/, /lib/mmx/, ..., /lib/ . -- John Reiser, jreiser@BitWagon.com |