I am trying to run a binary but the binary was complied on debian so the system throws me this error: libstdc++-libc6.2-2.so.3
This is Centos-4. How can i get that compatibility fixed?
On Wed, 2005-05-18 at 19:02 -0400, William Warren wrote:
I am trying to run a binary but the binary was complied on debian so the system throws me this error: libstdc++-libc6.2-2.so.3
This is Centos-4. How can i get that compatibility fixed?
Do you have the source .. maybe we can compile it on CentOS-4
it is a program for making .res files for counter-strike. here is the link to the page: http://www.thezproject.org/projects.php?pid=2
here is a direct link to the linux source: http://www.thezproject.org/downloads/resgen/resgenv2rc1_source.tar.gz
Johnny Hughes wrote:
On Wed, 2005-05-18 at 19:02 -0400, William Warren wrote:
I am trying to run a binary but the binary was complied on debian so the system throws me this error: libstdc++-libc6.2-2.so.3
This is Centos-4. How can i get that compatibility fixed?
Do you have the source .. maybe we can compile it on CentOS-4
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Am Do, den 19.05.2005 schrieb William Warren um 1:02:
I am trying to run a binary but the binary was complied on debian so the system throws me this error: libstdc++-libc6.2-2.so.3
This is Centos-4. How can i get that compatibility fixed?
$ yum -d1 provides libstdc++-libc6.2-2.so.3 compat-libstdc++-296.i386 2.96-132.7.2 base
Alexander
so i just type yum -d1 and it installs it for me?
Alexander Dalloz wrote:
Am Do, den 19.05.2005 schrieb William Warren um 1:02:
I am trying to run a binary but the binary was complied on debian so the system throws me this error: libstdc++-libc6.2-2.so.3
This is Centos-4. How can i get that compatibility fixed?
$ yum -d1 provides libstdc++-libc6.2-2.so.3 compat-libstdc++-296.i386 2.96-132.7.2 base
Alexander
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Wed, 2005-05-18 at 22:32 -0400, William Warren wrote:
so i just type yum -d1 and it installs it for me?
http://fedora.ivazquez.net/content/view/26/30/
On Wed, 2005-05-18 at 22:32 -0400, William Warren wrote:
so i just type yum -d1 and it installs it for me?
yum install compat-libstdc++-296.i386
will install the package that provides that file (libstdc++-libc6.2-2.so.3)
I don't know if that will fix all your problems with running it or not.
If it doesn't, I can probably make http://www.thezproject.org/downloads/resgen/resgenv2rc1_source.tar.gz into a CentOS-4 rpm :)
Alexander Dalloz wrote:
Am Do, den 19.05.2005 schrieb William Warren um 1:02:
I am trying to run a binary but the binary was complied on debian so the system throws me this error: libstdc++-libc6.2-2.so.3
This is Centos-4. How can i get that compatibility fixed?
$ yum -d1 provides libstdc++-libc6.2-2.so.3 compat-libstdc++-296.i386 2.96-132.7.2 base
could you go ahead and make that rpm johnny? I have a domain i could host it on if needed..:)
Johnny Hughes wrote:
On Wed, 2005-05-18 at 22:32 -0400, William Warren wrote:
so i just type yum -d1 and it installs it for me?
yum install compat-libstdc++-296.i386
will install the package that provides that file (libstdc++-libc6.2-2.so.3)
I don't know if that will fix all your problems with running it or not.
If it doesn't, I can probably make http://www.thezproject.org/downloads/resgen/resgenv2rc1_source.tar.gz into a CentOS-4 rpm :)
Alexander Dalloz wrote:
Am Do, den 19.05.2005 schrieb William Warren um 1:02:
I am trying to run a binary but the binary was complied on debian so the system throws me this error: libstdc++-libc6.2-2.so.3
This is Centos-4. How can i get that compatibility fixed?
$ yum -d1 provides libstdc++-libc6.2-2.so.3 compat-libstdc++-296.i386 2.96-132.7.2 base
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
installing that library allowed the program to run. An rpm is still desirable though..I will then submit it to the zproject for inclusion in their downloads with proper credit given of course.
William Warren wrote:
could you go ahead and make that rpm johnny? I have a domain i could host it on if needed..:)
Johnny Hughes wrote:
On Wed, 2005-05-18 at 22:32 -0400, William Warren wrote:
so i just type yum -d1 and it installs it for me?
yum install compat-libstdc++-296.i386
will install the package that provides that file (libstdc++-libc6.2-2.so.3)
I don't know if that will fix all your problems with running it or not.
If it doesn't, I can probably make http://www.thezproject.org/downloads/resgen/resgenv2rc1_source.tar.gz into a CentOS-4 rpm :)
Alexander Dalloz wrote:
Am Do, den 19.05.2005 schrieb William Warren um 1:02:
I am trying to run a binary but the binary was complied on debian so the system throws me this error: libstdc++-libc6.2-2.so.3
This is Centos-4. How can i get that compatibility fixed?
$ yum -d1 provides libstdc++-libc6.2-2.so.3 compat-libstdc++-296.i386 2.96-132.7.2 base
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Thu, 2005-05-19 at 08:47 -0400, William Warren wrote:
installing that library allowed the program to run. An rpm is still desirable though..I will then submit it to the zproject for inclusion in their downloads with proper credit given of course.
William,
It took longer than I wanted to get the RPM built ... they didn't have a "make install" section to their make file, or the normal required things that redistributed packages need (COPYING, NEWS, README, etc.) ... so I had to actually break out kdevelop and do some C++ coding, split their manual file into the standard Linux items for distribution, then I had to use autoconf and automake to make the code portable across arches :)
I left a PM on The Z Project forums telling them that I was making an RPM of their source code.
The RPMS for CentOS-4 (i386 and x86_64) and the SRPM are here:
http://centos.hughesjr.com/4/testing/resgen-2.0/
Please test and make sure it does what it needs to ... my C++ is a bit rusty, and I don't have a Half-Life install to test it on :)
After you install the RPM, resgen should be in /usr/bin
The SRPM will also build OK on centos-3 ... though it uses a different version of libc on the older distros. It should build OK on any RH based distros ... or any RPM based distro (SUSE, Mandriva, etc.).
Thanks, Johnny Hughes
William Warren wrote:
could you go ahead and make that rpm johnny? I have a domain i could host it on if needed..:)
Johnny Hughes wrote:
On Wed, 2005-05-18 at 22:32 -0400, William Warren wrote:
so i just type yum -d1 and it installs it for me?
yum install compat-libstdc++-296.i386
will install the package that provides that file (libstdc++-libc6.2-2.so.3)
I don't know if that will fix all your problems with running it or not.
If it doesn't, I can probably make http://www.thezproject.org/downloads/resgen/resgenv2rc1_source.tar.gz into a CentOS-4 rpm :)
Alexander Dalloz wrote:
Am Do, den 19.05.2005 schrieb William Warren um 1:02:
I am trying to run a binary but the binary was complied on debian so the system throws me this error: libstdc++-libc6.2-2.so.3
This is Centos-4. How can i get that compatibility fixed?
$ yum -d1 provides libstdc++-libc6.2-2.so.3 compat-libstdc++-296.i386 2.96-132.7.2 base
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I have a new server for my cs server coming in from dell tomorrow. i will test it there and let you know how it works..:)
Johnny Hughes wrote:
On Thu, 2005-05-19 at 08:47 -0400, William Warren wrote:
installing that library allowed the program to run. An rpm is still desirable though..I will then submit it to the zproject for inclusion in their downloads with proper credit given of course.
William,
It took longer than I wanted to get the RPM built ... they didn't have a "make install" section to their make file, or the normal required things that redistributed packages need (COPYING, NEWS, README, etc.) ... so I had to actually break out kdevelop and do some C++ coding, split their manual file into the standard Linux items for distribution, then I had to use autoconf and automake to make the code portable across arches :)
I left a PM on The Z Project forums telling them that I was making an RPM of their source code.
The RPMS for CentOS-4 (i386 and x86_64) and the SRPM are here:
http://centos.hughesjr.com/4/testing/resgen-2.0/
Please test and make sure it does what it needs to ... my C++ is a bit rusty, and I don't have a Half-Life install to test it on :)
After you install the RPM, resgen should be in /usr/bin
The SRPM will also build OK on centos-3 ... though it uses a different version of libc on the older distros. It should build OK on any RH based distros ... or any RPM based distro (SUSE, Mandriva, etc.).
Thanks, Johnny Hughes
William Warren wrote:
could you go ahead and make that rpm johnny? I have a domain i could host it on if needed..:)
Johnny Hughes wrote:
On Wed, 2005-05-18 at 22:32 -0400, William Warren wrote:
so i just type yum -d1 and it installs it for me?
yum install compat-libstdc++-296.i386
will install the package that provides that file (libstdc++-libc6.2-2.so.3)
I don't know if that will fix all your problems with running it or not.
If it doesn't, I can probably make http://www.thezproject.org/downloads/resgen/resgenv2rc1_source.tar.gz into a CentOS-4 rpm :)
Alexander Dalloz wrote:
Am Do, den 19.05.2005 schrieb William Warren um 1:02:
>I am trying to run a binary but the binary was complied on debian >so the system throws me this error: >libstdc++-libc6.2-2.so.3 > >This is Centos-4. How can i get that compatibility fixed?
$ yum -d1 provides libstdc++-libc6.2-2.so.3 compat-libstdc++-296.i386 2.96-132.7.2 base
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
i forgot how to use rpm to install!!!..rofl!...time to google it. Will get back with everyone tomorrow on the results.
William Warren wrote:
I have a new server for my cs server coming in from dell tomorrow. i will test it there and let you know how it works..:)
Johnny Hughes wrote:
On Thu, 2005-05-19 at 08:47 -0400, William Warren wrote:
installing that library allowed the program to run. An rpm is still desirable though..I will then submit it to the zproject for inclusion in their downloads with proper credit given of course.
William,
It took longer than I wanted to get the RPM built ... they didn't have a "make install" section to their make file, or the normal required things that redistributed packages need (COPYING, NEWS, README, etc.) ... so I had to actually break out kdevelop and do some C++ coding, split their manual file into the standard Linux items for distribution, then I had to use autoconf and automake to make the code portable across arches :)
I left a PM on The Z Project forums telling them that I was making an RPM of their source code.
The RPMS for CentOS-4 (i386 and x86_64) and the SRPM are here:
http://centos.hughesjr.com/4/testing/resgen-2.0/
Please test and make sure it does what it needs to ... my C++ is a bit rusty, and I don't have a Half-Life install to test it on :)
After you install the RPM, resgen should be in /usr/bin The SRPM will also build OK on centos-3 ... though it uses a different version of libc on the older distros. It should build OK on any RH based distros ... or any RPM based distro (SUSE, Mandriva, etc.).
Thanks, Johnny Hughes
William Warren wrote:
could you go ahead and make that rpm johnny? I have a domain i could host it on if needed..:)
Johnny Hughes wrote:
On Wed, 2005-05-18 at 22:32 -0400, William Warren wrote:
so i just type yum -d1 and it installs it for me?
yum install compat-libstdc++-296.i386
will install the package that provides that file (libstdc++-libc6.2-2.so.3)
I don't know if that will fix all your problems with running it or not.
If it doesn't, I can probably make http://www.thezproject.org/downloads/resgen/resgenv2rc1_source.tar.gz into a CentOS-4 rpm :)
Alexander Dalloz wrote:
> Am Do, den 19.05.2005 schrieb William Warren um 1:02: > > > > >> I am trying to run a binary but the binary was complied on >> debian so the system throws me this error: >> libstdc++-libc6.2-2.so.3 >> >> This is Centos-4. How can i get that compatibility fixed? > > > > > $ yum -d1 provides libstdc++-libc6.2-2.so.3 > compat-libstdc++-296.i386 2.96-132.7.2 base
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
hey johnny that file works great. I am going to let thezproject know as well. I am also going to submit this to dag's repo. Sure only a small minority of folks will use it but it will come in handy..:)
William Warren wrote:
i forgot how to use rpm to install!!!..rofl!...time to google it. Will get back with everyone tomorrow on the results.
William Warren wrote:
I have a new server for my cs server coming in from dell tomorrow. i will test it there and let you know how it works..:)
Johnny Hughes wrote:
On Thu, 2005-05-19 at 08:47 -0400, William Warren wrote:
installing that library allowed the program to run. An rpm is still desirable though..I will then submit it to the zproject for inclusion in their downloads with proper credit given of course.
William,
It took longer than I wanted to get the RPM built ... they didn't have a "make install" section to their make file, or the normal required things that redistributed packages need (COPYING, NEWS, README, etc.) ... so I had to actually break out kdevelop and do some C++ coding, split their manual file into the standard Linux items for distribution, then I had to use autoconf and automake to make the code portable across arches :)
I left a PM on The Z Project forums telling them that I was making an RPM of their source code.
The RPMS for CentOS-4 (i386 and x86_64) and the SRPM are here:
http://centos.hughesjr.com/4/testing/resgen-2.0/
Please test and make sure it does what it needs to ... my C++ is a bit rusty, and I don't have a Half-Life install to test it on :)
After you install the RPM, resgen should be in /usr/bin The SRPM will also build OK on centos-3 ... though it uses a different version of libc on the older distros. It should build OK on any RH based distros ... or any RPM based distro (SUSE, Mandriva, etc.).
Thanks, Johnny Hughes
William Warren wrote:
could you go ahead and make that rpm johnny? I have a domain i could host it on if needed..:)
Johnny Hughes wrote:
On Wed, 2005-05-18 at 22:32 -0400, William Warren wrote:
> so i just type yum -d1 and it installs it for me? >
yum install compat-libstdc++-296.i386
will install the package that provides that file (libstdc++-libc6.2-2.so.3)
I don't know if that will fix all your problems with running it or not.
If it doesn't, I can probably make http://www.thezproject.org/downloads/resgen/resgenv2rc1_source.tar.gz into a CentOS-4 rpm :)
> Alexander Dalloz wrote: > > > >> Am Do, den 19.05.2005 schrieb William Warren um 1:02: >> >> >> >> >>> I am trying to run a binary but the binary was complied on >>> debian so the system throws me this error: >>> libstdc++-libc6.2-2.so.3 >>> >>> This is Centos-4. How can i get that compatibility fixed? >> >> >> >> >> >> $ yum -d1 provides libstdc++-libc6.2-2.so.3 >> compat-libstdc++-296.i386 2.96-132.7.2 >> base
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos