Jump to content

AOL Instant Messenger


Guest pipplo
 Share

Recommended Posts

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

... forgot: a 'guy' has probably an idea too.  :lol:

Indeed, we have. :afro:

 

 

 

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

  • 3 years later...

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 by epretorious
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...