I am trying to install an application on a device running embedded linux. the device runs on an 8xx ppc cpu, so I have to cross compile openssl and the application to get it to run on this device. The application will compile if it uses the source for openssl-0.9.7b but not if it uses the source for openssl-0.9.7d.
I get the following errors. cfagent.o: In function `Initialize': /var/dist/acslinux-2.2.0.3/cfengine-2.1.12/src/cfagent.c:295: undefined reference to `OPENSSL_add_all_algorithms_noconf' /var/dist/acslinux-2.2.0.3/cfengine-2.1.12/src/cfagent.c:295: relocation truncated to fit: R_PPC_REL24 OPENSSL_add_all_algorithms_noconf If I were to compile the application using openssl-0.9.7b and run it on the device that is using 0.9.7d is there backwards compatibility to allow the application to run? Does anyone have any suggestions on how I could get this to work? Thanks, Brian Seppanen [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]