当前位置: 技术问答>linux和unix
安装出现Nothing to be done for '...'是不是没安装上?
来源: 互联网 发布时间:2016-07-24
本文导语: [root@localhost memcachedb-1.2.0]# make install Making install in doc make[1]: Entering directory `/root/memcachedb-1.2.0/doc' make[2]: Entering directory `/root/memcachedb-1.2.0/doc' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done...
[root@localhost memcachedb-1.2.0]# make install
Making install in doc
make[1]: Entering directory `/root/memcachedb-1.2.0/doc'
make[2]: Entering directory `/root/memcachedb-1.2.0/doc'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/memcachedb-1.2.0/doc'
make[1]: Leaving directory `/root/memcachedb-1.2.0/doc'
Making install in tools
make[1]: Entering directory `/root/memcachedb-1.2.0/tools'
make[2]: Entering directory `/root/memcachedb-1.2.0/tools'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/memcachedb-1.2.0/tools'
make[1]: Leaving directory `/root/memcachedb-1.2.0/tools'
Making install in conf
make[1]: Entering directory `/root/memcachedb-1.2.0/conf'
make[2]: Entering directory `/root/memcachedb-1.2.0/conf'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/memcachedb-1.2.0/conf'
make[1]: Leaving directory `/root/memcachedb-1.2.0/conf'
make[1]: Entering directory `/root/memcachedb-1.2.0'
make[2]: Entering directory `/root/memcachedb-1.2.0'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/usr/bin/install -c 'memcachedb' '/usr/local/bin/memcachedb'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/memcachedb-1.2.0'
make[1]: Leaving directory `/root/memcachedb-1.2.0'
这是怎么回事?
Making install in doc
make[1]: Entering directory `/root/memcachedb-1.2.0/doc'
make[2]: Entering directory `/root/memcachedb-1.2.0/doc'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/memcachedb-1.2.0/doc'
make[1]: Leaving directory `/root/memcachedb-1.2.0/doc'
Making install in tools
make[1]: Entering directory `/root/memcachedb-1.2.0/tools'
make[2]: Entering directory `/root/memcachedb-1.2.0/tools'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/memcachedb-1.2.0/tools'
make[1]: Leaving directory `/root/memcachedb-1.2.0/tools'
Making install in conf
make[1]: Entering directory `/root/memcachedb-1.2.0/conf'
make[2]: Entering directory `/root/memcachedb-1.2.0/conf'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/memcachedb-1.2.0/conf'
make[1]: Leaving directory `/root/memcachedb-1.2.0/conf'
make[1]: Entering directory `/root/memcachedb-1.2.0'
make[2]: Entering directory `/root/memcachedb-1.2.0'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/usr/bin/install -c 'memcachedb' '/usr/local/bin/memcachedb'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/memcachedb-1.2.0'
make[1]: Leaving directory `/root/memcachedb-1.2.0'
这是怎么回事?
|
正常吧,说明没有什么可以安装的,不过一般都在make install前加sudo来获得管理员权限的
|
看看权限