Skip to main content
May 4, 2006
Question

unable to start fms on centos x86_64

  • May 4, 2006
  • 2 replies
  • 402 views


Gettting the following error after installing fms on the centos 4.3 x86_64:

[root@peggy fms]# ./fmsadmin
./fmsadmin: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory

openssl is installed, and the lib is there -

[root@peggy fms]# ls -l /lib/libssl.so.4
lrwxrwxrwx 1 root root 16 May 4 08:46 /lib/libssl.so.4 -> libssl.so.0.9.7a

I have this running fine on a 35 bit fedora core 4 box. Has anyone else seen this?

Thanks,

    This topic has been closed for replies.

    2 replies

    May 4, 2006
    If this helps, here is a snip from an strace:

    open("/usr/lib/libssl.so.4", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\343"..., 512) = 512
    close(3) = 0
    stat64(0xffffcff0, 0xffffd05c) = 0
    writev(2, [{0xaffffdc04, 8597116581}, {0x24006da9a8, 8597116585}, {0xb006dcdef, 8597116576}, {0x1e006dcdd0, 8597116576}, {0x19006d98bd, 4302149301}, {NULL, 0}, {NULL, 0}, {NULL, 0}, {NULL, 0}, {NULL, 0}], 10)
    = 121
    exit_group(127)
    May 8, 2006
    Bump
    May 28, 2006
    I had the same problem running FMS2 on my Gentoo 64bit. As for now I don't think Adobe cares about getting it working on 64bit servers. I can't even get it to run under a 32bit chroot environment off the server. The funny thing is, FCS1 worked fine. So I guess we need to wait for Adobe to get this fixed....
    May 4, 2006
    I meant 32 bit fedora box. Typo
    May 4, 2006
    I have to be confusing someone. I meant to say it works on my 32 bit fedora, but not on my 64 bit centos box.