Skip to main content
Known Participant
March 13, 2008
Question

FMS2 on Redhat Enterprise 5.1 ?

  • March 13, 2008
  • 2 replies
  • 357 views
I installed the compat-libstdc++33.i386 dependencies and used -platformWarnOnly, however the server will not start at all. Worse, there's nothing in /var/log/messages or anywhere else (that I can tell) that gives me a clue about what's wrong.

Has anyone been able to get 2.0.x running on RHEL 5.1? Pointers, help appreciated.

Thanks.
    This topic has been closed for replies.

    2 replies

    Participating Frequently
    March 16, 2008
    You can't install FMS2 into RHES5 or any X86_64 version.. I have tried.. Both fail.. roll back to RHES4 can solve all your issue. :)
    forrieAuthor
    Known Participant
    March 16, 2008
    Actually, yes you can. And it's working right now. If you look through the installFMS script, check for the flag "-platformWarnOnly" and there's your key.

    I have it running on RHEL 5.1, with the dependencies I mentioned (FMS2). It's running fine.
    forrieAuthor
    Known Participant
    March 13, 2008
    Seems I also needed openssl097a.i386 which I found out by running fmscore directly. You'd think the initial startup or errors like that would be logged (loudly) in /var/log/messages. It's running now, but I need to test functionality to see if I'm missing anything else.