首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >如何从源代码安装mpgtx

如何从源代码安装mpgtx
EN

Server Fault用户
提问于 2010-10-27 15:17:39
回答 1查看 45关注 0票数 0

我是linux服务器上的新手。我的根目录中有mpgtx文件夹,如何安装它?

在自述文件中编写;

/配置&& make

当我输入这个时,我得到了拒绝许可的错误吗?

谢谢

编辑:

这里是我完成的步骤

代码语言:javascript
运行
复制
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]#
EN

回答 1

Server Fault用户

发布于 2010-10-27 15:59:02

确保您正在工作的目录是可写的。您是否将包解压缩为root,并尝试将/make/make配置为用户?

上升一个级别,发出ls -l命令,该命令将列出在您正在工作的目录上拥有的权限。

票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/195360

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档