LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-16-2005, 04:35 AM   #1
aeuzent
Member
 
Registered: Jan 2005
Location: Maryland, USA
Distribution: Ubuntu/Debian
Posts: 102

Rep: Reputation: 15
Installing Xine


Alright I'm guessing my problem is with the library part of the install. I'm compiling the source here and I had been getting errors on the configure command about alerting the installer to the directory Xine would be installed in. I added the string where it told me too and seemed to solve the problem on that end. I didn't get any more error messages till it was time for the "make install" command. It has some permissions issues so I logged in as root and everything seemed to go ok but when I tried to install a front-end I was told that the libraries didn't make it it. I'm stuck on this.
 
Old 01-16-2005, 04:39 AM   #2
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
the warnings about "add /usr/lib to your LD_LIBRARY_PATH etc...." are normal. Even if you install in prefix /usr you will get these warnings. Now for the libraries, what does configure complain about?

and if you did a standard ./configure, make, make install did you add /usr/local/lib to /etc/ld.so.conf and run ldconfig as root?

Last edited by __J; 01-16-2005 at 04:42 AM.
 
Old 01-16-2005, 04:40 AM   #3
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Post some errors, probably start with the configure ones, and continue on down.

You should be able to yum that as well, but that really doesn't teach you how to fix this does it?

Cool
 
Old 01-16-2005, 04:43 AM   #4
aeuzent
Member
 
Registered: Jan 2005
Location: Maryland, USA
Distribution: Ubuntu/Debian
Posts: 102

Original Poster
Rep: Reputation: 15
I added /usr/local/lib to the end of the /etc/ld.so.conf file but I didn't run anything after that. And I tried entering ldconfig into the shell but as it turns out that isn't a command so I'll need help on that part too.
 
Old 01-16-2005, 04:44 AM   #5
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
ldconfig must be run as root ( if you want to see what its linking run: ldconfig -v | more)
 
Old 01-16-2005, 04:44 AM   #6
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Should be one as root...

Try:
/sbin/ldconfig

Cool
 
Old 01-16-2005, 04:45 AM   #7
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69


Good to hear an echo... I think I'll chime out of this one, have fun!

Double-under-score J seems to be taking good care here.

Cool

Last edited by MasterC; 01-16-2005 at 04:46 AM.
 
Old 01-16-2005, 04:45 AM   #8
aeuzent
Member
 
Registered: Jan 2005
Location: Maryland, USA
Distribution: Ubuntu/Debian
Posts: 102

Original Poster
Rep: Reputation: 15
The errors are gone aside from the one I get when I try to install a front-end

and this is it
"*** Could not run XINE test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding XINE or finding the wrong
*** version of XINE. If it is not finding XINE, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location Also, make sure you have run ldconfig if that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
***
configure: error: *** You should install xine-lib first ***"
 
Old 01-16-2005, 04:48 AM   #9
aeuzent
Member
 
Registered: Jan 2005
Location: Maryland, USA
Distribution: Ubuntu/Debian
Posts: 102

Original Poster
Rep: Reputation: 15
Now that it's linked itself up do I go ahead with the regular install?
I'd like to know before hand cause that's a long make file.
 
Old 01-16-2005, 04:54 AM   #10
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
did configure finish without any errors? if so go ahead and try to compile ( its a long compile by the way)

as far as the error above, if you have an older version of xine-lib installed it will give you problems. So try to remove that one ( if there is one ) and do ./configure again. ( when its talking about overriding that with LD_LIBRARY_PATH lets avoid that for now, it can be done but it will cause you problems later ).
 
Old 01-16-2005, 05:51 AM   #11
aeuzent
Member
 
Registered: Jan 2005
Location: Maryland, USA
Distribution: Ubuntu/Debian
Posts: 102

Original Poster
Rep: Reputation: 15
Ok it went in great. I had gone in orginally with the Xine-UI frontend but found it sucked and am now installing gxine. I see where the plugin is and should be able to handle it from here. If not I'll be back. Thanks for all the help this forum is great.
 
Old 01-16-2005, 05:59 AM   #12
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
glad to help - post back if any problems ( I agree with you, the xine-ui is almost unusable for me. I gotta use totem or gxine).

oh yeah, to use the mplayer codecs for xine ( to play quicktime, realplayer, windows media, etc..files) go here and download the essential codecs package and extract it to /usr/lib/win32 (you will have to create the /usr/lib/win32 directory).

Last edited by __J; 01-16-2005 at 06:04 AM.
 
Old 01-16-2005, 06:31 AM   #13
aeuzent
Member
 
Registered: Jan 2005
Location: Maryland, USA
Distribution: Ubuntu/Debian
Posts: 102

Original Poster
Rep: Reputation: 15
Ok well I'm 90% there.

In the gxine plugins folder there are a bunch of files I'd rather not go sorting around like crazy.
"gxineplugin.la jritypes.h Makefile.in npunix.lo plugin.c plugin.o
jri.h Makefile npapi.h npunix.o plugin.h
jri_md.h Makefile.am npunix.c npupp.h plugin.lo"

None of these is your average so plugin file so I'm a bit confused here.
And just from what I've tried on my own, it looks like it needs to be compiled so I tried a "make" command and nothing. Of course my complete knowledge here comes from what I know from other installiations so it's not that vast.
 
Old 01-16-2005, 06:54 AM   #14
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
A 'make' in the top level directory should certainly produce something, as there is a Makefile in the listed files up there. You can read the README if there is one, if not, you can read the Makefile to see what's going on and maybe why nothing is being returned.

Cool
 
Old 01-16-2005, 07:16 AM   #15
aeuzent
Member
 
Registered: Jan 2005
Location: Maryland, USA
Distribution: Ubuntu/Debian
Posts: 102

Original Poster
Rep: Reputation: 15
I can't find anything in the documentation about the plugins and I can't find any way to trigger the make file.
 
  


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
installing xine.... Nidias_91 Linux - Newbie 1 07-30-2005 01:17 AM
Installing Xine midgcool Linux - Software 15 11-27-2004 09:23 AM
installing XINE fng_#1 Red Hat 26 10-03-2004 04:11 PM
Installing Xine EnglandFC Linux - Newbie 1 07-17-2004 12:28 PM
Installing Xine uneffected Linux - Newbie 2 12-16-2003 06:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:54 PM.

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