LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-12-2004, 02:19 AM   #1
venkatram
LQ Newbie
 
Registered: Aug 2004
Location: Bangalore
Posts: 2

Rep: Reputation: 0
Unhappy running AIM & Ymessenger, installing XMMS in Redhat Server 3


Hi,
I am new to linux (very interested to learn it)
I installed Redhat 3 es newly on my system and i downloaded aim-1.5.286-1.i386.rpm and
when i run it with the command

1)
>> rpm -i aim-1.5.286-1.i386.rpm
error: Failed dependencies:
libstdc++-libc6.1-1.so.2 is needed by aim-1.5.286-1
Suggested resolutions:
compat-libstdc++-7.3-2.96.128.i386.rpm

2)
can u send me the URL to get Ymessenger for linux, i am able to find only rh6,rh7,rh8 and rh9 but not for server 3. which when run is giving errors.


3)
and when i run xmms-mpg123-1.2.7-21.i386.rpm
>> rpm -i xmms-mpg123-1.2.7-21.i386.rpm
error: Failed dependencies:
xmms >= 1.2.7 is needed by xmms-mpg123-1.2.7-21
Suggested resolutions:
xmms-1.2.7-22.1.p.i386.rpm

and i m not able to get those dependencies on net. Please can u suggest a way or URL which will solve my problem.
 
Old 08-12-2004, 05:23 AM   #2
Niels@debian
LQ Newbie
 
Registered: Aug 2004
Location: Laval, FR
Distribution: Debian Sarge 2.6.9
Posts: 25

Rep: Reputation: 15
I'm not redhat friendly but for the two first questions you can try Gaim which is a multiprotocol Instant messenging client based on JAbber (MSN, AIM, Y!, ICQ).

Did you installed the rpm by yum ?
 
Old 08-12-2004, 12:28 PM   #3
jev-bird
Member
 
Registered: Jul 2004
Location: USofA
Distribution: Whatever runs accordingly.
Posts: 200

Rep: Reputation: 30
For your xmms and the ability to play mp3's on redhat here is what you do. Grab xmms from a redhat mirror put the rpms in one folder and do as root from a shell:

rpm -ivh *.rpm in the current directory. It should install them and then your xmms issue should solved. If for some reason you still get the dependency issues then you may have to force it although I don't recommend it.:

rpm -ivh --force --nodeps *.rpm in the same directory as above.

For yahoo messsenger go to yahoo's site and get the unix version. That version is a bit crappy last time I used it did not have chat support. You can also use Gyach Enhanced which is very good and has voice support that actually works in Linux. Just be sure to get the latest version because the login issues with yahoo are fixed with that one.

As for aim. I would not recommend gaim. It's been full of flaws IMO. Try maybe a multi messenger app and combine all three. Maybe take a look at Kopete if you have KDE installed. Grab the source and go to shell and install "as root" like this, just copy and paste.

tar -zxvf kopete-0.8.4.tar.gz && cd kopete-0.8.4 && ./configure;make;make install && cd../;rm -rf kopete-0.8.4

That should get you kopete working.

Hope that helped.

Last edited by jev-bird; 08-12-2004 at 12:30 PM.
 
Old 08-19-2004, 09:04 AM   #4
venkatram
LQ Newbie
 
Registered: Aug 2004
Location: Bangalore
Posts: 2

Original Poster
Rep: Reputation: 0
Thank you Niels@debian and Jev-bird,
I am very late to reply, sorry 4 tat. But i finally came up with my own solutions,

1) for Aim, gaim is the command and it simply works. (after setting proxy server)

2) and for yahoo, i took the rpm from yahoo site as u suggested and run "gdk-pixbuf-0.22.0-6.1.1.i386.rpm" n then run "rh9.ymessenger-1.0.4-1.i386.rpm". It worked fine

3) for XMMS , i ran
1--- xmms-devel-1.2.7-22.1.p.i386.rpm
2 --- xmms-1.2.7-22.1.p.i386.rpm ,
3--- xmms-mpg123-1.2.7-21.i386.rpm
(and then i added gr8 skins with xmms-skins-1.2.7-21.i386.rpm ) ... and now i m set to work
gr8 on my linux

Linux Rulz
 
Old 08-19-2004, 11:21 PM   #5
markkreuzz
Member
 
Registered: Feb 2004
Location: Asia
Distribution: rh09, Gentoo,slackware.., still serving BSD
Posts: 35

Rep: Reputation: 15
I have tried Gyach E on my Red Hat 9. And i must tell you its has great support for yahoo webcams and has chat support. athough idid a force install because of pygtk. The RPM didn' detect it even if i had it installed.t
 
Old 08-26-2004, 01:28 AM   #6
mikeghet
Member
 
Registered: Aug 2004
Location: USofA
Distribution: fedora core < SUSE
Posts: 70

