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

2005-03-30 Thread Lawrence Lamprecht
Sorry guys,
I hope someone can help me. I am trying to get Dawrin Streaming Server 
running. When I try to start there server, I was getting an error 
"libstdc++.so.5" file not found. I have searched everywhere but cannot find 
any help. I found your site, so I tried what you suggested, NO I have an 
erros as follws "/usr/local/sbin/DarwinStreamingServer: 
/lib/libpthread.so.0: version `GLIBC_2.3.2' not found (required by 
/usr/local/sbin/DarwinStreamingServer)"

I hope some one can advise me. I am completely lost.
I am running Suse Linus 7.3
Thanks in advance.
Lawrence
_
MSN Search, for accurate results! http://search.msn.nl
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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

2005-02-23 Thread Loren M. Lang
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 "[EMAIL PROTECTED]"

-- 
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
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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

2005-02-19 Thread Nick Pavlica
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:
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 "[EMAIL PROTECTED]"