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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
02-26-2002, 11:00 PM
|
#1
|
Member
Registered: Feb 2002
Location: Van city
Distribution: Ubuntu
Posts: 204
Rep:
|
Problems install Xine
Im kinda of lost when I try to install the program.....
First it tells me I need to download two files
then I untar the two files
$ tar xvzf xine-lib.x.y.z.tar.gz
$ tar xvzf xine-ui.x.y.z.tar.gz
Then it says I must install the lib first
did that
cd xine-lib.x.x.
./configure
make install
cd xine-ui.x.x
./configure
***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*** BUT I DID THIS?
What I really don't understand is how to set this LIBRARY PATH.... Could some
explain what im doing wrong?
WHen I install a program where does it usually goes to?
|
|
|
02-27-2002, 01:20 AM
|
#2
|
Member
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800
Rep:
|
I just installed Xine the other day and I believe you need to follow this HowTo: http://dvd.sourceforge.net/xine-howt...o-3.html#ss3.2
This came from it:
IMPORTANT! Before you can compile xine-ui, you may need to inform your system of the location of the xine libraries, you may need to set the LD_LIBRARY_PATH environment variable to the directory you installed the Xine library and/or run the ldconfig program. For example, if you had installed xine-lib to /usr/local, you may need to enter the following command before compiling xine-ui.
$ export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
I think I typed that export command from the commandline prompt and I also typed the ldconfig before compiling the xine_ui file.
Good luck and keep us informed!
|
|
|
02-27-2002, 03:01 AM
|
#3
|
LQ Newbie
Registered: Aug 2001
Location: Cave Mountain
Distribution: Redhat Only
Posts: 29
Rep:
|
Whenever you are trying to meet dependencies you must make sure the your /etc/ld.so.conf file has:
/usr/lib
/usr/X11R6/lib
/usr/local/lib
if so now you should install them in the correct order as specified and after each install type ldconfig and enter, this will refresh the linux libs.
Try that and let me know what happens.
|
|
|
02-27-2002, 07:32 PM
|
#4
|
Member
Registered: Feb 2002
Location: Van city
Distribution: Ubuntu
Posts: 204
Original Poster
Rep:
|
Thank you LinuxGod that worked but the thing is that its not documented.... Cause I did
try to at least figure it out before I ask a question. But how did you know to do that?
|
|
|
07-09-2003, 11:31 AM
|
#5
|
LQ Newbie
Registered: Jul 2003
Distribution: rh 7.3
Posts: 15
Rep:
|
compiler problems with Xine
hello Gents,
i also ran into similar problems, and had them resolved...
however, I cannot get past the 'make' with the xine-ui on my redhat 9 box...
i have gone to all this trouble to get it to work, but have found myself stuck, and no one has posted the same problem on the net -- maybe one of you guys can help:
this is the compiler error:
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
make[4]: *** [xine] Error 1
make[4]: Leaving directory `/home/kevin/xine-ui-0.9.21/src/xitk'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/kevin/xine-ui-0.9.21/src/xitk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/kevin/xine-ui-0.9.21/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kevin/xine-ui-0.9.21'
make: *** [all] Error 2
anyone have any suggestions? it appears to me that i am missing Xext, but im not sure, cause I cannot find it anywhere...and im not sure that will resolve the issue.,,.. anyone have this error in teh past?
any help would be appreciated!
|
|
|
All times are GMT -5. The time now is 07:09 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|