I've got 5.3 installed on FC5. When I run "net-snmp-config --base-cflags", the output string contains "-lcrypto", which causes an annoying compiler warning when I compile with the resulting cflags string.
Has this been fixed, or will it be? [EMAIL PROTECTED] ~]$ cat /etc/redhat-release Fedora Core release 5 (Bordeaux) [EMAIL PROTECTED] ~]$ rpm -qa | grep net-snmp net-snmp-libs-5.3-4.2 net-snmp-5.3-4.2 net-snmp-perl-5.3-4.2 net-snmp-devel-5.3-4.2 net-snmp-utils-5.3-4.2 [EMAIL PROTECTED] ~]$ net-snmp-config --base-cflags -DINET6 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -lcrypto -Dlinux -I/usr/include/rpm -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE -I/usr/include/net-snmp -- Mark Atwood When you do things right, people won't be sure [EMAIL PROTECTED] you've done anything at all. http://mark.atwood.name/ http://fallenpegasus.livejournal.com/ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
