Linux Compat - LIBSTDC++.SO.5 - Call Of Duty

Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default Linux Compat - LIBSTDC++.SO.5 - Call Of Duty

    All,
    I'm trying to get the Call of Duty Dedicated server running on
    FreeBSD 5.3. To do get an error when I run the daemon which is caused
    by issue below. Are there compatibility libs in the ports collection?
    If not should I use the libs from this link? If so where to I put
    them?

    Thanks!
    --Nick

    ---------
    IF YOU HAVE A PROBLEM WITH "LIBSTDC++.SO.5" ...

    If you are reading this, it's probably because you tried to start your Linux
    server and saw this message:

    ./coduo_lnxded: error while loading shared libraries: libstdc++.so.5:
    cannot open shared object file: No such file or directory

    COD:UO is a C++ program built with gcc 3.2.3, which means it needs a
    system library specific to gcc 3.2. Older Linux systems won't have
    this installed, and we're starting to see newer Linux distributions that
    don't have this either, since they are supplying an incompatible
    gcc 3.4 version. The good news is that you can drop the needed library
    into your system without breaking anything else.

    Here is the library you need, if your Linux distribution doesn't supply it:
    [url]http://icculus.org/updates/cod/gcc3-libs.tar.bz2[/url]

    You want to unpack that somewhere that the dynamic linker will see it
    (if you are sure it won't overwrite any files, you can even use /lib).
    -----------
    Nick Pavlica Guest

  2. Similar Questions and Discussions

    1. FMS looking for libstdc++.so.5 on new RH-ES 4.0
      Ok, I run ./installFMS error comes back "Your are(nice grammar btw) installing on wrong version" or something Looking for libstdc++.so.5, but my...
    2. CF MX7 on Linux RH AS v4 needs compat-* RPMs?
      I am installing ColdFusion MX 7 on RH AS version 4, and the install script is asking if I have compat-libstdc++7.3-2.96.123.i386.rpm and...
    3. Anyone running Trend Micro IWSS in linux-compat mode?
      Hello List, I'm running a squid proxy on FreeBSD. The big problem today is web-borne viruses, spyware and other crap. The general feeling on the...
    4. call win32 API from linux perl script
      Hi, I'm must calling an API from a remote win32 server in a perl script. On a windows server, I use win32::OLE and it's work fine ! But my...
    5. Where is libstdc++.so.3?
      Hi Experts: System - Solaris 8 10/00, patched with recommended and patch_check identified patches in February. I'm trying to run mysql-3.23.45...
  3. #2

    Default Re: Linux Compat - LIBSTDC++.SO.5 - Call Of Duty

    On Sat, Feb 19, 2005 at 09:24:19AM -0700, Nick Pavlica wrote:
    > All,
    > I'm trying to get the Call of Duty Dedicated server running on
    > FreeBSD 5.3. To do get an error when I run the daemon which is caused
    > by issue below. Are there compatibility libs in the ports collection?
    > If not should I use the libs from this link? If so where to I put
    > them?
    You need a newer version of linux_base. I recommend linux_base-rh9.
    After upgrading that, you'll probably need to install linux-XFree86-libs
    as they are no longer a part of linux_base.
    >
    > Thanks!
    > --Nick
    >
    > ---------
    > IF YOU HAVE A PROBLEM WITH "LIBSTDC++.SO.5" ...
    >
    > If you are reading this, it's probably because you tried to start your Linux
    > server and saw this message:
    >
    > ./coduo_lnxded: error while loading shared libraries: libstdc++.so.5:
    > cannot open shared object file: No such file or directory
    >
    > COD:UO is a C++ program built with gcc 3.2.3, which means it needs a
    > system library specific to gcc 3.2. Older Linux systems won't have
    > this installed, and we're starting to see newer Linux distributions that
    > don't have this either, since they are supplying an incompatible
    > gcc 3.4 version. The good news is that you can drop the needed library
    > into your system without breaking anything else.
    >
    > Here is the library you need, if your Linux distribution doesn't supply it:
    > [url]http://icculus.org/updates/cod/gcc3-libs.tar.bz2[/url]
    >
    > You want to unpack that somewhere that the dynamic linker will see it
    > (if you are sure it won't overwrite any files, you can even use /lib).
    > -----------
    > _______________________________________________
    > [email]freebsd-questions@freebsd.org[/email] mailing list
    > [url]http://lists.freebsd.org/mailman/listinfo/freebsd-questions[/url]
    > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    --
    I sense much NT in you.
    NT leads to Bluescreen.
    Bluescreen leads to downtime.
    Downtime leads to suffering.
    NT is the path to the darkside.
    Powerful Unix is.

    Public Key: [url]ftp://ftp.tallye.com/pub/lorenl_pubkey.asc[/url]
    Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C

    Loren M. Lang 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