Hi,

I am compiling a code on freebsd 4.2 system but i am getting this problem

bash-2.04$ gcc -I /usr/local/include -L /usr/local/lib -lnetsnmp -lcrypto 
trap.c
/usr/local/lib/libnetsnmp.so: undefined reference to `EVP_DigestFinal_ex'
/usr/local/lib/libnetsnmp.so: undefined reference to `AES_set_encrypt_key'
/usr/local/lib/libnetsnmp.so: undefined reference to `EVP_MD_CTX_cleanup'
/usr/local/lib/libnetsnmp.so: undefined reference to `EVP_MD_CTX_init'
/usr/local/lib/libnetsnmp.so: undefined reference to `DES_cbc_encrypt'
/usr/local/lib/libnetsnmp.so: undefined reference to `DES_ncbc_encrypt'
/usr/local/lib/libnetsnmp.so: undefined reference to `DES_key_sched'
/usr/local/lib/libnetsnmp.so: undefined reference to `AES_cfb128_encrypt'

while compiling on freebsd 6.0, it does not give any error. anyone faced this 
error before pls help.

Thanks
Sharad

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to