You are not logged in.
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
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
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
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
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
try installing the libstdc++5 package.
edit:
*shakes fist at Blaasvis* Curse you, in just before me! I'll get you yet!
Offline
try installing the libstdc++5 package.
edit:
*shakes fist at Blaasvis* Curse you, in just before me! I'll get you yet![/quoteI read in the mailing list that Skype stop working after update glibc from testing...
Offline
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
Offline