Hello! I have a problem. I cannot install Oracle Standart Edition on Linux.
I have downloaded it from Oracle Database Software Downloads | Oracle Technology Network | Oracle </title><meta name="Title" co…
(11.2.0.2.0)
zLinux64
/home/me/Distributives/database/install/.oui is executabel.
runInstaller is executable.
gcc and other libs are installed.
I am trying to install Oracle on Desctop for testing, but I cannot.
Maybe there are some architecture problems?
./runInstaller
./runInstaller: line 254: /home/me/Distributives/database/install/.oui: cannot execute binary file
[root@ALTLinux install]# readelf -h .oui
ELF Header:
Magic: 7f 45 4c 46 02 02 01 00 00 00 00 00 00 00 00 00
Class: ELF64
Data: 2's complement, big endian
Version: 1 (current)
OS/ABI: UNIX - System V
ABI Version: 0
Type: EXEC (Executable file)
Machine: IBM S/390
Version: 0x1
Entry point address: 0x800022ec
Start of program headers: 64 (bytes into file)
Start of section headers: 179568 (bytes into file)
Flags: 0x0
Size of this header: 64 (bytes)
Size of program headers: 56 (bytes)
Number of program headers: 8
Size of section headers: 64 (bytes)
Number of section headers: 36
Section header string table index: 33
[root@ALTLinux install]# readelf -l .oui
Elf file type is EXEC (Executable file)
Entry point 0x800022ec
There are 8 program headers, starting at offset 64
Program Headers:
Type Offset VirtAddr PhysAddr
FileSiz MemSiz Flags Align
PHDR 0x0000000000000040 0x0000000080000040 0x0000000080000040
0x00000000000001c0 0x00000000000001c0 R E 8
INTERP 0x0000000000000200 0x0000000080000200 0x0000000080000200
0x0000000000000011 0x0000000000000011 R 1
[Requesting program interpreter: /lib64/ld64.so.1]
LOAD 0x0000000000000000 0x0000000080000000 0x0000000080000000
0x000000000001b4f4 0x000000000001b4f4 R E 1000
LOAD 0x000000000001b4f8 0x000000008001c4f8 0x000000008001c4f8
0x0000000000000470 0x0000000000004130 RW 1000
DYNAMIC 0x000000000001b520 0x000000008001c520 0x000000008001c520
0x00000000000001a0 0x00000000000001a0 RW 8
NOTE 0x0000000000000214 0x0000000080000214 0x0000000080000214
0x0000000000000020 0x0000000000000020 R 4
GNU_EH_FRAME 0x0000000000019a58 0x0000000080019a58 0x0000000080019a58
0x00000000000003bc 0x00000000000003bc R 4
GNU_STACK 0x0000000000000000 0x0000000000000000 0x0000000000000000
0x0000000000000000 0x0000000000000000 RW 8
Section to Segment mapping:
Segment Sections...
00
01 .interp
02 .interp .note.ABI-tag .hash .dynsym .dynstr .gnu.version .gnu.version_r .rela.dyn .rela.plt .init .plt .text .fini .rodata .eh_frame_hdr .eh_frame
03 .ctors .dtors .jcr .dynamic .got .data .bss
04 .dynamic
05 .note.ABI-tag
06 .eh_frame_hdr
07