Can't Install Xine Player THe newest one
This is a discussion about Can't Install Xine Player THe newest one in the Everything Linux category; 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.
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
thanks
S2001LTD
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Jul 30
Jul 31
0
2 minutes
Responses to this topic
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!
$ 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!
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.
OP
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
thanks
S2001LTD
open a terminal and type:
xine
and press enter.
xine
and press enter.
OP
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
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
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
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 linuxOpen 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.
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 linuxOpen 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.
You can try typing in whereis xine. What distro are you using?