I'm compiling openssl with "Configure purify"
and I get the following "unresolved" errors:
des_options
/u0/common/sec/openssl-0.9.6l/apps/speed_pure_p9_c0_111202132_32.o
des_crypt /u0/common/sec/openssl-0.9.6l/apps/passwd_pure_p9_c0_111202132_32.o OpenSSL_add_all_algorithms /u0/common/sec/openssl-0.9.6l/apps/openssl_pure_p9_c0_111202132_32.o PKCS12_pack_safebag /u0/common/sec/openssl-0.9.6l/apps/pkcs12_pure_p9_c0_111202132_32.o PKCS12_decrypt_d2i /u0/common/sec/openssl-0.9.6l/apps/pkcs12_pure_p9_c0_111202132_32.o des_ncbc_encrypt /u0/common/sec/openssl-0.9.6l/apps/speed_pure_p9_c0_111202132_32.o des_ede3_cbc_encrypt /u0/common/sec/openssl-0.9.6l/apps/speed_pure_p9_c0_111202132_32.o des_set_key_unchecked /u0/common/sec/openssl-0.9.6l/apps/speed_pure_p9_c0_111202132_32.o This are linkage errors building the apps
binaries in apps directory. Althought libcrypto and libssl libraries are
created, when I use this libraries in my application I get very similar
errors.
My enviroment is:
Library OpenSSL
0.9.6l
System Sparc Solaris 9
Compiler gcc 2.95.3
make
gmake
Purify 2003.06.00
When I try "Configure purify" in Solaris7
with purify-5.3, everything goes OK. If I compile without "purify" option in
Solaris9 libraries and programs are generated correctly.
Do you know what happens? I know this seems a
problem with my enviroment or Purify, but I have tested everything and don't
know what is happening here.
Thanks
|