Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: HELP---install 9i on redhat linux 7.2!!!
Hallo Dolphin,
the problem is some make files can't find references.
ins_plsql.mk don't work. You must uncomment the line LD_SELF_CONTAINED="-z defs".
After this you can proceed with linking. Also see to Document 160645.1 or 168703.996 in metalink.oracle.com.
Reinhard
Dolphin schrieb:
> I tried to install 9i on redhat linux 7.2, no luck yet.
>
> Here is my box:
>
> Athlon 1.2G, 512MRAM, 40GHD,
>
> Here is the linux petitions:
>
> /usr -4.0G
> /tmp -1.0G
> /swap -2.0G
> /var -1.0G
> /opt -24G (where oracle installed)
>
> downgraded: binuitl to -binutils-2.10.0.18
> blackdown's jdk-1.1.8_v3
>
> Here is kernel setting:
>
> kernel.semmni = 100
> kernel.semmns = 256
> kernel.semmsl = 100
> kernel.semopm = 100
> kernel.semvmx = 32767
> kernel.shmall = 2147483648
> kernel.shmmax = 2147483648
> kernel.shmmin = 1
> kernel.shmmni = 100
> kernel.shmseg = 4096
>
> The database Universal Installer finished the installation part, but crash
> the machine during linking database, particularly when running
> 'my_windows.sql' script.
>
> Please HELP, thanks in advvance.
![]() |
![]() |