LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-15-2004, 12:16 AM   #1
J0nathan
Member
 
Registered: Jul 2003
Location: Australia
Distribution: FreeBSD6
Posts: 41

Rep: Reputation: 15
Installing Gaim?


I'm a real n00b, an i have no idea how to install stuff in slackware. when i downloaded open office, i just extracted the files and double-clicked on one file which started the installation process. Now i want to install gaim, and it is a lot more confusing. I have downloaded it and extracted it, then i had no idea what to do next.
 
Old 01-15-2004, 12:24 AM   #2
newinlinux
Member
 
Registered: Dec 2003
Location: Next to Equator
Distribution: GNU/Linux 2.6.14
Posts: 382

Rep: Reputation: 30
Re: Installing Gaim?

Quote:
Originally posted by J0nathan
I'm a real n00b, an i have no idea how to install stuff in slackware. when i downloaded open office, i just extracted the files and double-clicked on one file which started the installation process. Now i want to install gaim, and it is a lot more confusing. I have downloaded it and extracted it, then i had no idea what to do next.
u have it in tgz or source?
 
Old 01-15-2004, 12:27 AM   #3
newinlinux
Member
 
Registered: Dec 2003
Location: Next to Equator
Distribution: GNU/Linux 2.6.14
Posts: 382

Rep: Reputation: 30
get this : http://www.linuxpackages.net/search_...e=gaim&ver=9.1

and do this in the terminal:

su to root and type installpkg gaim-0.75-i486-1st.tgz

after that type gaim, and u will have the latest gaim.
 
Old 01-15-2004, 12:59 AM   #4
J0nathan
Member
 
Registered: Jul 2003
Location: Australia
Distribution: FreeBSD6
Posts: 41

