Guest pipplo Posted November 5, 2003 Share Posted November 5, 2003 I tried installing AIM using the rpm form their site, However it says i need this library. I can't find it anywhere. libstdc++-libc6.1-1.so.2 I'm using 9.2, and I Know i had AIM installed at one point in 9.1... From their website it says this, but I don't even have the 6.1-2.so.3 in my directory either... Q: Sometimes when I try and run AIM, AIM crashes. What should I do? A: When you run AIM, it looks for the library libstdc++-lib6.1-1.so.2. However, the latest Debian version doesn't come with this file by default, it comes with a newer version. You need to softlinking the new file to the old filename though: ln -s /usr/lib/libstdc++-libc6.1-2.so.3 /usr/lib/libstdc++-libc6.1-1.so.2 Any ideas guys?! Link to comment Share on other sites More sharing options...
chris:b Posted November 5, 2003 Share Posted November 5, 2003 It's part of the libstdc++2.10 blala.rpm, on cd 3 (download edition) As root: # urpmi libstdc++2.10 Or do a search in the MCC, software installation. Hope this helps. Link to comment Share on other sites More sharing options...
chris:b Posted November 5, 2003 Share Posted November 5, 2003 ... forgot: a 'guy' has probably an idea too. :lol: Link to comment Share on other sites More sharing options...
william Posted November 5, 2003 Share Posted November 5, 2003 ... forgot: a 'guy' has probably an idea too. :lol: Indeed, we have. piplo: anna's suggestion is the easiest one, but in case you don't have the 3rd cd you can try http://rpmseek.com/rpm-pl/libstdc%5C%5C2.1...35,36,37,53:1:0 rpmseek is a good place (extended seek) to check files dependencies, package requirements, whatever. Good luck. Link to comment Share on other sites More sharing options...
Guest pipplo Posted November 5, 2003 Share Posted November 5, 2003 Ughh, i tried all those places! i'll look on the cd again Link to comment Share on other sites More sharing options...
epretorious Posted December 30, 2006 Share Posted December 30, 2006 (edited) For posterity: When I tried to install AOL Instant Messenger (aim-1.5.286-1.i386.rpm) on Mandriva 2007.0 (x86_64), rpm complained: [root@shaffer ~]# rpm -iv aim-1.5.286-1.i386.rpm error: Failed dependencies: libgdk-1.2.so.0 is needed by aim-1.5.286-1.i386 libglib-1.2.so.0 is needed by aim-1.5.286-1.i386 libgmodule-1.2.so.0 is needed by aim-1.5.286-1.i386 libgtk-1.2.so.0 is needed by aim-1.5.286-1.i386 libstdc++-libc6.1-1.so.2 is needed by aim-1.5.286-1.i386 ...so I installed libstdc++2.10, libgtk+1.2, and libglib1.2: root@shaffer ~]# urpmf libgdk-1.2.so.0 lib64gtk+1.2:/usr/lib64/libgdk-1.2.so.0 lib64gtk+1.2:/usr/lib64/libgdk-1.2.so.0.9.1 libgtk+1.2:/usr/lib/libgdk-1.2.so.0 libgtk+1.2:/usr/lib/libgdk-1.2.so.0.9.1 [root@shaffer ~]# rpm -q libgtk+1.2 package libgtk+1.2 is not installed [root@shaffer ~]# urpmi libgtk+1.2 To satisfy dependencies, the following packages are going to be installed: libglib1.2-1.2.10-16mdk.i586 libgtk+1.2-1.2.10-45mdv2007.0.i586 Proceed with the installation of the 2 packages? (2 MB) (Y/n) installing libgtk+1.2-1.2.10-45mdv2007.0.i586.rpm libglib1.2-1.2.10-16mdk.i586.rpm from //var/ftp/pub/Mandrivalinux/media/main32 Preparing... ############################################# 1/2: libglib1.2 ############################################# 2/2: libgtk+1.2 ############################################# [root@shaffer ~]# urpmf libstdc++-libc6.1-1.so.2 libstdc++2.10:/usr/lib/libstdc++-libc6.1-1.so.2 [root@shaffer ~]# urpmi libstdc++2.10 installing libstdc++2.10-2.96-0.83mdk.i586.rpm from //var/ftp/pub/Mandrivalinux/media/main32 Preparing... ############################################# 1/1: libstdc++2.10 ############################################# [root@shaffer ~]# urpmf libglib-1.2.so.0 lib64glib1.2:/usr/lib64/libglib-1.2.so.0 lib64glib1.2:/usr/lib64/libglib-1.2.so.0.0.10 libglib1.2:/usr/lib/libglib-1.2.so.0 libglib1.2:/usr/lib/libglib-1.2.so.0.0.10 [root@shaffer ~]# rpm -q libglib1.2 libglib1.2-1.2.10-16mdk [root@shaffer ~]# urpmf libgmodule-1.2.so.0 lib64glib1.2:/usr/lib64/libgmodule-1.2.so.0 lib64glib1.2:/usr/lib64/libgmodule-1.2.so.0.0.10 libglib1.2:/usr/lib/libgmodule-1.2.so.0 libglib1.2:/usr/lib/libgmodule-1.2.so.0.0.10 [root@shaffer ~]# rpm -q libglib1.2 libglib1.2-1.2.10-16mdk [root@shaffer ~]# urpmf libgtk-1.2.so.0 lib64gtk+1.2:/usr/lib64/libgtk-1.2.so.0 lib64gtk+1.2:/usr/lib64/libgtk-1.2.so.0.9.1 libgtk+1.2:/usr/lib/libgtk-1.2.so.0 libgtk+1.2:/usr/lib/libgtk-1.2.so.0.9.1 [root@shaffer ~]# rpm -q libgtk+1.2 libgtk+1.2-1.2.10-45mdv2007.0 [root@shaffer ~]# urpmf libstdc++-libc6.1-1.so.2 libstdc++2.10:/usr/lib/libstdc++-libc6.1-1.so.2 [root@shaffer ~]# rpm -q libstdc++2.10 libstdc++2.10-2.96-0.83mdk ...and, viola, it worked! :P [root@shaffer ~]# rpm -iv aim-1.5.286-1.i386.rpm Preparing packages for installation... aim-1.5.286-1 Edited December 30, 2006 by epretorious Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now