From owner-freebsd-questions@FreeBSD.ORG Wed Feb 23 09:48:19 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9F5B16A4CE for ; Wed, 23 Feb 2005 09:48:19 +0000 (GMT) Received: from hosea.tallye.com (joel.tallye.com [216.99.199.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id D78CE43D48 for ; Wed, 23 Feb 2005 09:48:18 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (hosea.tallye.com [127.0.0.1]) by hosea.tallye.com (8.12.8/8.12.10) with ESMTP id j1N9mHXq026602 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 23 Feb 2005 01:48:18 -0800 Received: (from sttng359@localhost) by hosea.tallye.com (8.12.8/8.12.10/Submit) id j1N9mHmE026600; Wed, 23 Feb 2005 01:48:17 -0800 X-Authentication-Warning: hosea.tallye.com: sttng359 set sender to lorenl@alzatex.com using -f Date: Wed, 23 Feb 2005 01:48:17 -0800 From: "Loren M. Lang" To: Nick Pavlica Message-ID: <20050223094817.GC25458@alzatex.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-GPG-Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc X-GPG-Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C cc: freebsd-questions Subject: Re: Linux Compat - LIBSTDC++.SO.5 - Call Of Duty X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Feb 2005 09:48:19 -0000 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: > http://icculus.org/updates/cod/gcc3-libs.tar.bz2 > > 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). > ----------- > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > 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: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C