码迷,mamicode.com
首页 > 其他好文 > 详细

关于 'start-stop-daemon' not found in PATH or not executable

时间:2020-03-29 23:52:32      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:download   weixin   evel   app   执行   stop   axis   pps   环境变量   

  有段时间没有登上ubuntu了,再次登上系统安装软件时,出现可如下的情况:

技术图片

  如图提示:start-stop-daemon 不在环境变量中,或不能执行;

  根据文章中的方法进行尝试,但是,问题任然没有结果。可能是start-stop-daemon没有安装(可能是之前文件误删导致)。于是有对守护进程“start-stop-daemon”进行安装。问题得到解决。

  安装"start-stop-daemon"

cd /tmp  
wget http://developer.axis.com/download/distribution/apps-sys-utils-start-stop-daemon-IR1_9_18-2.tar.gz  
tar zxf apps-sys-utils-start-stop-daemon-IR1_9_18-2.tar.gz  
cd apps/sys-utils/start-stop-daemon-IR1_9_18-2/  
gcc start-stop-daemon.c -o start-stop-daemon  
cp start-stop-daemon /usr/local/bin/start-stop-daemon 

   参考:https://blog.csdn.net/weixin_33701617/article/details/88694701

     https://blog.csdn.net/weixin_33858336/article/details/91886882

关于 'start-stop-daemon' not found in PATH or not executable

标签:download   weixin   evel   app   执行   stop   axis   pps   环境变量   

原文地址:https://www.cnblogs.com/der1128/p/12595972.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!