Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Yahoo Messenger Install Help
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Nobody
n00b
n00b


Joined: 10 Jul 2002
Posts: 10
Location: Mount Vernon, Washington

PostPosted: Tue Jul 16, 2002 5:39 am    Post subject: Yahoo Messenger Install Help Reply with quote

I'm attempting to install yahoo messenger, but it doesn't seem to run. I'm so new to linux that I'm not exactly sure where to start trouble shooting. This is basically my first attempt at installing 3rd party software.

I downloaded the debian sid tar.gz file to usr/portage/distfiles, then ran emerge ymessenger. Seemed to work.

Code:
bash-2.05a# emerge -s ymessenger
[ Results for search key : ymessenger ]
[ Applications found : 1 ]

*  net-im/ymessenger
      Latest version Available: 0.99.19
      Latest version Installed: 0.99.19
      Homepage: http://messenger.yahoo.com/messenger/download/unix.html
      Description:
      Yahoo's instant messenger client


My understanding is I just need to run ymessenger from command prompt to start the program, but that doesn't work.

Code:
bash-2.05a# ymessenger
bash: ymessenger: command not found
bash-2.05a#


so..... can anyone help a noob?
Back to top
View user's profile Send private message
therobot
Apprentice
Apprentice


Joined: 07 Jun 2002
Posts: 256
Location: Canada

PostPosted: Tue Jul 16, 2002 5:55 am    Post subject: Reply with quote

try
Code:
# locate ymessenger

you might need to
Code:
# updatedb

first though.
Back to top
View user's profile Send private message
Naan Yaar
Bodhisattva
Bodhisattva


Joined: 27 Jun 2002
Posts: 1549

PostPosted: Tue Jul 16, 2002 11:25 am    Post subject: Reply with quote

You should probably do:
Code:

env-update

to update your /etc/profile. ymessenger will be added to your path for future sessions. You can run it by giving its full path:
Code:

/opt/ymessenger/bin/ymessenger
Back to top
View user's profile Send private message
Nobody
n00b
n00b


Joined: 10 Jul 2002
Posts: 10
Location: Mount Vernon, Washington

PostPosted: Tue Jul 16, 2002 3:24 pm    Post subject: Reply with quote

Got it!

I forgot about another post that I had read that said I needed to
Code:
emerge media-libs/gdk-pxbuf


of course I remembered this as soon as I typed opt/ymessenger/bin/ymessenger and it barked at me saying it needed that shared library.

Thing is, originally I did search and found where ymessenger was installed to. I changed to that directory and tried to run ymessenger from the current directory.... it just said command not found. But when I typed the full path as Naan Yaar said, it actually gave me something to work with..... another lesson learned

Thanks!
Back to top
View user's profile Send private message
Naan Yaar
Bodhisattva
Bodhisattva


Joined: 27 Jun 2002
Posts: 1549

PostPosted: Tue Jul 16, 2002 3:33 pm    Post subject: Reply with quote

The current directory may not be in your search path. This means that once you cd to that dir, you would have to do "./ymessenger" rather than "ymessenger". You can add "." to your path setting; this is generally considered to be a security problem, however.

You may also want to emerge gentoolkit. It has something called "epm". You can check the list of installed files from a package by doing:
Code:

epm -ql <package_name>


Faster than doing "find" or updatedb :)
Nobody wrote:
Got it!

I forgot about another post that I had read that said I needed to
Code:
emerge media-libs/gdk-pxbuf


of course I remembered this as soon as I typed opt/ymessenger/bin/ymessenger and it barked at me saying it needed that shared library.

Thing is, originally I did search and found where ymessenger was installed to. I changed to that directory and tried to run ymessenger from the current directory.... it just said command not found. But when I typed the full path as Naan Yaar said, it actually gave me something to work with..... another lesson learned

Thanks!
Back to top
View user's profile Send private message
Nobody
n00b
n00b


Joined: 10 Jul 2002
Posts: 10
Location: Mount Vernon, Washington

PostPosted: Tue Jul 16, 2002 8:49 pm    Post subject: Reply with quote

Thanks!

sooooooo much to learn....... 8O
Back to top
View user's profile Send private message
rommel
Veteran
Veteran


Joined: 19 Apr 2002
Posts: 1145
Location: Williamsburg Virginia

PostPosted: Tue Jul 16, 2002 10:43 pm    Post subject: Reply with quote

i just installed yahoo messenger after reading this thread....works really good...now i just need someone to talk to....LOL
Back to top
View user's profile Send private message
DArtagnan
l33t
l33t


Joined: 30 Apr 2002
Posts: 942
Location: Israel, Jerusalem

PostPosted: Wed Aug 07, 2002 11:44 am    Post subject: Reply with quote

I installed it and it freezes when i start it, any clue?
_________________
All for one and one for All
--

MACPRO machine...
Back to top
View user's profile Send private message
puddpunk
l33t
l33t


Joined: 20 Jul 2002
Posts: 681
Location: New Zealand

PostPosted: Thu Aug 08, 2002 8:13 am    Post subject: Reply with quote

dont be root when you run it. /bin and /usr/bin arnt in roots search path anyway.
Back to top
View user's profile Send private message
DArtagnan
l33t
l33t


Joined: 30 Apr 2002
Posts: 942
Location: Israel, Jerusalem

PostPosted: Thu Aug 08, 2002 8:14 am    Post subject: Reply with quote

puddpunk wrote:
dont be root when you run it. /bin and /usr/bin arnt in roots search path anyway.


Who told you that I'm being root?
_________________
All for one and one for All
--

MACPRO machine...
Back to top
View user's profile Send private message
puddpunk
l33t
l33t


Joined: 20 Jul 2002
Posts: 681
Location: New Zealand

PostPosted: Thu Aug 08, 2002 8:16 am    Post subject: Re: Yahoo Messenger Install Help Reply with quote

Nobody wrote:
I'm attempting to install yahoo messenger, but it doesn't seem to run. I'm so new to linux that I'm not exactly sure where to start trouble shooting. This is basically my first attempt at installing 3rd party software.

I downloaded the debian sid tar.gz file to usr/portage/distfiles, then ran emerge ymessenger. Seemed to work.

Code:
bash-2.05a# emerge -s ymessenger
[ Results for search key : ymessenger ]
[ Applications found : 1 ]

*  net-im/ymessenger
      Latest version Available: 0.99.19
      Latest version Installed: 0.99.19
      Homepage: http://messenger.yahoo.com/messenger/download/unix.html
      Description:
      Yahoo's instant messenger client


My understanding is I just need to run ymessenger from command prompt to start the program, but that doesn't work.

Code:
bash-2.05a# ymessenger
bash: ymessenger: command not found
bash-2.05a#


so..... can anyone help a noob?


sorrah, a little mingle mix-up :P
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum