On 9 February 2011 13:06, Abraham Varricatt <[email protected]> wrote: > In a effort to debug this problem, I've been looking into the "configure" > script.
You might find it easier to look at the macros in 'configure.d' These are used to generate the full configure script, so don't include all the code needed to generate and process the various test scripts. You should be able to concentrate on what tests are being tried, rather than getting caught up in the details of exactly how they work. > From the way I understand it, it's not finding a crypto library > called "eay32" (or something similar). Close. There are a number of common libraries used to support security-related functions. These include 'libcrypto' and 'libeay32' (both part of openSSL - presumably different versions) > The exact string (in configure) being "ac_cv_lib_eay32_EVP_md5". This is part of the code to look for the routine 'EVP_md5' (which would normally be found in the crypto library) > One solution would be to somehow include this in, but I have no real idea > how the crypto libraries were bundled in the first place. I'm no expert in cross-compilation problems, but you might try using the --with-openssl configure flag to point to the location of the OpenSSL libraries (in the cross-compilation environment) > The other solution that comes to mind, is to somehow ask net-snmp > to use it's internal libraries (present in snmplib/openssl). > Does anyone know how I can force the configure script to use the internal > crypto libraries? Ummm... try --with-openssl or --with-openssl=internal (Not tested, but worth a try) Dave ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
