PDA

View Full Version : The problem when install oracle9i on fc5


kingzzh
22nd March 2006, 06:08 AM
I install oracle9i on FC5,if I set the evn. 'export LD_ASSUME_KERNEL=2.4.19' then report error as follow

, error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory


but if I don't set the env. 'export LD_ASSUME_KERNEL=2.4.19' then repaort error as follow

/opt/ora9i/jre/1.1.8/bin/../lib/i686/native_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
Unable to initialize threads: cannot find class java/lang/Thread
Could not create Java VM

what should I do?
does anyone success install oracle9i on FC5?