symbol errno, version GLIBC_2.0 not defined in file libc.so.6
When starting DBCA from a 9.2.0 installation on Oracle Enterprise Linux 4 update 8, the following error was thrown
[oracle@LXDB01 bin]$ ./dbca
/u00/oracle/jre/1.1.8/bin/../lib/i686/green_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
After some research i found this to be the solution.
[oracle@LXDB01 bin]$ export LD_ASSUME_KERNEL=2.4.19

Comments are closed.