- 主题:Help!For YTHT, when using bbs to ./makedist
[bbs@localhost bbssrc]$ ./makedist.sh
cp: cannot create regular file `./config.sub': Permission denied
cp: cannot create regular file `./config.guess': Permission denied
cp: cannot create regular file `./install-sh': Permission denied
/usr/bin/autoconf: configure: No such file or directory
please, can somebody tell me how to deal with it?
actually there are 2 questions:
1st: the permission problem, is it the problem of the user "bbs"?
2nd: i do not have that "autoconf" dir in "/usr/bin", should i mkdir?
--
FROM 211.71.208.224
人家都告诉你了,没有权限去创建文件 ./config.sub 之类的。
【 在 新青年.bbs@ytht.net (suko) 的大作中提到: 】
: [bbs@localhost bbssrc]$ ./makedist.sh
: cp: cannot create regular file `./config.sub': Permission denied
: cp: cannot create regular file `./config.guess': Permission denied
: cp: cannot create regular file `./install-sh': Permission denied
: /usr/bin/autoconf: configure: No such file or directory
: please, can somebody tell me how to deal with it?
: actually there are 2 questions:
: 1st: the permission problem, is it the problem of the user "bbs"?
: ...................
--
FROM 218.194.254.33
注意bbssrc目录的属主
【 在 新青年 (suko) 的大作中提到: 】
: [bbs@localhost bbssrc]$ ./makedist.sh
: cp: cannot create regular file `./config.sub': Permission denied
: cp: cannot create regular file `./config.guess': Permission denied
: cp: cannot create regular file `./install-sh': Permission denied
: /usr/bin/autoconf: configure: No such file or directory
: please, can somebody tell me how to deal with it?
: actually there are 2 questions:
: 1st: the permission problem, is it the problem of the user "bbs"?
: ...................
--
FROM 202.113.12.220
请问应该怎么改设?
另外,autoconf已经存在,为什么还是说找不到,
而且,尝试ln另外一个autoconf还是失败……不允许:(
【 在 wekey 的大作中提到: 】
: 注意bbssrc目录的属主
: 【 在 新青年 (suko) 的大作中提到: 】
: : [bbs@localhost bbssrc]$ ./makedist.sh
: : cp: cannot create regular file `./config.sub': Permission denied
: : cp: cannot create regular file `./config.guess': Permission denied
: (以下引言省略...)
--
FROM 218.107.132.172
chown bbs.bbs -R
看一些linux的基本命令先
ln估计是也是权限问题,要用root权限
【 在 新青年 (suko) 的大作中提到: 】
: 请问应该怎么改设?
: 另外,autoconf已经存在,为什么还是说找不到,
: 而且,尝试ln另外一个autoconf还是失败……不允许:(
: 【 在 wekey 的大作中提到: 】
: : 注意bbssrc目录的属主
: : 【 在 新青年 (suko) 的大作中提到: 】
: : (以下引言省略...)
--
FROM 202.113.12.220
多谢!
:)
【 在 wekey 的大作中提到: 】
: chown bbs.bbs -R
: 看一些linux的基本命令先
: ln估计是也是权限问题,要用root权限
: 【 在 新青年 (suko) 的大作中提到: 】
: : 请问应该怎么改设?
: : 另外,autoconf已经存在,为什么还是说找不到,
: : 而且,尝试ln另外一个autoconf还是失败……不允许:
: (以下引言省略...)
--
FROM 218.107.132.150