LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Xine installation and PATH problem. (https://www.linuxquestions.org/questions/linux-newbie-8/xine-installation-and-path-problem-158257/)

luisluz 03-15-2004 11:34 PM

Xine installation and PATH problem.
 
I am brand new to Linux and am using Fedora core. My problem is in installing Xine. from rpms and path problem I can scucessfully instal the RPMs, lib-xine and Curl, but when I try to install the xine-ui rpm, I get the error message;

Failed dependencies:
libxine1 >= 1 is needed by xine-ui-0.9.23cvs-040306
libxine.so.1 is needed by xine-ui-0.9.23cvs-040306
xine >= 0.9.22 is needed by (installed) xine-skins-1.7-1.fr

When I do a search I find these in the /etc/local/lib directory.

I have tried exporting the path "/etc/local/lib" and do it successfully but that doesn't fix the problem. Do I have to edit the bashrc file? I tried this butt I can't find or can't understand how to do it.
Any help would be appreciated.

Luis

megaspaz 03-16-2004 12:37 AM

no. you need to make sure that you're using a libxine version greater than or equal to version 1 so you can install the xine-ui package.

personally, i'd go to xine's website and download the *.tar.gz. the latest version is 1-rc3. the xine developers have been nice enough to provide a spec file so you can build rpms from the tarball. use the command (su into root first):

rpm -ta xine-lib-1-rc3a.tar.gz

that will compile the source code and build rpms. you can find the built rpms in /usr/src
i'm not sure the exact location on fedora, but in redhat it'll be in /usr/src/redhat/RPMS/i386

in other words, you'll have to do some digging in /usr/src for fedora.

vi0lat0r 03-18-2004 02:30 AM

Go to:

http://www.xinehq.de/index.php/releases

At the very bottom you can just download the rpm...


All times are GMT -5. The time now is 01:05 AM.