View Full Version : [FC5] Problems with Xine
hansmunich
11th March 2006, 08:48 AM
Hi,
I try today to install Xine libs because I need for webstreams.
So I give in : yum -y install xine xine-lib xine-skins
At the end yum told me as follow:
Error: Missing Dependency: libcrypto.so.5 is needed by package xine
Error: Missing Dependency: libssl.so.5 is needed by package xine
So how can I get to work xine what is needes (I think) for playing webstreams in amarok.
I google now for a long time but don't find any resolution.
I also try to do it like on this page:
http://stanton-finley.net/fedora_co...notes.html#Xine
Including the changes into the yum section on this page but allways the same.
Now xine is running here, but what not works for me is into the settings of amarok, that I can't choose into audio output xine and so I can't play webstreams with amarok or other audo tools.
Hope someone can help me and pls. excuse me my badly english. I also don't have many expierience with linux and so I hope that a linux crack can help me with my problem.
Thnx for helping me and greetings out of Munich
Hans
ace2005
11th March 2006, 10:08 AM
I think that happened to me once too, a file in the form "libcrypto.so.5" is useless to me, i needed to know what package to install so:
go to http://rpm.pbone.net/
do a search for libcrypto.so.5 and libssl.so.5
find out what packages they belong to and install them using yum or get the fedora rpm from the website, or any other one, i never used to care which as long as it worked
Thats how i resolve my dependency problems :)
Well as for Amarok you need to install amarok-xine, if its not in the yum repos try getting it from here:
http://rpm.pbone.net/index.php3/stat/4/idpl/2574304/com/amarok-xine-1.3.8-1.1.fc4.kde.i386.rpm.html
hansmunich
11th March 2006, 10:14 AM
I think that happened to me once too, a file in the form "libcrypto.so.5" is useless to me, i needed to know what package to install so:
go to http://rpm.pbone.net/
do a search for libcrypto.so.5 and libssl.so.5
find out what packages they belong to and install them using yum or get the fedora rpm from the website, or any other one, i never used to care which as long as it worked
Thats how i resolve my dependency problems :)
Well as for Amarok you need to install amarok-xine, if its not in the yum repos try getting it from here:
http://rpm.pbone.net/index.php3/stat/4/idpl/2574304/com/amarok-xine-1.3.8-1.1.fc4.kde.i386.rpm.html
At first many thnx for helping me.
Well I'm now going to learn to use fc. Because it's very differrent from suse linux I use before. Some things are better but like I see more things are more complicated like with suse. I also have there problems with amarok and xine but not so much as with fc. Because with the right install source you also find what amarok needs to work with xine. But that's an other point.
I see that you point to a link to an rpm for fc4 does it also work with fc5?
Many thnx
Hans
hansmunich
11th March 2006, 11:53 AM
Hi,
can't find bcrypto.so.5 and libssl.so.5 and also at yum it's not aviable. Also not aviable is amarok-xine Someone any idea how I can install it? Or someone can tell me where I can find it? Because now I search a lot but don't find anywhere
Because when I try to install amarok 1.3.8 it only works with that modules and the rpm for amarok-xine is only for the version 1.3.8. But aviable is only at yum version 1.4.1.
So what here is now installed is:
amarok : 1.4..0.7 beta 1
Thnx
Hans
partha
11th March 2006, 12:18 PM
Hi,
can't find bcrypto.so.5 and libssl.so.5 and also at yum it's not aviable. Also not aviable is amarok-xine Someone any idea how I can install it? Or someone can tell me where I can find it? Because now I search a lot but don't find anywhere
Because when I try to install amarok 1.3.8 it only works with that modules and the rpm for amarok-xine is only for the version 1.3.8. But aviable is only at yum version 1.4.1.
So what here is now installed is:
amarok : 1.4..0.7 beta 1
Thnx
Hans
Do a soft link (ln -s) to libcrypto.so.5 & libssl.so.5 from libcrypto.so.6 & libssl.so.6 respectively before installing xine and you should be good to go.
hansmunich
11th March 2006, 04:52 PM
Hi partha,
well I search for libcrypto.so.6 (also libcrypto.so.5) but only found that here:
Search results for libcrypto.so.6 :
Fedora Other download.fedora.redhat.com/pub/fedora/linux/core/development/x86_64/Fedora/RPMS/openssl-0.9.8a-5.1.x86_64.rpm
Fedora Other download.fedora.redhat.com/pub/fedora/linux/core/development/x86_64/Fedora/RPMS/openssl-0.9.8a-5.1.i686.rpm
Fedora Other download.fedora.redhat.com/pub/fedora/linux/core/development/i386/Fedora/RPMS/openssl-0.9.8a-5.1.i686.rpm
Fedora Other download.fedora.redhat.com/pub/fedora/linux/core/development/i386/Fedora/RPMS/openssl-0.9.8a-5.1.i386.rpm
Will that be the same like libcrypto.so.6/5?
Where I can download libcrypto?
Thnx for helping me
Hans
r1348
11th March 2006, 05:14 PM
Many of the external unofficial repos aren't yet providing software for FC5, as far as I know only FreshRPMS has a development repo based on FC5, they're shipping also xine and in works flawlessly here.
smfinley
11th March 2006, 05:46 PM
See the Xine section of Fedora Core 5 Installation Notes (http://stanton-finley.net/fedora_core_5_installation_notes.html). (Be sure to configure the freshrpms development repository as described in the yum section there.)
partha
11th March 2006, 08:30 PM
Hi partha,
well I search for libcrypto.so.6 (also libcrypto.so.5) but only found that here:
Will that be the same like libcrypto.so.6/5?
Where I can download libcrypto?
Thnx for helping me
Hans
Since you are posting on FC5, I am assuming that you have FC5 installed? These libraries should be available on your machine in /usr/lib or /usr/lib64
Flyboy917
13th March 2006, 03:27 AM
For what it's worth, I have never been able to get streaming audio to work in Amarok. FC3, FC4, and FC5t3, using Gstreamer and Xine engines.
hansmunich
22nd March 2006, 03:46 PM
For what it's worth, I have never been able to get streaming audio to work in Amarok. FC3, FC4, and FC5t3, using Gstreamer and Xine engines.
Hi,
well here it works but only with FC4, because there is amarok 1.3.8 installed. But for 1.4, what is deliverd with FC5 I don't can find the needed amarok-xine plugin.
And I use that plugin for example to listen to web radio.
Greetings
Hans
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.