no xine executable after installing xine-lib and xine-ui
Linux - SoftwareThis 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.
no xine executable after installing xine-lib and xine-ui
fc-9-live-usb
hi, i installed xine-lib then xine-ui using:
Code:
./configure --prefix=/usr && make && sudo make install
but it didnt create a xine executable
i get this error:
Code:
[fedora@localhost xine-ui-0.99.5]$ /usr/bin/xine
bash: /usr/bin/xine: No such file or directory
[fedora@localhost xine-ui-0.99.5]$ /usr/bin/fbxine hyper/csa.avi
Video port failed.
[fedora@localhost xine-ui-0.99.5]$ xine-check
Please be patient, this script may take a while to run...
[ good ] you're using Linux, doing specific tests
[ good ] looks like you have a /proc filesystem mounted.
[ good ] You seem to have a reasonable kernel version (2.6.25-14.fc9.i686)
[ good ] intel compatible processor, checking MTRR support
[ good ] you have MTRR support and there are some ranges set.
[ good ] unable to find 'xine' binary in usual places
[OUCH!!] There is no 'xine' executable in your PATH
Maybe you don't have xine-ui installed?
If xine-ui is installed, it would probably be a good idea to add
it's binary directory to your PATH...
press <enter> to continue...
[ good ] found /usr/bin/xine-config in your PATH
[ good ] plugin directory /usr/lib/xine/plugins/1.24 exists.
[ good ] found input plugins
[ good ] found demux plugins
[ good ] found decoder plugins
[ good ] found video_out plugins
[ good ] found audio_out plugins
[OUCH!!] no skin directory (/usr/share/skins)
The skin-directory doesn't exist. xine-config claims that there
is a skin directory at /usr/share/skins.
However, there is no such directory.
You probably need to reinstall xine-ui.
press <enter> to continue...
[ good ] /dev/cdrom points to /dev/sr0
[ good ] /dev/dvd points to /dev/sr0
[ hint ] Your DVD drive seems not to be attached via ATAPI.
This might be due to the use of an ide-scsi emulation.
If you really have a SCSI DVD drive, your SCSI controller is likely
to do perfect DMA, so there's no reason to worry about this.
However, if you're using ide-scsi, there is a chance that DMA is
disabled for the DVD drive. Moreover, I don't know how to enable
DMA in that case, so you probably have to live with some performance
loss. (FIXME: check for /proc/ide, provide solution)
press <enter> to continue...
[ good ] found xvinfo: X-Video Extension version 2.2
[ good ] your Xv extension supports YV12 overlays (improves MPEG performance)
[ good ] your Xv extension supports YUY2 overlays
[ good ] Xv ports: YUY2 YV12 I420 UYVY XVMC YUY2 YV12 I420 UYVY XVMC
man xine brings up the man page; how do i get xine to run.
fc-9-live-usb
hi, i installed xine-lib then xine-ui using:
Code:
./configure --prefix=/usr && make && sudo make install
but it didnt create a xine executable
i get this error:
Code:
[fedora@localhost xine-ui-0.99.5]$ /usr/bin/xine
bash: /usr/bin/xine: No such file or directory
[fedora@localhost xine-ui-0.99.5]$ /usr/bin/fbxine hyper/csa.avi
Video port failed.
[fedora@localhost xine-ui-0.99.5]$ xine-check
Please be patient, this script may take a while to run...
[ good ] you're using Linux, doing specific tests
[ good ] looks like you have a /proc filesystem mounted.
[ good ] You seem to have a reasonable kernel version (2.6.25-14.fc9.i686)
[ good ] intel compatible processor, checking MTRR support
[ good ] you have MTRR support and there are some ranges set.
[ good ] unable to find 'xine' binary in usual places
[OUCH!!] There is no 'xine' executable in your PATH
Maybe you don't have xine-ui installed?
If xine-ui is installed, it would probably be a good idea to add
it's binary directory to your PATH...
press <enter> to continue...
man xine brings up the man page; how do i get xine to run.
It says it right there...you don't have xine in your path. Type in "locate xine" (or as root, run "find / -name xine"), and wherever it is, put that directory in your PATH, along with the xine-ui.
thx tbone but its not that i cant find it. it seems that the installer didnt create the executable:
Code:
[fedora@localhost ~]$ sudo locate xine
locate: can not open `/var/lib/mlocate/mlocate.db': No such file or directory
[fedora@localhost ~]$ sudo find / -name xine
/usr/lib/xine
/usr/include/xine
/usr/share/xine
find: WARNING: Hard link count is wrong for /proc/1: this may be a bug in your filesystem driver. Automatically turning on find's -noleaf option. Earlier results may have failed to include directories that should have been searched.
find: /home/fedora/.gvfs: Permission denied
[fedora@localhost ~]$ file /usr/lib/xine /usr/include/xine /usr/share/xine
/usr/lib/xine: directory
/usr/include/xine: directory
/usr/share/xine: directory
does anyone know a reason why this isnt working.
i just tried adding the lines /usr/local/lib and /usr/lib to /etc/ld.so.conf running ldconfig and re-makeing xine-ui (didnt help).
i downloaded and extracted these tarballs from xinehq.de:
xine-lib-1.1.15
xine-ui-0.99.5
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.