From: Avner F. <av...@op...> - 2024-06-03 18:51:29
|
Hi, I am trying to build net-snmp with AES192/AES256 support to PowerPC machine - it is old but I have to make it work (it already works for me with AES 128) I am using eldk4.2 (I don't want to upgrade because it is newer libc, and will need to build everything in my system) I have openssl 0.9.8b in my toolchain, and I set the --with-openssl option, I even tried with newer openssl version 1.1.1 But nothing help - I get in the configure: "checking for authentication support... configure: error: Asked to use OpenSSL but I couldn't find it." I am just trying to understand what I miss because with a newer eldk (5.6) - I do have success (but as I mentioned, I need to stay with the old eldk) The configure file looks like that: ./configure --enable-blumenthal-aes --host=ppc-linux --with-endianness=big --enable-ipv6 --enable-privacy --enable-des --enable-internal-md5 --without-rpm --with-openssl=/opt/eldk/ppc_6xx/usr --enable-mini-agent --with-default-snmp-version=2 --enable-shared --with-cflags="-O2 -fsigned-char" --with-sys-location=Unknown --with-logfile=/var/log/snmpd.log --with-persistent-directory=/var/net-snmp --with-out-mib-modules=examples/ucdDemoPublic --sysconfdir=/etc --with-pic --disable-embedded-perl --with-perl-modules=no --with-sys-contact=root@localhost --with-mib-modules=agentx --disable-manuals --disable-scripts --disable-mibs --disable-mib-loading --disable-deprecated --with-out-mib-modules="mibII mibII/snmp_mib mibII/system_mib mibII/sysORTable mibII/vacm_vars" How can I make it work? (The openssl so file does exist) Thanks Avner Flesch |