Forum OpenACS Development: Re: Installing Oracle 8.1.7 on Redhat 8.0

Collapse
Posted by Tom Jackson on

On linux you have a profile script that you can use. In your home directory edit your .bash_profile file and add the line:

export LD_ASSUME_KERNEL=2.2.5

You could instead edit /etc/profile, using the same code.

You should put the same code in any startup script for AOLserver as well.

Note, when you do this change, you need to logout and log back in, if you are using the X desktop, you need to log out of that and log back in.