You are not logged in.

#1 2010-06-15 09:36:46

Darksoul
Member
Registered: 2009-03-14
Posts: 25

How do I get libstdc++.so.6?.

Pacman appears to only have libstdc++.so.5... so how would I go about getting libstdc++.so.6?. It's required for a mysql module I need to use.

Offline

#2 2010-06-15 09:46:34

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: How do I get libstdc++.so.6?.

do pacman -Syu

/usr/lib/libstdc++.so.6 is owned by gcc-libs 4.5.0-6


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2010-06-15 09:50:08

Darksoul
Member
Registered: 2009-03-14
Posts: 25

Re: How do I get libstdc++.so.6?.

wonder wrote:

do pacman -Syu

/usr/lib/libstdc++.so.6 is owned by gcc-libs 4.5.0-6

I did the Syu.

[root@Firefly orangebox]# pacman -Ss libstdc++.so.6
[root@Firefly orangebox]#
[root@Firefly orangebox]# pacman -Ss gcc-libs 4.5.0-6
[root@Firefly orangebox]#

Last edited by Darksoul (2010-06-15 09:50:48)

Offline

#4 2010-06-15 09:59:12

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: How do I get libstdc++.so.6?.

first of all, pacman is not capable to find files like that, second command is faulty too.

pacman -Qs gcc-libs

pacman -Ss gcc-libs


Give what you have. To someone, it may be better than you dare to think.

Offline

#5 2010-06-15 10:05:51

kazuo
Member
From: São Paulo/Brazil
Registered: 2008-03-18
Posts: 413
Website

Re: How do I get libstdc++.so.6?.

Tip: pkgfile from pkgtools

Offline

#6 2010-06-15 10:06:39

Darksoul
Member
Registered: 2009-03-14
Posts: 25

Re: How do I get libstdc++.so.6?.

wonder wrote:

first of all, pacman is not capable to find files like that, second command is faulty too.

pacman -Qs gcc-libs

pacman -Ss gcc-libs

Doh, thanks.

Offline

Board footer

Powered by FluxBB