roxen.lists.roxen.general

Subject Author Date
compiling roxen on opensuse 11.1 Henrik Grubbström <30[at]community[dot]roxen[dot]com> 13-07-2009
[...]
>uname: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
>head: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
>grep: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
>wc: error while loading shared libraries: libc.so.6: cannot open shared object
file: No such file or directory
>sed: error while loading shared libraries: libc.so.6: cannot open shared object
file: No such file or directory
>expr: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
[...]
>Can someone help me fixing this error?

It looks like your system either has several broken binaries, but that
seems unlikely, since your system probably wouldn't boot to a usable
state without working uname, head, sed and expr. My guess is that your
.../local/environment contains a setting for LD_ASSUME_KERNEL.
Remove it.

>Right now I try ln -s libc.so libc.so.6 and then recompile and see weather 
>it solves my problem.
>Thanks for the advance.