Jump to content
Compatible Support Forums
Sign in to follow this  
S2001LTD

Can't Install Xine Player THe newest one

Recommended Posts

I have untar the file and configure it and made the makefile when it is copying it keeps of say that i do not have enogh perssion. I am only loading it on my own person computer. what am i doing wrong plz help. ;( ;( ;(

 

thanks

S2001LTD

Share this post


Link to post

Compiling software often requires root access. Type

$ su

 

and log in as root. Then try

$ sh configure

$ make

$ make install

 

or whatever the compile commands are for Xine player. IF you aren't logged in as root its probabily looking for access to libraries or source codes that aren't avaliable as anyone but the root user.

 

Good luck!

Share this post


Link to post

S2001LTD I can't remember which distro you are using. If it's RPM based, you need to install Xine with an RPM to make your life with Linux much more enjoyable. smile

Share this post


Link to post

I logged on as root and loaded it but where is it located? I can't find it from what i see it looks that it load right and everything but i can not find the program so can someone tell me where to look for it? x) x) x) ;( ;( ;(

 

thanks

S2001LTD

Share this post


Link to post

it say that it can not find it i know i installed it right what do i do not sorry i need a lot of help newbie in linux

Share this post


Link to post

oldspiceap: actually, the unpacking and compilation of a tarball is best done

as a regular user. root privileges should be needed only at install time.

 

for instance:

(as regular user)

$ ftp tarballhost.org

$ tar xzvf tarball.gz

$ cd tarballdir

$ ./configure

$ make

$ make -n install

(rinse and repeat if you're not happy with the results or the

destination for the install or the included program options)

.

.

(now that you're happy with it all)

$ su

Password: seekret

# make install

# exit

$ tarballname

 

 

Share this post


Link to post

Originally posted by S2001LTD:

Quote:
it say that it can not find it i know i installed it right what do i do not sorry i need a lot of help newbie in linux

Open a terminal and become root:

 

su [enter]

Enter password [enter]

 

Then:

 

urpmi xine [enter]

 

Tell me what it says when you do that. If it installs xine, then doing what I wrote in my last post should open it up.

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×