You are not logged in.

#1 2006-05-25 17:19:02

IsSuE
Member
Registered: 2006-04-29
Posts: 309

libstdc++.so.5 not found

Hi there

I recently made pacman -Syu and upgraded to gcc 4.1.1 and matching binutils. Now, when i try opening a rar file, all i get is

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

So, is this an issue with new gcc, as libstdc belongs to gcc? or shall i just wait for another upgrade?

thx

issue

Offline

#2 2006-05-25 17:22:04

twiistedkaos
Member
Registered: 2006-05-20
Posts: 666

Re: libstdc++.so.5 not found

try upgrading your unrar also, you may have an older version that depended on libstdc++.so.5, I am pretty sure the new version is .so.6, you can make a softlink between the two if upgrading doesn't work:

ln -s libstdc++.so.6.0.2 libstdc++.so.5

Offline

#3 2006-05-25 17:28:58

IsSuE
Member
Registered: 2006-04-29
Posts: 309

Re: libstdc++.so.5 not found

Rar is newest version, but i cannot find  unrar.
If i make a softlink i get the following

[issue@kiwi lib]$ rar
rar: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2' not found (required by rar)
rar: /usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by rar)
[issue@kiwi lib]$

Offline

#4 2006-05-25 17:54:16

oseb
Member
From: Busan, Korea
Registered: 2005-05-26
Posts: 31

Re: libstdc++.so.5 not found

you need upgrade.
http://files.rarlab.com/rar/rarlinux-3.6.b4.tar.gz

# $Id: PKGBUILD,v 1.12 2005/12/02 01:31:42 dorphell Exp $
# Maintainer: dorphell <dorphell>
# Contributor: dorphell <dorphell>
pkgname=rar
pkgver=3.6.b4
pkgrel=1
pkgdesc="The RAR compression program"
depends=('gcc')
source=(http://www.rarlab.com/rar/rarlinux-$pkgver.tar.gz)
url="http://rarlab.com/"
md5sums=('df33c56baefeb9a476183aa8ad4cbd58')

build() {
  cd $startdir/src/rar
  mkdir -p $startdir/pkg/usr/bin
  cp rar unrar $startdir/pkg/usr/bin
}

Offline

#5 2006-05-25 18:09:29

Blaasvis
Member
Registered: 2003-01-17
Posts: 467

Re: libstdc++.so.5 not found

pacman -S libstdc++5

gcc once had this inside the package, but it took 20 min more to recompile gcc for every update so it has been splitted...


Freedom is what i love

Offline

#6 2006-05-25 18:10:09

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: libstdc++.so.5 not found

try installing the libstdc++5 package.

edit:
*shakes fist at Blaasvis*  Curse you, in just before me!  I'll get you yet!

Offline

#7 2006-05-25 18:18:46

lumiwa
Member
Registered: 2005-12-26
Posts: 712

Re: libstdc++.so.5 not found

Cerebral wrote:

try installing the libstdc++5 package.

edit:
*shakes fist at Blaasvis*  Curse you, in just before me!  I'll get you yet![/quote

I read in the mailing list that Skype stop working after update glibc from testing...

Offline

#8 2006-05-26 10:07:53

IsSuE
Member
Registered: 2006-04-29
Posts: 309

Re: libstdc++.so.5 not found

i upgraded my rar version, now it works properly. as long as i do not get any errors without libstdc++5 , i do not install it smile

Offline

Board footer

Powered by FluxBB