LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 10-02-2002, 11:24 AM   #1
GtkUser
Member
 
Registered: Sep 2002
Location: Canada
Distribution: Redhat 9.0
Posts: 637

Rep: Reputation: 30
Xine v0.9.13


I'm new to Linux. I'm running Mandrake 9.0. I was able to copy the 2 macromedia flash files in /usr/lib/mozilla-1.1/plugins and now flash works in Galeon, however Xine is too advanced. I want to be able to play DVD movies. Can anyone who has Xine configured to play DVD's give me some direction? I also don't know if I should be installing files as root or as a user.

In order to install source files this is what I know:
1)copy the files to /usr/local/src
2)unzip the files: tar xvf filename.tar.gz
3)./configure
4)make
5)install make

Does this look in any way accurate? I have an idea what files I need to download but if anyone has actually done it, I could use some information.
 
Old 10-02-2002, 11:36 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
hehe, right big test of faith... we've been seeing eye to eye very well so far, so how about you trust me and use mplayer instead? it's sooo much better (apart from dvd menu navigation which is a big gimmick anyway) http://mplayerhq.hu

your instructinos are fine except...

5) make install

but if your'e not that keen on all that you can get rpms at http://fr2.rpmfind.net just search for mplayer or xine
 
Old 10-02-2002, 11:39 AM   #3
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
and you ALWAYS install files as root, unless you're just a little user on some big companies server.
 
Old 10-02-2002, 11:48 AM   #4
bsdjunkie
Member
 
Registered: Sep 2002
Distribution: slack
Posts: 39

Rep: Reputation: 15
Quote:
and you ALWAYS install files as root, unless you're just a little user on some big companies server.
I would have to totally disagree with this statement.
NEVER use root unless absolutely necsessary.. Dont log in as root, dont surf web as root, and dont install as root unless its needed. Then you should use sudo or su - and immediately surrender your privs.
 
Old 10-02-2002, 12:09 PM   #5
GtkUser
Member
 
Registered: Sep 2002
Location: Canada
Distribution: Redhat 9.0
Posts: 637

Original Poster
Rep: Reputation: 30
What is the command to install an rmp?

rpm -i fielname.rpm
???
 
Old 10-02-2002, 12:17 PM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
obviously doing anythign as root that isn't vital is bad, but it should be essential to install stuff as root, unless it's something really petty, everything other than the "make install" should be done as a normal user though.
 
Old 10-02-2002, 12:17 PM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
rpm -ivh file.rpm it's all in the man page for rpm.
 
Old 10-02-2002, 12:19 PM   #8
GtkUser
Member
 
Registered: Sep 2002
Location: Canada
Distribution: Redhat 9.0
Posts: 637

Original Poster
Rep: Reputation: 30
And what is the best way to unzip a file.tar.gz?

tar xvf filename.tar.gz

??
I'm writing this stuff down!
 
Old 10-02-2002, 12:20 PM   #9
GtkUser
Member
 
Registered: Sep 2002
Location: Canada
Distribution: Redhat 9.0
Posts: 637

Original Poster
Rep: Reputation: 30
The man pages do not provide clear instructions.
 
Old 10-02-2002, 12:27 PM   #10
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
these questions have been asked so many dozens of times, for more inforamtion, use the search feature, or try one of the links on my signature. they really are described well in the manpages
Quote:
-x, --extract, --get
extract files from an archive

-f, --file [HOSTNAME:]F
use archive file or device F (default /dev/rmt0)

-z, --gzip, --ungzip
filter the archive through gzip

-v, --verbose
verbosely list files processed
 
Old 10-02-2002, 12:28 PM   #11
GtkUser
Member
 
Registered: Sep 2002
Location: Canada
Distribution: Redhat 9.0
Posts: 637

Original Poster
Rep: Reputation: 30
Maybe it's:

tar vxz filename.tar.gz
 
Old 10-02-2002, 12:29 PM   #12
GtkUser
Member
 
Registered: Sep 2002
Location: Canada
Distribution: Redhat 9.0
Posts: 637

Original Poster
Rep: Reputation: 30
Oh, I missed the letter f, thanks.
 
Old 10-02-2002, 12:34 PM   #13
GtkUser
Member
 
Registered: Sep 2002
Location: Canada
Distribution: Redhat 9.0
Posts: 637

Original Poster
Rep: Reputation: 30
That worked, but no environmental variables are set for Xine. Somehow that doesn't surprise me. They sure don't make this easy.
 
Old 10-02-2002, 12:52 PM   #14
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
what variables would they be?

mplayer is still much much better....
 
Old 10-02-2002, 01:20 PM   #15
GtkUser
Member
 
Registered: Sep 2002
Location: Canada
Distribution: Redhat 9.0
Posts: 637

Original Poster
Rep: Reputation: 30
Okay, say I try mplayer. It's a filename.tar.bz2 file.

Can I open that with:

tar -xfvz filename.tar.bz2

Than I just do a:
./configure
make
make install

? Is that what you did when you installed it?
 
  


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
xine - how can xine embed firefox to play media b:z Linux - Software 11 07-23-2005 07:14 PM
xine-ui can't find xine-config on suse 9.2 rickbot Linux - Software 3 04-06-2005 08:28 PM
Strange Xine problem - Xine running fine only in Xnest xgreen Slackware 3 01-24-2005 09:00 AM
xine.de is under construction - how to install - xine-lib-1-rc3a.tar.gz sanjaya Linux - Software 1 02-13-2004 08:36 PM
can xine play .mov? is there a xine plug-in for firebird feetyouwell Linux - Software 3 01-12-2004 03:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:25 AM.

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