Java Mailing List Archive

http://www.dba.5341.com/

Home » Home (12/2007) » suse oracle »

Re: [suse-oracle] Error Install IAS 10gR2 Middle Tier at Suse 10.1

Fabrizio Magni

2006-06-06

Replies:

>
>
> export LD_ASSUME_KERNEL=2.4.21
> export LD_PRELOAD=/usr/lib/libInternalSymbols.so


Personally I consider bad practice to set those variables with 10g products,
especially the application server since, in this way, it is going to use the
old libthread libraries.

However from suse 10.1 on LD_ASSUME_KERNEL shouldn't be set because the old
glibc is not there anymore (so no back-compatibility).

LD_PRELOAD should be used only with orarun (otherwise you don't have the
library libInternalSymbols.so).
The old openSUSE never had orarun since it is not GPL (Arun, is it changed?)
so the OP should avoid LD_PRELOAD (at least if he is not installed orarun on
openSUSE).

Regards
Fabrizio
©2008 dba.5341.com - Jax Systems, LLC, U.S.A.