LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   LD_ASSUME_KERNEL setting (https://www.linuxquestions.org/questions/linux-newbie-8/ld_assume_kernel-setting-266400/)

ptreves 12-14-2004 03:02 PM

LD_ASSUME_KERNEL setting
 
Hello,

Installing some Oracle Forms/Reports 10g on my Linux Red Hat Enterprise 3 (ES) box. I have to initialise an environment variable called LD_ASSUME_KERNEL.

THe Oracle Installation guide, states that Kernel version 2.4.21-4 EL is required. Initially I had set the environement variable as follows:

LD_ASSUME_KERNEL=2.4.1

Then I reinstalled with the following setting:

LD_ASSUME_KERNEL=2.4.21-4

1) Is the environement variable properly set ?
2) Do I need to add the extra EL at the end ? or it doesn't matter ?
3) How can I know what version of the KERNEL, I have installed on my Linux server, to set this variable properly for my Oracle install ?

PT

ddu_ 12-14-2004 03:04 PM

can't help you with 1 & 2 but

cat /proc/version

will give you kernel version.

magnos 08-28-2007 02:19 PM

How to set LD_ASSUME_KERNEL parameter
 
hi there,


U have set the parameter like this:

vi .bash_profile

export LD_ASSUME_KERNEL=2.4.21

Then save and quit from it.


then run the bash_profile


Thats it...

For finding out the version of the kernel on ur system type
"uname -v" at the command line in a terminal ...



bye,


All times are GMT -5. The time now is 10:51 AM.