You are not logged in.

#1 2007-01-24 17:39:33

paritosh.aggarwal
Member
Registered: 2006-11-04
Posts: 18

[Solved]-Jabber Protocol not present on Gaim

I don't have Jabber protocol on the Gaim I got from the repositories - I tried the current and svn versions and both don't have jabber. Has gaim discontinued support for Jabber? If so, how do I get into Google Talk? Or is it some problem with my package?

Offline

#2 2007-01-24 17:45:09

manmower
Member
From: Belgium
Registered: 2006-11-17
Posts: 100

Re: [Solved]-Jabber Protocol not present on Gaim

Gaim definitely has not discontinued Jabber support, I'm running an svn version compiled just days ago and I haven't noticed any problems. Previously I was running gaim-svn from the repos and it worked equally well.

I have no idea what is causing your problem though.

Offline

#3 2007-01-24 18:11:07

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [Solved]-Jabber Protocol not present on Gaim

Working fine for me too - gaim-svn from the unstable repo, in my case. Just to clarify - you go to Accounts -> Add/Edit -> Add, and you don't see Jabber in the Protocol drop-down menu - is that correct?

Offline

#4 2007-01-24 18:18:24

paritosh.aggarwal
Member
Registered: 2006-11-04
Posts: 18

Re: [Solved]-Jabber Protocol not present on Gaim

Yeah, I dont see Jabber but I see a variety of other protocols, except jabber, for instance - simple, zephyr, and ofcourse, msn, yahoo, irc, icq n aim.

Offline

#5 2007-01-24 19:39:37

noriko
Member
From: In My Mind
Registered: 2006-06-09
Posts: 535
Website

Re: [Solved]-Jabber Protocol not present on Gaim

you might get some info on the issue if u run gaim in debug mode...

gaim -d | grep jabber

The.Revolution.Is.Coming - - To fight, To hunger, To Resist!

Offline

#6 2007-01-24 23:14:46

sash
Member
Registered: 2005-10-16
Posts: 155

Re: [Solved]-Jabber Protocol not present on Gaim

I experienced ansence of the jabber protocol in the gaim package also--both the beta and svn packages. Using the PKGBUILD to compile a new package seemed to do the trick. Sorry I am not more specific.

Offline

#7 2007-01-25 15:50:54

paritosh.aggarwal
Member
Registered: 2006-11-04
Posts: 18

Re: [Solved]-Jabber Protocol not present on Gaim

[paritosh1010@myhost ~]$ gaim -d|grep jabber

(gaim:3867): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.
plugins: probing /usr/lib/gaim/libjabber.so
plugins: /usr/lib/gaim/libjabber.so is not loadable: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /usr/lib/gaim/libjabber.so)

How do I get libjabber.so? Sorry Am a noob..

Offline

#8 2007-01-25 19:19:05

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [Solved]-Jabber Protocol not present on Gaim

gaim -d|grep jabber gives no errors for me (using gaim 2.0.0b3.1-1) .

The GTK warning means you haven't configured your locale settings correctly and this can lead to many errors.

Check /etc/rc.conf  for a line like this :

LOCALE="en_US.utf8"

as root :
- edit /etc/locale.gen
- look for the line that matches the setting in rc.conf, uncomment it and save
- execute locale-gen

try gaim again.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#9 2007-01-25 19:34:35

paritosh.aggarwal
Member
Registered: 2006-11-04
Posts: 18

Re: [Solved]-Jabber Protocol not present on Gaim

Thanks for the reply. I did what you said-the warning is gone-but Jabber is still missing and now - gaim -d|grep jabber gives only the missing libjabber.so error. I checked /user/lib/gaim and libjabber.so is actually missing.
[edit] - solved. Glibc was missing

Offline

#10 2007-01-25 20:16:08

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [Solved]-Jabber Protocol not present on Gaim

Glibc was missing?! I didn't think that was possible.... :shock:

I have 169 packages on my system that depend directly on glibc. I'd be amazed if this was the only symptom you noticed.

Offline

#11 2007-01-25 22:46:29

codemac
Member
From: Cliche Tech Place
Registered: 2005-05-13
Posts: 794
Website

Re: [Solved]-Jabber Protocol not present on Gaim

Yea, I bet there was a lot going on your system that you didn't notice....

Offline

#12 2007-01-26 06:49:35

paritosh.aggarwal
Member
Registered: 2006-11-04
Posts: 18

Re: [Solved]-Jabber Protocol not present on Gaim

plugins: /usr/lib/gaim/libjabber.so is not loadable: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /usr/lib/gaim/libjabber.so)

See where it says libjabber.so not loadable - it doesn't say its not found. Then it says GLIBC_2.4 not found. I did pacman -S glibc and it downloaded glibc and kernel-headers.

Offline

#13 2007-01-26 07:30:57

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [Solved]-Jabber Protocol not present on Gaim

paritosh.aggarwal wrote:

plugins: /usr/lib/gaim/libjabber.so is not loadable: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /usr/lib/gaim/libjabber.so)

See where it says libjabber.so not loadable - it doesn't say its not found. Then it says GLIBC_2.4 not found. I did pacman -S glibc and it downloaded glibc and kernel-headers.

glibc wasn't missing, you just had an old version. If you haven't done it lately, you should update your system: pacman -Syu

Offline

Board footer

Powered by FluxBB