BUG REPORT: FreeBSD Port: nagios-plugins-1.4.2,1

John Silva jsilva at farm9.com
Wed Oct 12 11:35:22 PDT 2005


Hi, I'd like to report three bugs in the nagios-plugins-1.4.2,1 port-

First, there is a dependency problem in the precompiled package.  The 
package is compiled with support for libintl.so.6 provided by gettext, 
but the port has no such dependency so the compiled binaries fail when 
installed on a clean system.

Second, the perl scripts installed in /usr/local/libexec/nagios from the 
precompiled package contain the following line:

    use lib "nagios" ;

Unfortunately, they don't work as the scripts are unable to find 
utils.pm.  Changing the line to the following allows the scripts to find 
utils.pm.  It seems there needs to be some port makefile modification to 
substitute the correct library path.

    use lib "/usr/local/libexec/nagios" ;

Third, there is a pkg-plist problem.  
/usr/local/libexec/nagios/check_ldaps is a symlink to 'check_ldap' which 
is not installed.
 
If you would like diffs against the current port, please let me know and 
I'll develop a set.

Thanks!

-- 

 

/*John P. Silva*/

/CCIE #5445/

/(925) 786-5445/
/jsilva at farm9.com <mailto:jsilva at farm9.com>/

------------------------------------------------------------------------

*farm9.com, Inc.*

/Managed Information Security Solutions/

/6425 Christie Avenue Suite 315, Emeryville, CA  94608/

/Office: 510.835-3276/



More information about the freebsd-ports mailing list