LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-07-2003, 02:06 AM   #1
RakeRon
LQ Newbie
 
Registered: Oct 2003
Distribution: SuSE 8.2
Posts: 11

Rep: Reputation: 0
gAIM 0.70 & its dependancies


Anyone have any clue what the dependancies of gAIM is? I managed to get some of them but not all of them. I know GTK+ 2, aspell, and gtkspell are required. But what else? I've been in and out of the linux scene, but I've decided to do a 100% switch to linux. BTW: I'm using SuSE 8.2 personal if it helps any.
 
Old 10-07-2003, 02:54 AM   #2
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
The easiest way should be for you to post here how your are trying to install from a terminal (rpm, source and the commands you are typing) and the error messages you are getting, then we can see the dependencies you are missing
 
Old 10-07-2003, 11:52 AM   #3
RakeRon
LQ Newbie
 
Registered: Oct 2003
Distribution: SuSE 8.2
Posts: 11

Original Poster
Rep: Reputation: 0
Using the RPMs from usr-local-bin.org using YaST2. I've tried the source code but its also a pain in the @$$.

(don't know the board's polocies on swearing)

Last edited by RakeRon; 10-07-2003 at 11:54 AM.
 
Old 10-07-2003, 01:14 PM   #4
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Again, it won't help, because we don't know what dependencies are missing. When you typed:

rpm -ivh <gaim package name>

at the terminal, it returns a dependencies failure. That's what is important for us to know. It's nearly impossible to know what is necessary to install on your machine (dependencies) to run gaim because we don't know what you have installed on it... Same for sources and rpm's. If you don't post the errors you are getting during install is just like saying "This program has performed an illegal operation and will now be closed", or better saying, impossible to know the problem
 
Old 10-07-2003, 01:15 PM   #5
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
If you don't know how to install programs from source/rpm's or think you might be doing something wrong, try this thread:

http://www.linuxquestions.org/questi...3&goto=newpost
 
Old 10-07-2003, 01:28 PM   #6
RakeRon
LQ Newbie
 
Registered: Oct 2003
Distribution: SuSE 8.2
Posts: 11

Original Poster
Rep: Reputation: 0
this is what i got.

# rpm -ivh gaim-0.70-SuSE.ulb.4.i586.rpm

error: failed dependencies:
libnspr4.so is needed by gaim-0.70-SuSE.ulb.4
libnss3.so is needed by gaim-0.70-SuSE.ulb.4
libnss3.so(NSS_3.2) is needed by gaim-0.70-SuSE.ulb.4
libnss3.so(NSS_3.3) is needed by gaim-0.70-SuSE.ulb.4
libplc4.so is needed by gaim-0.70-SuSE.ulb.4
libplds4.so is needed by gaim-0.70-SuSE.ulb.4
libsmime3.so is needed by gaim-0.70-SuSE.ulb.4
libsoftokn3.so is needed by gaim-0.70-SuSE.ulb.4
libssl3.so is needed by gaim-0.70-SuSE.ulb.4
libssl3.so(NSS_3.2) is needed by gaim-0.70-SuSE.ulb.4

And I do know how to compile stuff, its just easier with rpms. Besides.. all the dependancies were giving me problems regardless witch way I took. Apperantly though, SuSE doesn't think you'll need all the latest libraries or just doesn't bother to install them even if you choose every single package.

Last edited by RakeRon; 10-07-2003 at 01:32 PM.
 
Old 10-07-2003, 01:31 PM   #7
BrianNJ
Member
 
Registered: Jul 2003
Distribution: Gentoo 2004.0
Posts: 157

Rep: Reputation: 30
i resolved the dependancies with most of the XXX-devel packages through YaST2 online update. i just looked for complaints as i tried to configure gaim and then went for the devel package.
 
Old 10-07-2003, 01:36 PM   #8
RakeRon
LQ Newbie
 
Registered: Oct 2003
Distribution: SuSE 8.2
Posts: 11

Original Poster
Rep: Reputation: 0
i did the whole YaST2 online update, no devel packages listed.
 
Old 10-07-2003, 01:37 PM   #9
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Wow, you are in a big trouble. Well, playing with google, I came up with this:

