roxen.lists.roxen.general

Subject Author Date
compiling roxen on opensuse 11.1 Louis Hoefler <louis[at]awake24[dot]de> 12-07-2009
Hi everyone.
I try to install roxen from source.
The target os is opensuse 11.1 patched to the actual release.
At configuration time mysql is not recognized, I installed mysql
and its devel packages.
If I compile roxen everything works fine.
If I try to start
/create_configinterface
I get this output:
   Setting up environment in /usr/roxen/local.
   Broken Mysql -- Checking for NPTL... yes (%s)
   Checking for Sybase... not found
   Checking for Oracle... not found
   Checking for Informix... not found
   Checking for Java 2 (TM)... 
JREHOME=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre
   Environment updated.

uname: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
uname: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
uname: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
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
1024
bin/functions: line 166: [: -gt: unary operator expected
/usr/roxen/server-5.0.403/bin/roxen: error while loading shared libraries: 
libm.so.6: cannot open shared object file: No such file or directory

Can someone help me fixing this error?
I tried ln -s libc.so libc.so.6 but this does not solve the problem.
I also did a find . -type f | xargs grep libc.so.6 and found only matching 
binary files?!?
Maybe there is another lib who is linked against libc.so.6 that causes this 
error.
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.