问题描述
系统信息:
uname -m = sun4us
uname -r = 5.9
uname -s = SunOS
uname -v = Generic_122300-39
OpenSSL 0.9.8 05 Jul 2005
/usr/bin/uname -p = sparc
/usr/bin/uname -p = sparc
我尝试了两种ssl用法选择,但仍然失败.
I have tried two choices of ssl usage but still it is failed.
./configure -with-ssl=/usr/sfw/ -with-ssl-lib=/usr/sfw/lib/
我也尝试过
./configure --with-ssl=/usr/local/ssl/bin/openssl --with-ssl-lib=/usr/local/ssl/lib
我运行make命令时遇到以下问题
when I ran make command got the following issue
gcc -o check_icmp check_icmp.o -L/usr/local/lib:/usr/local/ssl/lib -L/tmp/.ptmp/nagios-plugins-1.4.3/plugins-root -lnsl -lresolv ../intl/libintl.a /usr/local/lib/libiconv.so -lgen -lsocket -lssl -lcrypto -R/usr/local/lib -R/usr/local/lib -R/usr/local/ssl/lib
make: Fatal error: Don't know how to make target `pst3'
Current working directory /tmp/.ptmp/nagios-plugins-1.4.3/plugins-root
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /tmp/.ptmp/nagios-plugins-1.4.3
*** Error code 1
make: Fatal error: Command failed for target `all'
有关此错误的任何建议?谢谢你.
any suggestions on this error? Thanks in advanced.
推荐答案
我本人通过研究各种nagios邮件链找到了解决方案.大多数时候,在nagios-plugins的每日快照中找到此修复程序.我已按版本选择了next,在这里我通过下载nagios-plugin1.4.9对其进行了修复.下一版本1.5支持64个问题.
I myself found the solution by researching on the various nagios mail chains. Most of the time the fix was found with in the daily snapshots of nagios-plugins. I have selected next near by versions, here I fixed it by downloading nagios-plugin1.4.9. The next version 1.5 is supporting 64 that is giving issue.
这篇关于Nagios插件1.4.3编译在Solaris 9上失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!