Re: [Nagios-users] nrpe 2.12 doesn't build in OpenBSD

2009-01-26 Thread Brian A. Seklecki
Also, lets focus on getting local Ports patches fed back upstream. Speaking of which, I've been meaning to harass the NetBSD/Pkgsrc maintainer about pkgsrc Makefile hooks for permitting toggling external command args with $PKG_OPTIONS OpenBSD local patches: http://www.openbsd.org/cgi-bin/cvsweb/

Re: [Nagios-users] nrpe 2.12 doesn't build in OpenBSD

2009-01-26 Thread C. Bensend
> When trying to build nrpe configure fails because it cannot find the > ssl libraries. This is preposterous. > > The error in ./configure is that is looks for a file called libssl.so > in $dir, when what it really should test is that gcc test.c -L$dir -lssl > works. While it should indeed build,

[Nagios-users] nrpe 2.12 doesn't build in OpenBSD

2009-01-26 Thread Florian Hars
When trying to build nrpe configure fails because it cannot find the ssl libraries. This is preposterous. The error in ./configure is that is looks for a file called libssl.so in $dir, when what it really should test is that gcc test.c -L$dir -lssl works. - Florian.