Skip to main content
Participant
April 8, 2007
Question

FMS install questions

  • April 8, 2007
  • 1 reply
  • 208 views
I have installed one FMS on my dedicated server.
And the OS is Linux Red Hat Enterprise 4.
I installed it by the default manual.
It indicates that I have to enter ./installFMS and answer following question.
The install process didn't show any error messages.
But when I test the FMS server.
I found it is unable to load any applications.
Only the port 1111 returns response, but the port 1935 is out of response.
And the process in my dedicated server only loads "fmsadmin".
I don't know if there's anything wrong in my setup process.
Could any one help me to figure out these questions?
Thanks for your kindly help...
    This topic has been closed for replies.

    1 reply

    April 11, 2007
    Hello

    I had a simular problem.

    change to /opt/macromedia/fms/ and try to start the core programm by hand. if a libary is missing it should be printed out.
    start it with ./fmscore but check with ps auxf if no instance is running!

    On my system (Linux Debian ETCH 4.0) some libs where missing.

    1.) libnspr4
    I installed them with
    apt-get install libnspr4-dev
    I dont know red hat, but look out for a file that holds these libs

    2.) libcrypto
    I had to link them correctly
    cd /usr/lib
    ln -s libcrypto.so.0.9.8 libcrypto.so.4
    ln -s libcrypto.so.0.9.8 libcrypto.so.6
    ln -s libssl.so.0.9.8 libssl.so.4
    ln -s libssl.so.0.9.8 libssl.so.6

    After that it started and connections are working.

    Marco