how to install mpgtx from source code
Posted
by
Ahmet vardar
on Server Fault
See other posts from Server Fault
or by Ahmet vardar
Published on 2010-10-27T15:17:39Z
Indexed on
2011/06/22
16:23 UTC
Read the original article
Hit count: 362
vps
|linux-server
i am new on linux server. i have mpgtx folder in my root, how can i install it ?
in readme file it is written;
./configure && make
when i type this i get permission denied error ?
thanks
EDIT:
Here the steps i done
root@server [/]# cd /mpgtx
root@server [/mpgtx]# ./configure
-bash: ./configure: Permission denied
root@server [/mpgtx]# make
-----------------------------------------------------------------------------
Hello !
I'm afraid I'm a dummy Makefile.
My goal in life is to politely ask you to run the configure script to actual-
ly generate a real Makefile.
Would you be kind enough to type "./configure --help" to see the options that
will suit your needs ? Please note that typing "./configure" without option
will generate a Makefile that will suit most people needs.
I wish you a good day. Please don't drive to fast.
-----------------------------------------------------------------------------
root@server [/mpgtx]# ./configure
-bash: ./configure: Permission denied
root@server [/mpgtx]#
© Server Fault or respective owner