libm.so.6: no version information available, please advice

Mike Frysinger vapier at gentoo.org
Fri Mar 17 00:12:59 UTC 2006


On Thursday 16 March 2006 10:38, Roland Riepl wrote:
> burninglucy:/home/devel/rt_sja1000/testprog# ./test_rtcan_sja1000
> -bash: ./test_rtcan_sja1000: No such file or directory
>
> Although the file is present and i can see it with ls, i cannot execute
> the file (No such file or directory).

that's because your dynamic linker is set incorrectly in the binary

you'll need to prob compile statically or override the default linker with 
like -Wl,-dynamic-linker,/path/to/buildroot/stuff/ld-uClibc.so.0
-mike



More information about the uClibc mailing list