Rep: Reputation: 15
I did what was suggested above...I still can['t play my mp3. I think i've associated my songs with the xms program, too. What is the icon supposed to look like? Mine is white with a blue music note.

Here is what I get when I run the rpm and using the force option:

[root@localhost xms]# rpm -ivh *.rpm
warning: user havardk does not exist - using root
warning: group havardk does not exist - using root
warning: user havardk does not exist - using root
warning: group havardk does not exist - using root
1:xmms ########################################### [100%]
[root@localhost xms]# rpm -ivh --force *.rpm
warning: user havardk does not exist - using root
warning: group havardk does not exist - using root
warning: user havardk does not exist - using root
warning: group havardk does not exist - using root
1:xmms ########################################### [100%]
[root@localhost xms]#

what am I supposed to associate the mp3 files with? I did the xmms file in the /usr/bin/ directory..
 
Old 08-26-2004, 03:33 AM   #7
markkreuzz
Member
 
Registered: Feb 2004
Location: Asia
Distribution: rh09, Gentoo,slackware.., still serving BSD
Posts: 35

Rep: Reputation: 15
in the command prompt or terminal; Try typing xmms and press enter.
or
/usr/bin/xmms
or
/usr/local/bin/xmms

Last edited by markkreuzz; 08-26-2004 at 03:34 AM.
 
Old 08-26-2004, 04:22 AM   #8
mikeghet
Member
 
Registered: Aug 2004
Location: USofA
Distribution: fedora core < SUSE
Posts: 70

Rep: Reputation: 15
markkruez...i've done that and just did it again for good ol times and it still don't work. Well, the app launches, but it won't play anything...i click play and another box comes up to select the song, I do and nothing hapens. Audio does work, however.

i gave up with the xmms. I'm working on getting the zinf working....i have to keep installing packages one after another.

here is where i'm stuck at...now. a you can see, it says I need "postun_ldconfig to continue, so I try to install the rpm that is suppose to have this(glibc-core), and as you can see it says their is a dependency...???
```````````````````````````````````````````````````````````````````````````````````````````````````` ````````````````````````````````````````````````````````````````````````````

[root@localhost xms]# rpm -ivh zinf-2.2.4-76.i586.rpm
warning: zinf-2.2.4-76.i586.rpm: V3 DSA signature: NOKEY, key ID 9c800aca
error: Failed dependencies:
libgdbm.so.3 is needed by zinf-2.2.4-76
libid3-3.8.so.2 is needed by zinf-2.2.4-76

[root@localhost xms]# rpm -ivh libgdbm-1.8.3-alt3.i586.rpm
warning: libgdbm-1.8.3-alt3.i586.rpm: V3 DSA signature: NOKEY, key ID c1e23429
error: Failed dependencies:
/sbin/postun_ldconfig is needed by libgdbm-1.8.3-alt3

[root@localhost xms]# rpm -ivh glibc-core-2.3.3.200406160000-alt1.i586.rpm
warning: glibc-core-2.3.3.200406160000-alt1.i586.rpm: V3 DSA signature: NOKEY, key ID c1e23429
error: Failed dependencies:
glibc < 6:2.3.3.200406160000-alt1 conflicts with glibc-core-2.3.3.200406160000-alt1
[root@localhost xms]#

```````````````````````````````````````````````````````````````````````````````````````````````````` `````````````````

Also, some rpm's say ppc.rpm while others say src.rpm. Which one am I supposed to use? I imagine the src = source, right?
 
Old 08-26-2004, 12:03 PM   #9
mikeghet
Member
 
Registered: Aug 2004
Location: USofA
Distribution: fedora core < SUSE
Posts: 70

Rep: Reputation: 15
well, thanks guys/gals. I got it working...had to instal to alsta packages and change the output under prefrences for xmms to art...something.
 
Old 02-16-2006, 12:39 PM   #10
arsham
Member
 
Registered: Mar 2004
Location: London
Distribution: Arch Linux, Debian
Posts: 184

Rep: Reputation: 30
For voice and WebCam support for yahoo messenger you can try gyach :
1. Download http://www.politicalcrossfire.com/te...nstall.tar.bz2 , and save it to your home directory (important!).

2. Run these commands in the terminal, in sequential order:
Code:

tar -xjf gyach-install.tar.bz2
cd gyach
sudo ./install
 
  


Reply



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
Ymessenger crash when reciving a file from another Ymessenger user Kilt Linux - Newbie 3 06-15-2005 07:04 AM
Permission problem (xmms & YMessenger) zahadumy Linux - Software 3 06-04-2005 02:03 AM
segmentation fault while running ymessenger felnlily Linux - Software 3 02-03-2005 03:01 AM
Problems installing ymessenger in RedHat 9 justinian1978 Linux - Newbie 3 03-28-2004 06:05 PM
redhat 9 and ymessenger i_is_cat Linux - Software 6 06-14-2003 02:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:24 AM.

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