On Mon, Oct 02, 2006 at 08:07:07PM -0700, Guy Harris wrote:
>
> On Oct 2, 2006, at 6:28 PM, stan wrote:
>
> > OK, I figured out how to specify the net-snmp part, but the SSL
> > thing is still an issue:
> >
> > checking for net-snmp/library/default_store.h... yes
> > configure: error: Net-SNMP requires openssl but ssl not enabled
> >
> > Here's how I ran configure:
> >
> > ./configure --enable-ssl --with-net-snmp=/usr/local/bin/net-snmp-
> > config
>
> It's "--with-ssl", not "--enable-ssl".
>
> Try that *without" --with-net-snmp=/usr/local/bin/net-snmp-config - if
> NetSNMP requires OpenSSL's crypto routines, the configure script won't
> build with it without "--with-ssl".
Indeed that does work.
--
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)