Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

I can't install gaim!

1 view
Skip to first unread message

Ben King

unread,
Jan 18, 2003, 10:27:35 AM1/18/03
to
Hi
I've just bought Linux ... and I don't understand it much yet ...
I wanted to install gaim. After I installed it from the SuSE CD (with yast2,
install and remove packages) I couldn't find it (it wasn't in the
"programmes" menu and nothing happend when I typed "gaim" into the console).
I couldn't find it with the command "find / gaim" either (that does search
everywhere for gaim, doesn't it?). So I decided to download the new version
... I first downloaded the rpm to /home/ben/downloaded\ bins. but "rpm -Uv
gaim-0.59.8-1.i386.rpm" just gave an error (failed dependencies:
libgdk_pixbuf.so.2 is neded by gaim). Trying to compile the source code gave
an error, too (./configure printed GLib is required to build Gim). So, I
downloaded GLib, but, after "un-tar.gz-ing" and going into the GLib folder,
typing ./configure printed "pkg-config not found". So, I downloaded
pkgconfig (didn't seem to be able to work under /home/ben/downloaded\ bins,
so I moved it to /home/ben/pkgconfig and typed in ./configure. It printed
out a lot of text, the last line was glibconfig.h is unchanged (I don't know
if that's important). then I typed in make, and it printed "bash: make:
command not found". What do I do, or what thing (or probably things) did I
do wrong?

Thanks for any help!


Ben
SuSE Professional 8.1, KDE 3
T-Bird 1GHz


fast

unread,
Jan 18, 2003, 11:09:09 AM1/18/03
to
Ben King wrote:

Look under kicker>networking>instant messaging
--
Microsoft is not the answer, it is the question. The answer is NO!!!

Ben King

unread,
Jan 18, 2003, 11:16:29 AM1/18/03
to
kicker>networking>instant messaging? What's kicker? Do you mean that button
on the bottom-left? There isn't any networking there!
Can anyone tell me if I did anything wrong, I'd be interessted in that so
(hopefully) I can install progs later without having to post a newsgroup
fisrst!

Thanks
Ben

"fast" <sp...@127.0.0.1> wrote in message
news:v2iv228...@corp.supernews.com...

Tim Kynerd

unread,
Jan 18, 2003, 11:00:34 AM1/18/03
to
On Sat, 18 Jan 2003 16:27:35 +0100, Ben King wrote:

> Hi
> I've just bought Linux ... and I don't understand it much yet ... I wanted
> to install gaim. After I installed it from the SuSE CD (with yast2,
> install and remove packages) I couldn't find it (it wasn't in the
> "programmes" menu and nothing happend when I typed "gaim" into the
> console). I couldn't find it with the command "find / gaim" either (that
> does search everywhere for gaim, doesn't it?).

Nope -- try this:

find / -name gaim

-rest snipped-

--
Tim Kynerd Sundbyberg (småstan i storstan), Sweden t...@tram.nu
Sunrise in Stockholm today: 8:33
Sunset in Stockholm today: 15:21
My rail transit photos at http://www.kynerd.nu

Stan Mlynarczyk

unread,
Jan 18, 2003, 11:28:31 AM1/18/03
to

Ben,

try:

find / -name gaim -print

as the syntax for the find command.

Typically, when you install a distribution you select either workstation
or server and this automatically preselects a set of packages for you
(at least this is the case with rhat and mandrake). You might want to
re-install selecting an option that might install a more complete set of
applications.

A few suggestions. First you will need some patience and I would
recommend a good book on starting with LINUX as the fastest way to get
going.

2) Don't try to install new versions of software until you understand
how yast2 works and how to add applications to your menus. The error
messages indicate you don't have the proper libraries installed to
compile your code. Stick with binary rpms from your CDs for the short term.

