Forum OpenACS Q&A: A new Oracle gotcha

Collapse
Posted by Janine Ohmer on
Well, new to me, anyway.

I'm doing an install on a client system, using Oracle 9i and (I believe) RH Enterprise. I was getting this error:

Loading SQLJ code /var/lib/aolserver/dodss/packages/acs-content-repository/java/Regexp-oracle.sqlj...

/home/oracle/OraHome1/JRE/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

And several others like it, while installing the CR.

The fix is to set LD_ASSUME_KERNEL to 2.4.1, which is a different number than we were setting it to for Glibc problems in 8i, before doing the install. I added it to my nsd-oracle script.

Just an FYI....

Collapse
2: Re: A new Oracle gotcha (response to 1)
Posted by Don Baccus on
Even Greenpeace is switching to Postgres :)