libnspr4.so = http://rpm.nogin.org/libnspr4.so.html
libnss3.so = http://rpm.nogin.org/libnss3.so.html
libplc4.so = http://rpm.nogin.org/libplc4.so.html
libsmime3.so = http://rpm.nogin.org/libsmime3.so.html
libsoftokn3.so = http://rpm.nogin.org/libsoftokn3.so.html
libssl3.so = http://rpm.nogin.org/libssl3.so.html

However, it seems pretty strange. Looks like it's all packages provided by Mozilla(?). Well, I think that Suse is shipped with Gaim (it has a lot or CD's) so gaim has to be in one of them. Install the gaim included in your cd's, then issue the update rpm command instead:

rpm -Uvh <gaim package you want to update>

Not sure if this will work, but it's all I can think about.

Good luck man!
 
Old 10-07-2003, 01:42 PM   #10
RakeRon
LQ Newbie
 
Registered: Oct 2003
Distribution: SuSE 8.2
Posts: 11

Original Poster
Rep: Reputation: 0
You must be thinking of SuSE 8.2 Pro.. I got Personal, its only like 3 cds. I've even tried installing Mozilla from usr-local-bin but even that gave me problems.. I just downloaded & compiled 1.5c2.
 
Old 10-07-2003, 02:11 PM   #11
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Hmmmm. That sounds bad, and Suse is a very respected distro. Well, I've got some more links, looks like many have been having the very same problem as you:

http://www.usr-local-bin.org/gaim.php
http://nectar.mathematik.uni-bielefe...usr-local-bin/
http://rpmfind.rediris.es/rpm2html/libzephyr.so.htm

I hope it's of any help. I'm sorry I can not help you out as I wished and I'm afraid I've already played all my cards . Let's hope someone with Suse here has a package for you or know how to install it properly (I've never tried Suse myself)

Good luck!
 
Old 10-07-2003, 02:14 PM   #12
RakeRon
LQ Newbie
 
Registered: Oct 2003
Distribution: SuSE 8.2
Posts: 11

Original Poster
Rep: Reputation: 0
Okay.. now this is really.. really odd. It still didn't work after I installed Mozilla 1.5rc2 so I donwloaded the files that you linked. this is what I end up getting:

linux:/home/RakeRon # rpm -ivh mozilla-2002030417_trunk-0_rh7.i386.rpm
file /usr/lib/libnspr4.so from install of mozilla-2002030417_trunk-0_rh7 conflicts with file from package mozilla-nspr-2002072710_trunk-0_rh7
file /usr/lib/libplc4.so from install of mozilla-2002030417_trunk-0_rh7 conflicts with file from package mozilla-nspr-2002072710_trunk-0_rh7
file /usr/lib/libplds4.so from install of mozilla-2002030417_trunk-0_rh7 conflicts with file from package mozilla-nspr-2002072710_trunk-0_rh7

I tried to remove it in YaST2 but its protected so I can't remove it. Any ideas?
 
Old 10-07-2003, 02:26 PM   #13
Wumpa Tenshi
LQ Newbie
 
Registered: Oct 2003
Posts: 21

Rep: Reputation: 15
I don't know if this helps any, but I just installed GAIM on a FreeBSD system. You need to make sure that you have gettext, makeconf, and automake. Certain versions may or maynot work though, you should check their FAQ though,

This is GAIM's FAQ, and should go right to their FAQ about compiling.

Tenshi
 
Old 10-07-2003, 02:40 PM   #14
RakeRon
LQ Newbie
 
Registered: Oct 2003
Distribution: SuSE 8.2
Posts: 11

Original Poster
Rep: Reputation: 0
Okay.. I tried the source code and found something I was missing. Now it works after I compiled it from the code. All I gotta say is ABOUT DAMN TIME IT WORKED! lol Still don't understand why the rpm didn't work though.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
gaim & kopete firestomper41 Mandriva 1 09-09-2004 01:58 AM
gaim && proxy question salahuddin_66 Linux - Software 0 06-02-2004 02:07 AM
Gaim & AIM KooPA Linux - Software 8 04-23-2004 06:36 PM
gaim 0.72 & libtk8.3.so Modify Linux - Software 2 11-19-2003 04:07 PM
dependancies and gaim problems Mr.Mounsey Linux - Newbie 1 11-19-2003 12:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration