Results 1 to 8 of 8

Thread: mohaa_lnxded and libstdc++6 compatibility

  1. #1

    Default mohaa_lnxded and libstdc++6 compatibility

    hi all,

    I am running mohaa on some linux servers (debian , ubuntu, centOS) without any problems.
    But now I get error of which I think it is caused by incompatibility of mohaa_lnxded with libstdc++6.

    On the working servers libstdc++5 is installed.
    Libstdc++5 however is getting outdated for contemporary linux distro's.

    error:
    Code:
    ~/MOHAA $ sudo ./mohaa_lnxded + exec server.cfg
    ./mohaa_lnxded: 1: ./mohaa_lnxded: Syntax error: "(" unexpected
    Could this be caused by library libstdc++5 missing?
    If so, what effort would it be to recompile mohaa_lnxded to be compatible with libstdc++6 ?

  2. #2
    Administrator JoTo's Avatar
    Join Date
    May 2010
    Location
    www.scapp.net
    Posts
    1,953

    Default

    RazoRapid is the man for that. But would it help if you just install the libstdc++5 lib ?

  3. #3

    Default

    libstdc++5 is not available for this linux version, only libstdc++6 is.

  4. #4

    Default

    That's the beauty of open source, you can download this ++5 library and place it alongside ++6.

    Cheers.

  5. #5

    Default

    That's the beauty of open source. You can almost always get the required system files. Have you tried manually downloading libstdc++5 and putting it along side libstdc++6.

    Or If that does not work

    Then you can try replacing libstdc++6 with this libstdc++5 (Though this might have an impact on other functions).

    Should not pose much problem though, IMO.

    Cheers.

  6. #6
    Client Beta Testers Appelpitje's Avatar
    Join Date
    Jan 2012
    Location
    Belgium
    Posts
    571

    Default

    Quote Originally Posted by Medalist View Post
    libstdc++5 is not available for this linux version, only libstdc++6 is.
    libstdc++5: http://rpmfind.net/linux/rpm2html/se...&system=&arch=
    libstdc++6: http://rpmfind.net/linux/rpm2html/se...&system=&arch=
    Last edited by Appelpitje; January 7th, 2014 at 06:19 AM.

  7. #7

  8. #8
    Client Beta Testers Appelpitje's Avatar
    Join Date
    Jan 2012
    Location
    Belgium
    Posts
    571

    Default

    Ah u didnt say that.

Posting Permissions

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