当前位置: 技术问答>linux和unix
invalid user 'bin' ???????
来源: 互联网 发布时间:2016-02-01
本文导语: "./configure " and "make" is all OK but when I run "make install" it report: /usr/bin/install -c -m 555 -o bin -g bin ns /usr/local/bin /usr/bin/install: invalid user 'bin' make: *** [install-ns] Error 1 Would you give me some suggestions?? Thank ...
"./configure " and "make" is all OK
but when I run "make install"
it report:
/usr/bin/install -c -m 555 -o bin -g bin ns /usr/local/bin
/usr/bin/install: invalid user 'bin'
make: *** [install-ns] Error 1
Would you give me some suggestions?? Thank you!!
but when I run "make install"
it report:
/usr/bin/install -c -m 555 -o bin -g bin ns /usr/local/bin
/usr/bin/install: invalid user 'bin'
make: *** [install-ns] Error 1
Would you give me some suggestions?? Thank you!!
|
useradd没有?!
改写/etc/passwd和/etc/group把
改写/etc/passwd和/etc/group把
|
用户名错误,
-o, --owner=OWNER
set ownership (super-user only)
-o, --owner=OWNER
set ownership (super-user only)
|
程序安装的时候要把属性设成bin,但系统中没有bin用户。
按道理应该默认有的,不过现在没有的话就添加一个bin用户试试
按道理应该默认有的,不过现在没有的话就添加一个bin用户试试