gccが入っていなければインストールしておく。 yum install -y gcc start-stop-daemonをCentOSで使うに従ってインストール。 cd /usr/local/src 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 mv start-stop-daemon /usr/local/sbin