Installing xine libraries and xine front end

Forum Index » Forums » Applications
Author Message
Joined: Apr 24, 2008
Posts: 1
Other Topics
Posted Apr 24, 2008 at 9:24:04 AM
Subject: Installing xine libraries and xine front end
Hi all, Im trying to install Xine on Fedora 8. I have downloaded the latest sources for xine-lib and xine-ui from http://xinehq.de/index.php/releases#binaries After that I follow the installation instructions on http://dvd.sourceforge.net/xine-howto/en_GB/html/howto-3.html#compiling ./config make make all install ldconfig The installation of the library goes fine but I run into trouble when running ./configure for the front end ui. This is what happens [root@localhost xine-ui-0.99.5]./configure alot of text .. .. .. checking for XINE... configure: error: Package requirements (libxine >=1.1.0) where not meet: No package 'libxine' found .. .. The build and installation of xine-lib gave no errors and I used the default paths for installation. Why cant the ui find the xine libraries?
Back to top Profile Email Website
proopnarine

Joined Apr 03, 2008
Posts: 590
Location:San Francisco

Other Topics
Posted: Apr 26, 2008 5:04:47 AM
What if you tried a RPM install first and see what happens?

Take the red pill

Climate Change Blog

Food Weblog

Back to top Profile Email Website
Shashank Sharma
Joined Jan 01, 1970
Posts: 1657
Location:New Delhi, India

Other Topics
Posted: May 01, 2008 10:00:15 AM
Why are you installing it from source? Just set up the Livna repository and then you can install it using yum: 1. su -c "rpm -ihv http://rpm.livna.org/livna-release-8.rpm" This installs and enables the Livna repository. 2. su -c "yum install xine xine-lib xine-skins xine-lib-extras-nonfree libdvdcss" This installs xine with all libraries and you can play DVD/CD/everything. BTW, the HOWTO you are using is no longer maintained and so it's deprecated. You should always look for the latest instructions on the packages website itself: http://xinehq.de/index.php/faq#BUILDREQUIREMENTS Cheers! [Modified by: Shashank Sharma on May 01, 2008 02:33 PM]

Coauthor of Beginning Fedora: From Novice to Professional published by Apress.

Please follow the Forum Guidelines

Back to top Profile Email Website Yahoo!
Forum Index » Forums » Applications