I am trying to install FirebirdSS-1.5.6.5026-0.i686 on Linux archlinux 
4.13.5-1-ARCH x86-64 but fail. 

 I suspect it is due to ELF problem but not sure how to make it work.
 

 When I try to run ./fbserver, I encounter -bash: ./fbserver: No such file or 
directory
 

 # readelf -l fbserver 
 Elf file type is EXEC (Executable file)

 Entry point 0x804da70
 There are 7 program headers, starting at offset 52
 

 Program Headers:
   Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
   PHDR           0x000034 0x08048034 0x08048034 0x000e0 0x000e0 R E 0x4
   INTERP         0x000114 0x08048114 0x08048114 0x00013 0x00013 R   0x1
       [Requesting program interpreter: /lib/ld-linux.so.2]
   LOAD           0x000000 0x08048000 0x08048000 0x205d38 0x205d38 R E 0x1000
   LOAD           0x206000 0x0824e000 0x0824e000 0x13b84 0x19f04 RW  0x1000
   DYNAMIC        0x2194ec 0x082614ec 0x082614ec 0x00108 0x00108 RW  0x4
   NOTE           0x000128 0x08048128 0x08048128 0x00020 0x00020 R   0x4
   GNU_EH_FRAME   0x1e2498 0x0822a498 0x0822a498 0x0517c 0x0517c R   0x4
 

 It seems related to /lib/ld-linux.so.2, but I could find this file in my /lib 
folder.

 

Reply via email to