Date: Fri, 11 Feb 2011 12:17:16 -0800 From: Adam Bernstein <adam@electricembers.net> To: jarrod@downtools.com.au Cc: ports@FreeBSD.org Subject: FreeBSD Port: nrpe-2.12_3 Message-ID: <4D55994C.2010108@electricembers.net>
next in thread | raw e-mail | index | archive | help
Howdy. I hope this is the right place to send a port bug report, but my apologies if not and I'll appreciate any redirection. It looks to me like the nrpe2 port is partly ignoring the WITH_OPENSSL_PORT=yes directive in /etc/make.conf. It does look in the right place during the dependencies check: ===> nrpe-2.12_3 depends on file: /usr/local/lib/libcrypto.so.7 - found and during the configure stage it also looks in the right place for the header files: checking for SSL headers... SSL headers found in /usr/local but it does *not* look in the right place for the library file: checking for SSL libraries... SSL libraries found in /usr/lib I found I was able to force it to the right place by specifying the make variable: CONFIGURE_ARGS="--with-ssl-lib=/usr/local/lib" but I think the need to do that indicates a bug in the portification, yes? system: -FreeBSD 8.1 -nrpe-2.12_3 port -openssl-1.0.0_4 port installed Thanks much! adam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D55994C.2010108>