日期:2014-05-16  浏览次数:20539 次

invalid user 'bin' ???????
"./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!!

------解决方案--------------------
用户名错误,
-o, --owner=OWNER
set ownership (super-user only)

------解决方案--------------------
程序安装的时候要把属性设成bin,但系统中没有bin用户。
按道理应该默认有的,不过现在没有的话就添加一个bin用户试试
------解决方案--------------------
useradd没有?!
改写/etc/passwd和/etc/group把