我是linux服务器上的新手。我的根目录中有mpgtx文件夹,如何安装它?
在自述文件中编写;
/配置&& make
当我输入这个时,我得到了拒绝许可的错误吗?
谢谢
编辑:
这里是我完成的步骤
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]#
发布于 2010-10-27 15:59:02
确保您正在工作的目录是可写的。您是否将包解压缩为root,并尝试将/make/make配置为用户?
上升一个级别,发出ls -l命令,该命令将列出在您正在工作的目录上拥有的权限。
https://serverfault.com/questions/195360
复制相似问题