Hi All,
i'm beginner developer and i have a several problem during install of third party software on linux fedora 5.
I tryed to install a Versant Database (object database) on my linux fedora 5,but i had a problems with main libraries.I hope that somebody can help me!!!!!!
I'm login by ROOT user and after typed a install command i get this error :
-------------------------------------------------------------------------------------------------------------------------------
[root@phxr0001 opt]# ./install.bin -f install.properties
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Launching installer...
rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
--------------------------------------------------------------------------------------------------------------------------------
What's the problem ?
My java version is 1.5.0_1, i've read it after command :
--------------------------------------------------------------------------------------------------------------------------------
[root@phxr0001 opt]# java -version
java version "1.5.0_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08)
Java HotSpot(TM) Client VM (build 1.5.0_01-b08, mixed mode)
--------------------------------------------------------------------------------------------------------------------------------
and into my system there are all libraries nedded by versant software :
[root@phxr0001 opt]# locate libc.so.6
/lib/libc.so.6
/lib/i686/nosegneg/libc.so.6
/opt/libc.so.6
how i can do ? hope that someone can help me .. i'm beginner developer in linux system.
Should i refer the same libraries with a symbolic link ? i've just done it,but problems persist too.
thank in advance for you help ..
Mirco