3) Add a new user to the system. Log in as that user and see if the
menus under KDE show gaim (it should be under
start_application->networking->Instant_Messaging). Actually I am a
little surprised to see that your kde menu does not show the icon even
the though the package was not installed, as my kde3 did have this icon
even before installing Gaim.

There is a learning curve but the capabilities and reliability make it
worth the effort. Hang in there.

Stan

Ben King

unread,
Jan 18, 2003, 11:51:43 AM1/18/03
to
Thanks for the help ... I guss I need to install the important libraries
then. Where can I get them from? Which ones are the most important, are they
on the Linux CDs?

Thanks
Ben
SuSE Pro 8.1
T-Bird 1GHz

"Stan Mlynarczyk" <stop...@stopspam.net> wrote in message
news:3E298105...@stopspam.net...

Michael Heiming

unread,
Jan 18, 2003, 1:04:19 PM1/18/03
to
In alt.os.linux Ben King <micnew.20...@spamgourmet.com> wrote:
> Hi
> I've just bought Linux ... and I don't understand it much yet ...
> I wanted to install gaim. After I installed it from the SuSE CD (with yast2,
> install and remove packages) I couldn't find it (it wasn't in the

Haven't used the yast2 GUI interface, open a xterm, type 'su -' start yast,
the ncurses CLI yast should come up, search in Software () for gaim, choose
to install it, yast should clear auto-magically all dependencies for you.

Michael Heiming
--
Remove +SIGNS and www. if you expect an answer, sorry for
inconvenience, but I get tons of SPAM

Ben King

unread,
Jan 18, 2003, 1:17:09 PM1/18/03
to
Yes, I tried that, but it didn't work! What are the important libraries I
need to install to be able to compile the source code?

"Michael Heiming" <michael...@www.heiming.de> wrote in message
news:3v4c0b...@news.heiming.de...

olivier

unread,
Jan 18, 2003, 2:02:24 PM1/18/03
to
Hello,

If you've installed it from Yast, you must find it in /opt/gnome/bin/gaim
(try "whereis gaim"). Installing SuSE version is the easiest way to install
it, and it always works (perhaps try to uninstall it and to reinstall it).

In SuSE 8.1, you must find it in /START menu/INTERNET/TOOLS/GAIM !

If you want to setup if from sources, then you must first install all gnome
development packages (from SuSE DVD or CDs, via YAST). But as it seems that
you're a newbie, don't install from sources.

Oliver

"Ben King" <micnew.20...@spamgourmet.com> wrote in message
news:3e297266$0$319$5402...@news.sunrise.ch...

Ben King

unread,
Jan 18, 2003, 2:20:47 PM1/18/03
to
Thanks
Why do you say that I shouldn't install the gnome developement packages? Can
you harm your system doing that or would it just be too dificult for me? How
would I do it (if trying can't harm I really would like to be able to
download linux software from the web)

Ben


"olivier" <no...@none.com> wrote in message
news:3e29a4b3$0$207$4d4e...@read.news.be.uu.net...

Michael Heiming

unread,
Jan 18, 2003, 3:03:19 PM1/18/03
to
In alt.os.linux Ben King <micnew.20...@spamgourmet.com> wrote:
> Yes, I tried that, but it didn't work! What are the important libraries I
> need to install to be able to compile the source code?

What does that mean, "it didn't work" post exact error messages, what
does 'rpm -ihv /path/to/cdrom/gaim.n.n.n.rpm' (as root from a xterm)
tell?

Please stop top-posting.

olivier

unread,
Jan 18, 2003, 4:30:15 PM1/18/03
to
What I meant: you should install programs from SuSE DVD (rpms created by
SuSE) rather than installing them from source. But, in fact, not all
programs are available as SuSE rpms, so it is sometimes needed to install
from sources. To do that easily, you NEED to install Gnome / KDE
development packages (found on SuSE DVD). Pay attention to the fact that
"make install" command will break things (don't remember what you must type
instead, something like configcheck ... don't know, search the archives).

Oliver
"Ben King" <micnew.20...@spamgourmet.com> wrote in message

news:3e29a90e$0$330$5402...@news.sunrise.ch...

baskitcaise

unread,
Jan 18, 2003, 6:39:13 PM1/18/03
to
olivier wrote:

I think you are meaning "checkinstall" Olivier.

But that starts to muddy the waters even more for Ben :)

