Hello all,
I use RH9 and recently downloaded following files for Xine.
xine-lib-1.1.2.tar.bz2 xine-ui-0.99.4.tar
I made a directory and opened these files.
At command prompt both as root and as user I gave following commands. ./configure make make install.
After each of these commands the system does something as apparently the terminal shows the data being read, scrolling upwards. As per instructions on Xine site and other help file, it means I'm done with installation and I only need to type "xine" at prompt to start the program. Alas! I get the message no command found.
Whats being wrong here?
Frustrated, I got libxine1-1.1.3-061202.i686.rpm. It installed but no success with xine command. Reinstalling doesnt help as it says the rpm is already installed.
Then I give rpm -e filename command as root or user. Now it says there's no such package to uninstall. Whats happening?
Can anyone please give lucid step by step instructions to get Xine up and running?
TIA, Regards, AA
--------------------------------- Want to start your own business? Learn how on Yahoo! Small Business.
A A wrote:
After each of these commands the system does something as apparently the terminal shows the data being read, scrolling upwards. As per instructions on Xine site and other help file, it means I'm done with installation and I only need to type "xine" at prompt to start the program. Alas! I get the message no command found. Whats being wrong here?
Go through that gibberish that "scrolled upwards" and you'll find out why it didn't work. Probably a missing dependency.
Frustrated, I got libxine1-1.1.3-061202.i686.rpm. It installed but no success with xine command. Reinstalling doesnt help as it says the rpm is already installed.
You also need to install xine-0.99 rpm.
On Tuesday 05 December 2006 18:08, A A wrote:
Hello all,
I use RH9 and recently downloaded following files for Xine.
xine-lib-1.1.2.tar.bz2 xine-ui-0.99.4.tar
I made a directory and opened these files.
At command prompt both as root and as user I gave following commands. ./configure make make install.
After each of these commands the system does something as apparently the terminal shows the data being read, scrolling upwards. As per instructions on Xine site and other help file, it means I'm done with installation and I only need to type "xine" at prompt to start the program. Alas! I get the message no command found.
Whats being wrong here?
When you did ./configure. Did it show success? Something like "writing config file" or something similar to it? When you ran "make" did it exit with errors? What were the last few lines of the output? What was the output of make install? Its seems that while configuring or making the software the script is failing. If possible paste the output ( last few lines ) in your post of both ./configure and make.
On 12/5/06, Dinesh Joshi dinesh.a.joshi@gmail.com wrote:
On Tuesday 05 December 2006 18:08, A A wrote:
Hello all,
I use RH9 and recently downloaded following files for Xine.
xine-lib-1.1.2.tar.bz2 xine-ui-0.99.4.tar
I made a directory and opened these files.
At command prompt both as root and as user I gave following commands. ./configure make make install.
./configure echo $? make echo $? make install echo $?
Tell us where echo $? gives a non-zero value.
Regards, NMK.
On 12/5/06, Nadeem M. Khan nadeem.m.khan@gmail.com wrote:
On 12/5/06, Dinesh Joshi dinesh.a.joshi@gmail.com wrote:
On Tuesday 05 December 2006 18:08, A A wrote:
Hello all,
I use RH9 and recently downloaded following files for Xine.
xine-lib-1.1.2.tar.bz2 xine-ui-0.99.4.tar
I made a directory and opened these files.
At command prompt both as root and as user I gave following commands. ./configure make make install.
./configure echo $? make echo $? make install echo $?
Tell us where echo $? gives a non-zero value.
Regards, NMK.
hi first of all unzip both the files. now first of all go to xinelib folder & enter the command ./configure after successful completion of this command add the following line in ur /etc/ld.so.conf file---- > /usr/local/lib then run the command ldconfig for this command to run u must be root. then type make command . after that again execute the ldconfig command & the do make install which will install xine lib. once xine lib is done go for xine-ui. its simple & straight forward...