Attached is a silly patch to complete the /usr/bin/openssl train of
thought in the README.win32 directions. It fixes the following error
on the Cygwin compilation:

checking for authentication support... configure: error: Asked to use OpenSSL bu
t I couldn't find it

It wasn't even close to deserving a bug report, but I didn't know
where to send it, so here it is. Sorry.

John
--- README.win32        2005-11-21 18:40:20.000000000 -0700
+++ README.win32        2006-03-20 18:33:01.265625000 -0700
@@ -1095,10 +1095,10 @@
 
 ./configure \
        --with-mib-modules="host agentx disman/event-mib examples/example" \
-       --with-out-mib-modules=host/hr_network --with-libs="-lws2_32" \
+       --with-out-mib-modules="host/hr_network" --with-libs="-lws2_32" \
 
 If you want to use SNMPv3 auth and privacy features, add:
-       --with-openssl="/usr" \
+       --with-openssl="/usr/bin/openssl" \
 
 If you want to use IPv6 transports, add:
        --enable-ipv6 --with-transports="TCPIPv6 UDPIPv6"






Reply via email to