Hello,
I'm trying to install OpenSSL 0.9.6d on a VAX OpenVMS V7.1
using DEC C V6.2 and the build command file is in a loop trying
to build the PKCS7 Applications. I searched the archives
and found that Bryan of the New Mexico Military Instutite
had exactly the same problem with 0.9.6a-beta3:
%LINK-E-OUTSIMG, attempted store location %X00050BB8 is
outside image binary (%X 00000000 to %X00000000)
in psect MD5_VERSION module MD5_DGST file
SYS$LOCAL:[OPENSSL-0_9_6D.VAX.EXE.CRYPTO]LIBCRYPTO.OLB;1
%LINK-E-NOIMGFIL, image file not created
The tread is visable at
http://marc.theaimsgroup.com/?l=openssl-users&m=98648739015943&w=2
However, he never got an answer. His solution was to comment
out the version line:
"Thanks. I don't really understand what that means though. I
couldn't find any COMMON sections of the MD5_DGST.C code, so I
commented out the following line from the [.CRYPTO.MD5]MD5_DGST.C:
const char *MD5_version="MD5" OPENSSL_VERSION_PTEXT;
And now it compiles and tests OK. Is this OK to do? I noticed
many other programs had similar lines, but only this one is
tripping me up. Any more ideas? I appreciate all input and help."
- Bryan 2001-04-06 22:28:58
I didn't have any problems building 0.9.4 a few years ago.
I also get a compile warning when building Crypto library:
#pragma member_alignment __restore
........^
%CC-W-ALIGNPOP, This "restore" has underflowed the member alignment's stack.
No corresponding "save" was found.
At line number 265 in OPCDEF.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 394 in
SYS$LOCAL:[OPENSSL-0_9_6D.CRYPTO.BIO]BSS_LOG.C;1.
%LIBRAR-W-COMCOD, compilation warnings in module BSS_LOG file
SYS$LOCAL:[OPENSSL-0_9_6D.VAX.OBJ.CRYPTO]BSS_LOG.OBJ;1
Byran doesn't mention having this problem and the log file
he posted doesn't show this warning either.
Perhaps Richard Levitte might have some ideas?
Thanks,
Vance Haemmerle
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]