Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> crash at the beginning of the installation
Hi
While trying to install Oracle9i Database Release 2 Enterprise/Standard Edition for Linux x86-64 I get following error
#uname -a
Linux pldmachine 2.6.14 #9 SMP Tue Jan 10 21:17:18 CET 2006 x86_64
AMD_Sempron(tm)_Processor_2500+ unknown PLD Linux
-bash-3.1# bash --version
GNU bash, version 3.1.0(2)-release (x86_64-pld-linux-gnu)
Copyright (C) 2005 Free Software Foundation, Inc.
-bash-3.1# ls -la /bin/sh
lrwxrwxrwx 1 root root 3 Dec 31 13:49 /bin/sh -> ksh
-bash-3.1# ksh
[root_at_pldmachine linux]# echo $KSH_VERSION
@(#)PD KSH v5.2.14 99/07/13.2
[oracle_at_pldmachine Disk1]$ pwd
/mnt/db/oracle9i/Disk1
[oracle_at_pldmachine Disk1]$ ./runInstaller
./runInstaller[69]: ./runInstaller: No such file or directory
[oracle_at_pldmachine Disk1]$ ls -la ./runInstaller
-rwxr-xr-x 1 oracle users 1399 Jan 14 23:11 ./runInstaller
then I tried to run installer from hand
[oracle_at_pldmachine Disk1]$ tail ./runInstaller
Check1=3*AS Check2=3*ES if [[ ($RHVER = $Check1) || ($RHVER = $Check2) ]]; then export LD_ASSUME_KERNEL=2.4.19 fi
cd $CMDDIR/install/linux
./runInstaller $* &
[oracle_at_pldmachine Disk1]$ cd install/linux/
[oracle_at_pldmachine linux]$ ./runInstaller
bash: ./runInstaller: No such file or directory
[oracle_at_pldmachine linux]$ ls -la runInstaller
-rwxr-xr-x 1 oracle users 37455 Apr 30 2004 runInstaller
where is the mistake? I know that this is not problem with oracle but with my OS but Can anyone help me?
afaik I can run ELF files.
-bash-3.1# cat /usr/src/linux/.config | grep ELF CONFIG_BINFMT_ELF=y
bye
linuxpld
Received on Sun Jan 15 2006 - 14:27:41 CST
![]() |
![]() |