Compatible Support Forums: Can't Install Xine Player THe newest one

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Can't Install Xine Player THe newest one

#1 User is offline   S2001LTD 

  • stranger
  • Group: Members
  • Posts: 11
  • Joined: 22-July 04

Posted 30 July 2004 - 08:53 AM

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
0

#2 User is offline   OldSpiceAP 

  • member
  • Group: Members
  • Posts: 134
  • Joined: 27-July 04

Posted 30 July 2004 - 02:20 PM

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!
0

#3 User is offline   Dapper Dan 

  • Pooh-Bah
  • Group: Moderators
  • Posts: 1703
  • Joined: 27-September 03

Posted 30 July 2004 - 02:34 PM

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
0

#4 User is offline   S2001LTD 

  • stranger
  • Group: Members
  • Posts: 11
  • Joined: 22-July 04

Posted 30 July 2004 - 10:05 PM

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
0

#5 User is offline   Dapper Dan 

  • Pooh-Bah
  • Group: Moderators
  • Posts: 1703
  • Joined: 27-September 03

Posted 30 July 2004 - 11:39 PM

open a terminal and type:

xine

and press enter.
0

#6 User is offline   S2001LTD 

  • stranger
  • Group: Members
  • Posts: 11
  • Joined: 22-July 04

Posted 31 July 2004 - 02:14 AM

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
0

#7 User is offline   martouf 

  • enthusiast
  • Group: Members
  • Posts: 338
  • Joined: 09-July 04

Posted 31 July 2004 - 02:30 AM

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


0

#8 User is offline   Dapper Dan 

  • Pooh-Bah
  • Group: Moderators
  • Posts: 1703
  • Joined: 27-September 03

Posted 31 July 2004 - 07:19 AM

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.
0

#9 User is offline   egorgry 

  • enthusiast
  • Group: Members
  • Posts: 315
  • Joined: 30-August 03

Posted 31 July 2004 - 05:12 PM

You can try typing in whereis xine. What distro are you using?
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users