Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default FMS2 on FC4 anyone?

    Has anyone been able to install FMS2 on Fedora Core 4?
    Installations with -plaformWarnOnly goes fine.
    But the server won't start. I can see the process start, but it just stops
    again.
    I've also installed mozilla-nspr as suggested in another thread.
    there's also no messages in /var/log/messages

    Anyone got an idea?

    Patrick.

    gepatto Guest

  2. Similar Questions and Discussions

    1. FMS2 and CS3
      I've been beating my head against the wall on trying to get a simple video streaming going with CS3 and FMS2. Are there any "HelloWorld" type...
    2. FMS2 Configuration
      Hi we trying to setup FMS2 for the first time, our infrastructure look like this <FireWall> ---> <Web Server> ---> <Back end Server> 1)is it...
    3. Actionscript 3.0 and FMS2
      Can i use Actionscript 3.0 to connect to RMTP? Because NetStatusEvent always return netConnection.Connect.Failed when i use :...
    4. FMS2 and Smil
      Hi, I read that FMS2 support XML playlist format like SMIL. I be able to use smil file in a client-side way with FLVPlayBack but it's very...
    5. [Q] Can I do this with FMS2???
      Hi... :) Okay... I was wondering if this can be done in FMS2... Let's say that I have a movieClip that is the same size as the stage, and this...
  3. #2

    Default Re: FMS2 on FC4 anyone?

    Hello gepatto,

    I did not try it on Fedora, but had a simmilar occurance with SuSE Linux 10.
    To find out what the problem is, edit the file "server" in the FMS2
    installation directory ( usually /opt/macromedia/fms). In the section "start"
    of this file look for those two lines : "nohup ./$server -console $@ >
    /dev/null 2>&1 &" and "nohup ./$server $@ > /dev/null 2>&1 &". Change them to
    look like this : "./$server -console $@" and " ./$server $@ ".
    When you now start fms2 by calling "server" ( or better said ./server at the
    linux prompt from within /opt/macromedia/fms/ ) you will see what fms complains
    about. In my case it was two missing libraries ( libssl.so.4 and libcrypto.so.4
    ) After creating them by linking to the existing versions in my system (
    libssl.so.0.9.7 and libcrypto.0.9.7) fms worked perfectly as expected and
    starts logging into /var/log/messages, too. I don't know if this helps you out
    of your entire problem, but maybe it gives a starting point.

    Greets

    MIBtwo Guest

  4. #3

    Default Re: FMS2 on FC4 anyone?

    Hey MIBtwo,
    thnx, I got it running now in FC4.
    changing the server file did not give any clues (actually did nothing at all),
    so I restored the original version.
    The two symbolic links however DID solve my problem! [ on FC4 they are
    /lib/libssl.so.0.9.7.f and /lib/libcrypto.0.9.7.f ]

    gepatto Guest

  5. #4

    Default Re: FMS2 on FC4 anyone?

    <blockquote>quote:<br><hr><i>Originally posted by: <b><b>MIBtwo</b></b></i>
    Hello gepatto,

    I did not try it on Fedora, but had a simmilar occurance with SuSE Linux 10.
    To find out what the problem is, edit the file "server" in the FMS2
    installation directory ( usually /opt/macromedia/fms). In the section "start"
    of this file look for those two lines : "nohup ./$server -console $@ >
    /dev/null 2>&1 &" and "nohup ./$server $@ > /dev/null 2>&1 &". Change them to
    look like this : "./$server -console $@" and " ./$server $@ ".
    When you now start fms2 by calling "server" ( or better said ./server at the
    linux prompt from within /opt/macromedia/fms/ ) you will see what fms complains
    about. In my case it was two missing libraries ( libssl.so.4 and libcrypto.so.4
    ) After creating them by linking to the existing versions in my system (
    libssl.so.0.9.7 and libcrypto.0.9.7) fms worked perfectly as expected and
    starts logging into /var/log/messages, too. I don't know if this helps you out
    of your entire problem, but maybe it gives a starting point.

    Greets<hr></blockquote>


    How to installing und linking the libs on Suse??




    TrippleEx Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139