LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   error installing gaim 0.61...help pls (https://www.linuxquestions.org/questions/linux-software-2/error-installing-gaim-0-61-help-pls-54121/)

mp3province 04-08-2003 09:53 PM

error installing gaim 0.61...help pls
 
i get this error when trying to install gaim 0.61 on rh9:

rpm -ivh gaim-0.61-1.i386.rpm
warning: gaim-0.61-1.i386.rpm: V3 DSA signature: NOKEY, key ID 883c1c14
error: Failed dependencies:
libgtkspell.so.0 is needed by gaim-0.61-1

how do i fix this up?

trickykid 04-08-2003 10:19 PM

Well, feed its dependecy by installing libgtkspell.so.0 just like the error states. And before you ask, try google.com to search for that file or rpmfind.net cause I don't have a link to download it cause I'm too lazy to go search myself.

mp3province 04-09-2003 12:07 AM

i installed the rpm file which contained the file needed:

rpm -ivh gtkspell-2.0.4-fr3.i386.rpm
warning: gtkspell-2.0.4-fr3.i386.rpm: V3 DSA signature: NOKEY, key ID e42d547b
Preparing... ########################################### [100%]
1:gtkspell ########################################### [100%]

Then i tried to install gaim 0.61, and this is what i got:

rpm -ivh gaim-0.61-1.i386.rpm
warning: gaim-0.61-1.i386.rpm: V3 DSA signature: NOKEY, key ID 883c1c14
Preparing... ########################################### [100%]
file /usr/bin/gaim from install of gaim-0.61-1 conflicts with file from package gaim-0.59.8-0
file /usr/lib/gaim/autorecon.so from install of gaim-0.61-1 conflicts with file from package gaim-0.59.8-0
file /usr/lib/gaim/iconaway.so from install of gaim-0.61-1 conflicts with file from package gaim-0.59.8-0
file /usr/lib/gaim/libgg.so from install of gaim-0.61-1 conflicts with file from package
gaim-0.59.8-0
file /usr/lib/gaim/libicq.so from install of gaim-0.61-1 conflicts with file from package gaim-0.59.8-0
file /usr/lib/gaim/libirc.so from install of gaim-0.61-1 conflicts with file from package gaim-0.59.8-0
file /usr/lib/gaim/libjabber.so from install of gaim-0.61-1 conflicts with file from package gaim-0.59.8-0
file /usr/lib/gaim/libmsn.so from install of gaim-0.61-1 conflicts with file from package gaim-0.59.8-0
file /usr/lib/gaim/libnapster.so from install of gaim-0.61-1 conflicts with file from package gaim-0.59.8-0
file /usr/lib/gaim/libyahoo.so from install of gaim-0.61-1 conflicts with file from package gaim-0.59.8-0
file /usr/lib/gaim/libzephyr.so from install of gaim-0.61-1 conflicts with file from package gaim-0.59.8-0
file /usr/lib/gaim/notify.so from install of gaim-0.61-1 conflicts with file from package gaim-0.59.8-0
file /usr/lib/gaim/spellchk.so from install of gaim-0.61-1 conflicts with file from package gaim-0.59.8-0
file /usr/share/man/man1/gaim.1.gz from install of gaim-0.61-1 conflicts with file from package gaim-0.59.8-0

what do i do now? I am a complete newbie, so please bear with me while i get the basic stuff like this correct.

wr3ck3d 04-09-2003 12:24 AM

You need to uninstall the old one first.

mp3province 04-09-2003 12:44 AM

awesome...how do i do that...i'm a newbie, which means i need step by step instructions..

thanks

LadFromWales85 04-09-2003 02:09 AM

rpm -e gaim

:) :)

scottpioso 04-10-2003 09:58 PM

GAIM .60 install errors
 
Hello,

I've been having the same problem here guys. It keeps telling me that it needs libgtkspell.so.0 I keep getting that same damn error when I try to update GAIM. I blew away my install yesterday and started over from scratch thinking I f----d up something but it's not me. I've contacted the developers about it directly. They have yet to get back to me about it. However, I'm still using .59.9 so I'll just wait until Rob Flynn fixes it. If anyone knows how to fix this without spending hours and hours doing it, please let me know. Thanks!

acid_kewpie 04-11-2003 11:16 AM

well if you keep getting that error then you have not provided the dependency, simple as that... it's not going to be a "bug" in gaim at all. no chance.

scottpioso 04-11-2003 09:50 PM

Okay, Acid. Thank you. However, I don't know why this is happening now. I did a fresh install of Red Hat 8.0 and when I tried to install the newer GAIM, I got that dependency error.

Can you tell me what I need to do to fix it so I can update the software? Thank.s

oot 04-12-2003 09:51 PM

1. Download an rpm with libgtkspell.so.0 in it. You can find one by going to www.rpmfind.net and entering "libgtkspell.so.0" in the search box. One that _might_ work with your system (I don't have Red Hat so I can't test this) is available at ftp://ftp.rpmfind.net/linux/Mandrake...-3mdk.i586.rpm

2. Install the rpm you downloaded.

3. Uninstall any previous versions of gaim. (rpm -e gaim).

4. Install the new gaim rpm.

As for why this is happening now, it isn't anything wrong/broken, software dependencies are normal. Think of it like you were installing a program under windoze and it required you to install QuickTime first. There's nothing "broken" about the machine (other than the fact that it's running windoze) it just needs QuickTime for the other program to work. It's the same with your machine, nothing is broken, it just needs libgtkspell for the new version of gaim to work.

scottpioso 04-12-2003 10:26 PM

Sorry, that didn't work either. It's telling me there are other missing files.

It's saying Unlocatable package

libxrandr.so.2 libgtkspell0


and so on. I'm not going to type everything in here as I cannot cut and paste it into this window.

And beyond this, what's been happening is that I got the libgtkspell file. I was able to install GAIM .61, however, I cannot execute the program once it has been installed. I cannot find it in the menus nor can I run it from the run command.

So, I once again removed the newer package, and went back to gaim .59

Any more ideas guys?

yowwww 04-12-2003 10:42 PM

I had the same problems and I got it working.

I removed the old version and compiled from the source. If you still get dependency issues, you can get the files that others are suggesting and install them or you can use apt-get/synaptic which I used and got rid of lots of my dependency issues.

See my guide for the instructions - link is in my sig below

scottpioso 04-13-2003 08:27 AM

Thanks, but I'm not a programmer. I don't know anything about programming really. I'm a network guy. I don't know how to compile and all of that stuff. Personally, I think I'm just going to wait for Rob Flynn to get back to me before I proceed any further.

yowwww 04-13-2003 09:44 AM

you are doing two things here:

1 - underestimating yourself

2 - overestimating the difficulty of this operation.

If you want more details, icq me if you want, this is easier than you think.

scottpioso 04-13-2003 10:34 AM

Well, thanks for the vote of confidence. I don't know what you mean about icq?


All times are GMT -5. The time now is 11:53 AM.