Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
09-27-2003, 03:32 PM
|
#1
|
LQ Newbie
Registered: Aug 2003
Distribution: RedHat-9.0
Posts: 26
Rep:
|
Gaim ....
I had been using gaim for chat in yahoo.
but it's about 2 weeks that it doesn't work.
 ymessanger under windows worked but .....
i am using gaim 0.68
has anyone any idea
|
|
|
09-27-2003, 04:11 PM
|
#2
|
Member
Registered: Sep 2003
Location: Utah
Distribution: Red Hat 9
Posts: 131
Rep:
|
Yahoo! just changed the setup to use SSL and upgraded all of their software. If you're not using a patched version or an upgraded version of the software it won't connect.
I believe GAIM is working on a solution but it's not out yet, as far as I know. Also, .69 is the latest release... that may work. I'm having trouble installing so I'm not sure.
|
|
|
09-29-2003, 05:13 AM
|
#3
|
LQ Newbie
Registered: Aug 2003
Distribution: Red Hat 9
Posts: 11
Rep:
|
|
|
|
09-29-2003, 10:15 AM
|
#4
|
Member
Registered: Sep 2003
Location: Utah
Distribution: Red Hat 9
Posts: 131
Rep:
|
Ok, someone tell the newbie what I did wrong. I just installed GAIM 7.0 (as far as I can tell). I unpacked the tar, ran ./config & did make.
After all that finished I got this:
make[3]: *** [ssl-nss.o] Error 1
make[3]: Leaving directory `/home/christer/downloads/gaim-0.70/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/christer/downloads/gaim-0.70/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/christer/downloads/gaim-0.70'
make: *** [all] Error 2
after that I try to run GAIM & I'm still on old version.
Tips?
|
|
|
09-29-2003, 10:25 AM
|
#5
|
Member
Registered: Jul 2003
Location: Clinging to my guns and religion.
Posts: 683
Rep:
|
forgot make install
|
|
|
09-29-2003, 10:28 AM
|
#6
|
Member
Registered: Sep 2003
Location: Utah
Distribution: Red Hat 9
Posts: 131
Rep:
|
I did that as well. I did 'make install' as root (as suggested in the README file.
I'm still getting the older version when I try to run it. Am I still running an old copy or did I do something wrong?
|
|
|
09-29-2003, 10:34 AM
|
#7
|
Member
Registered: Jul 2003
Location: Clinging to my guns and religion.
Posts: 683
Rep:
|
hmm... did you have gaim open when you tried to install? Maybe file couldn't overwrite one or something...
here's my history of how I installed it...
1009 tar xjvf gaim-0.70.tar.bz2
1010 cd gaim-0.70
1011 ls
1012 ./configure
1013 make
1014 make install
try it again... it won't hurt anything... 
|
|
|
09-29-2003, 10:41 AM
|
#8
|
Member
Registered: Sep 2003
Location: Utah
Distribution: Red Hat 9
Posts: 131
Rep:
|
Ok I just re-ran everything, this time making sure GAIM was closed. After 'make install' was finished I typed 'gaim' & it opens but in the Help>About it still says 0.59.8.
What am I doing wrong? ARGH
|
|
|
09-29-2003, 10:43 AM
|
#9
|
Member
Registered: Sep 2003
Location: Utah
Distribution: Red Hat 9
Posts: 131
Rep:
|
Great. Not sure what I did but this time when I opened it all of my config stuff is gone. I have to re-setup all my accounts, plugins, etc. Jeeez. I must have screwed up something.
|
|
|
09-29-2003, 10:49 AM
|
#10
|
Member
Registered: Jul 2003
Location: Clinging to my guns and religion.
Posts: 683
Rep:
|
you logged in as root or your username? install it as root and run the gaim & as your user...
|
|
|
09-29-2003, 10:53 AM
|
#11
|
Member
Registered: Sep 2003
Location: Utah
Distribution: Red Hat 9
Posts: 131
Rep:
|
Ok, I just reinstalled as root, exited to my user accnt & I'm still getting the older version.
This time my config setup is back but... it's still listing an older version in the >About tab.
|
|
|
09-29-2003, 11:05 AM
|
#12
|
Member
Registered: Sep 2003
Location: Utah
Distribution: Red Hat 9
Posts: 131
Rep:
|
Should I be running / compiling from a certain location? As of now I just unpacked it in my personal directory ~/user.name/downloads/gaim-70/
I run everything from that point & as far as I can tell it installs fine.
I run the installation (./configure, make, make install) as root. After that I exit (su -) and run 'gaim' as myself. Still no luck.
|
|
|
09-29-2003, 11:49 AM
|
#13
|
Member
Registered: Jul 2003
Location: Clinging to my guns and religion.
Posts: 683
Rep:
|
I have a directory I download to (/downloads) after I download it I open up console su - and then
cd /downloads
tar xjvf gaim-0.70.tar.bz2,
cd /downloads/gaim-0.70
./configure
make
make install
exit to my normal user
gaim &
That's how I did it.
|
|
|
09-29-2003, 12:08 PM
|
#14
|
Member
Registered: Sep 2003
Location: Utah
Distribution: Red Hat 9
Posts: 131
Rep:
|
doesn't work for me at all. I even tried removing earlier components of GAIM, thinking that maybe they were conflicting. Well, now I dont have any IM at all. I run...
./configure
make
make install
gaim
command not found
....??? now I am w/o chat.
|
|
|
09-29-2003, 12:26 PM
|
#15
|
Member
Registered: Jul 2003
Location: Clinging to my guns and religion.
Posts: 683
Rep:
|
Runnining out of reasons it's not working... unless you have an error message or something... Try downloading the source again...
http://gaim.sourceforge.net/
|
|
|
All times are GMT -5. The time now is 03:52 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|