Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Oct 2005 11:35:08 -0700
From:      John Silva <jsilva@farm9.com>
To:        blaz@si.FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   BUG REPORT: FreeBSD Port: nagios-plugins-1.4.2,1
Message-ID:  <434D575C.9050806@farm9.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------080705080501000907070603
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

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@farm9.com <mailto:jsilva@farm9.com>/

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

*farm9.com, Inc.*

/Managed Information Security Solutions/

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

/Office: 510.835-3276/


--------------080705080501000907070603--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?434D575C.9050806>