Original Poster
Rep: Reputation: 15
Thanks very much newinlinux, it worked perfectly(i'd already downloaded it, but had no idea what to do with it ). One problem though - where is it??
 
Old 01-15-2004, 01:01 AM   #5
newinlinux
Member
 
Registered: Dec 2003
Location: Next to Equator
Distribution: GNU/Linux 2.6.14
Posts: 382

Rep: Reputation: 30
Quote:
Originally posted by J0nathan
Thanks very much newinlinux, it worked perfectly(i'd already downloaded it, but had no idea what to do with it ). One problem though - where is it??
Great. But what do you mean by where is it?
 
Old 01-15-2004, 01:05 AM   #6
J0nathan
Member
 
Registered: Jul 2003
Location: Australia
Distribution: FreeBSD6
Posts: 41

Original Poster
Rep: Reputation: 15
Ooh, i just managed to run it by going run, then typing in gaim, but how about if i want to make a shortcut to it from the 'start' menu?
 
Old 01-15-2004, 01:08 AM   #7
J0nathan
Member
 
Registered: Jul 2003
Location: Australia
Distribution: FreeBSD6
Posts: 41

Original Poster
Rep: Reputation: 15
Oh, i figured that out by adding a shortuct to 'gaim', but is there a path to the executable? or is it different in linux?
 
Old 01-15-2004, 01:30 AM   #8
newinlinux
Member
 
Registered: Dec 2003
Location: Next to Equator
Distribution: GNU/Linux 2.6.14
Posts: 382

Rep: Reputation: 30
sorry, cannot help u here, my level of understanding maxed out at installing a program and running it via the terminal
 
Old 01-15-2004, 01:43 AM   #9
powadha
Member
 
Registered: Nov 2003
Location: Zwolle
Distribution: Arch
Posts: 651

Rep: Reputation: 31
the path is (if you compiled it from source) /usr/local/bin/gaim

you don't need the path though. If you create a shortcut just fill the command option with gaim, leave the path empty. No need to select 'run in terminal' either.

If you install from pkg the path is (I guess) /usr/ bin/gaim

these are all very basic things, you might want to read the slackbook or some other basic linux books to get you up to speed.
 
Old 01-15-2004, 04:18 AM   #10
nesware
Member
 
Registered: Jan 2004
Location: belgium
Distribution: Slackware
Posts: 117

Rep: Reputation: 15
if you are looking for a file on your system use the 'locate' command
eg.
locate gaim

mind that locate takes it info from a database, if you've just installed something, update the database with the command 'updatedb' you need to be root to do that though!
$su
password:
$updatedb
when it's done rattling (harddisk will be very busy) use the locate command.

btw:
if you have a slackware package tgz file try this before installing
tar tzf filename.tgz
it will show you all the files it's going to install

Last edited by nesware; 01-15-2004 at 04:19 AM.
 
Old 03-03-2004, 09:42 AM   #11
NomDeGuerre
Member
 
Registered: Oct 2003
Posts: 136

Rep: Reputation: 15
I tried installing GAIM like "newinlinux" wrote in post #3 but I can't start it.
When I type "gaim" I get "gaim: error while loading shared libraries: libstartup-notification-1.so.0: cannot open shared object file: No such file or directory". I tried this from both / and /home/**MYUSERNAME**.

I also tried "tar -xvzf gaim-0.75-i486-2st.tgz" but nothing more.

Anyone know what the problem might be and what I can do to fix it?
 
Old 03-03-2004, 08:32 PM   #12
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
You need 'startup-notification-0.5-i486-2.tgz' from the Slack site - it's in /lib or /gnome or some such. Or compile Gaim yourself without the Gnome-ish junk enabled. I guess the Slack update assumed we'd all have Gnome and all it's junk, even though it wasn't necessary with the Gaim that shipped with 9.1. Compile flag oversite, maybe.

'installpkg gaim...'
'installpkg startup...'
Then type 'gaim' and it should come up.
 
Old 03-03-2004, 08:43 PM   #13
newinlinux
Member
 
Registered: Dec 2003
Location: Next to Equator
Distribution: GNU/Linux 2.6.14
Posts: 382

Rep: Reputation: 30
Quote:
Originally posted by NomDeGuerre
I tried installing GAIM like "newinlinux" wrote in post #3 but I can't start it.
When I type "gaim" I get "gaim: error while loading shared libraries: libstartup-notification-1.so.0: cannot open shared object file: No such file or directory". I tried this from both / and /home/**MYUSERNAME**.

I also tried "tar -xvzf gaim-0.75-i486-2st.tgz" but nothing more.

Anyone know what the problem might be and what I can do to fix it?
This problem occurs are most probably you did not install Gnome. Like what digiot said, installpkg startup-notice and also libmikmod

http://www.slackware.com/pb/search.p...nt&string=gaim

http://www.slackware.com/pb/search.p...&string=libmik

http://www.slackware.com/pb/search.p...string=startup

you dont do a tar -xvzf on a .tgz package, u do a installpkg or upgradepkg on it.
 
Old 03-03-2004, 08:54 PM   #14
ringwraith
Senior Member
 
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,272

Rep: Reputation: 65
Please read the following very carefully before asking questions like this again.

http://www.slackware.com/book/
http://wombat.san-francisco.ca.us/fa...c/cache/1.html

Most all of these types of questions are answered here. The book is also on disk 3 so you can put it on your desktop and review it daily.

Remember - Give them a fish and they eat for a day, teach them to fish and they eat for a lifetime.
 
Old 04-16-2004, 09:52 PM   #15
R_Shackleford
Member
 
Registered: May 2003
Location: Earth
Distribution: Slackware
Posts: 76

Rep: Reputation: 15
Thanks digiot!
Your post helped me solve my problem. I didn't know where to find the startup-notification package
 
  


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
Installing GAIM vital_101 Mandriva 3 10-22-2005 06:27 AM
Installing GAIM vwal_13 Slackware 3 04-19-2004 07:53 AM
Problem Installing/Upgrading Gaim 0.60 or Gaim 0.71 AskMe Linux - Newbie 1 10-25-2003 08:00 PM
Installing Gaim Niellus Linux - Newbie 8 08-05-2003 04:42 PM
Installing Gaim rgarg Linux - Software 3 07-02-2003 04:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:31 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