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.
Thanks,
Bryan

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, April 05, 2001 12:44 PM
To: [EMAIL PROTECTED]
Subject: Re: VAX Install problems



 Here is what HELP/MESSAGE has to say ...

 OUTSIMGP,  attempted store location 'address' is outside 'name'
            ('address' to 'address')
            in psect 'psect-name' module 'module-name' file 'file-
            name'

  Facility:     LINK, Linker Utility

  Explanation:  An attempt was made to store an address outside the
specified
                program segment. This is generally due to an attempt to
                initialize a shared COMMON of a shareable image when linking
                against the shareable image. This message is issued if the
                psect name is known.

  User Action:  Initialize the data at execution time.


 OR


 OUTSIMG,  attempted store location 'address' is outside 'name'
           ('address' to 'address')
           in module 'module-name' file 'file-name'

  Facility:     LINK, Linker Utility

  Explanation:  An attempt was made to store outside the specified program
                segment. This may be caused by an attempt to initialize a
                shared COMMON of a shareable image when linking against the
                shareable image.

  User Action:  Initialize the data either at execution time or when linking
                the shareable image containing the COMMON.


 Hope this helps,
 Kevin.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to