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.
我从站点下载了 syslog-ng OSE(版本 3.4.0alpha3)成功运行
./configure make make install
但我没有 /etc/syslog-ng.conf 也没有 /etc/init.d/syslog-ng
可能是什么原因?
环境是centos 6.3
/usr/local这会在您的配置下安装 syslog-ng ,/usr/local/etc/syslog-ng.conf请检查./configure --help选项。
/usr/local
/usr/local/etc/syslog-ng.conf
./configure --help
据我记得,源代码树中有初始化脚本示例,但不是自动安装的。