Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Cacti をインストールしました。poller.php を実行すると、次のエラーが表示されます。
sh: /rrdtool: No such file or directory
次のコードまで追跡しました。
$command = '/usr/bin/rrdtool' . " - "; $rrd_struc["fd"] = popen($command, "w");
ここで何が問題になる可能性がありますか?
誰かがこれに遭遇した場合は、safe_modeがオフになっているかどうかを確認してください。