--
Mark
Twixt hill and high water.
N.Wales, UK.
Email is spam trap try baskitcaise at gmx dot co dot uk

John

unread,
Jan 18, 2003, 9:13:41 PM1/18/03
to
Ben King wrote:

> Thanks for the help ... I guss I need to install the important libraries
> then. Where can I get them from? Which ones are the most important, are they
> on the Linux CDs?
>
> Thanks
> Ben

Hey Ben,

You might want to try the CVS installation instead too. Just go to gaim's
website and click on the 'CVS' button on the right, and follow the instructions
to the dot. They're pretty good instructions and if you follow them well, you
should have Gaim up and running after it's all done. Also, a little extra help
here...at the beginning of the CVS installation, after you've pressed the
'enter' key for the password, you're offered two options. One has nothing in it
about 'gtk' and the second one (just a few lines lower) has something about
'gtk 1.2' (or something like that). If you can't get the install for the one
with *no* 'gtk' thing in it going, then try the next option, the one that has
'gtk' in it.
As for all the libraries, yes, they should be on the CD's, you'll just have to
hunt them down a little, unless someone else has more knowledge than I about
where they are exactly helps you out with that part.
You'll like Gaim once it's installed though, it's nice and fast and simple to
use, and once the file transfer part of it is working, it'll be a fantastic app
(I think it is already anyway, LOL).

John
--

Windows XPee...a war with *any* nation is preferable to having or using this
mess of an OS.

Sojourner

unread,
Jan 18, 2003, 11:11:23 PM1/18/03
to
If you have much trouble with it, just dowload and install AIM from
aim.com. They have a linux version that not bad at all.

Sojo

Colin Cloppas

unread,
Jan 21, 2003, 11:10:04 PM1/21/03
to
Dear suse group,
Hello my name is Colin, I am a new user of (well hope to be)
Suse Linux PPC 7.3 but I am having a bit of trouble I can't get the free
download based install (Through BootX Oldworld) to work, I get to the point
where you enter the "FTP server ip address" do they mean ftp.suse.com or
something else?
Well I hope can help me. Thanks - Colin

Here my system configuration:
Apple Power Macintosh 4400/200 with a Newertech L2-G3 upgrade card
Apple Mac OS 8.6 U.S.
96 Mb of physical memory (and 997 Mb of VirtualMemory)
A Western Digital Caviar 75 Gb HardDisk

Bill Marcum

unread,
Jan 22, 2003, 11:23:59 PM1/22/03
to
On Tue, 21 Jan 2003 20:10:04 -0800, Colin Cloppas
<col...@dslextreme.com> wrote:
> Dear suse group,
> Hello my name is Colin, I am a new user of (well hope to be)
> Suse Linux PPC 7.3 but I am having a bit of trouble I can't get the free
> download based install (Through BootX Oldworld) to work, I get to the point
> where you enter the "FTP server ip address" do they mean ftp.suse.com or
> something else?
> Well I hope can help me. Thanks - Colin
>
"ip address" means a numeric address. I think the install is meant to
be done over a local network.

David Efflandt

unread,
Jan 27, 2003, 11:10:24 PM1/27/03
to

No, the install can be done from anywhere. Enter the IP address of the
ftp server, and when it asks for path, do NOT use a leading slash.

--
David Efflandt - All spam ignored http://www.de-srv.com/
http://www.autox.chicago.il.us/ http://www.berniesfloral.net/
http://cgi-help.virtualave.net/ http://hammer.prohosting.com/~cgi-wiz/

0 new messages