[openssl-dev] [PATCH] install issue on OpenVMS in 1.0.0 branch

Richard Levitte richard at levitte.org
Wed Jan 14 18:35:58 UTC 2015


Thanks.  I've applied the fix and made an extra test, it only needs
reviewing and pushed.

Cheers,
Richard

In message <001101d02fcd$f50a04a0$df1e0de0$@com> on Wed, 14 Jan 2015 08:44:41 +0100, "Zoltan Arpadffy" <zoli at polarhome.com> said:

zoli> Hi,
zoli> 
zoli> during installation of 1.0.0 branch on OpenVMS the following error appears.
zoli> 
zoli> %COPY-E-OPENIN, error opening IA64$DKA0:[WORK.OPENSSL-100-STABLE-SNAP-20150109.CRYPTO.SRP]SRP.H;
zoli> as input
zoli> -RMS-E-DNF, directory not found
zoli> -SYSTEM-W-NOSUCHFILE, no such file
zoli> 
zoli> The solution is to apply the following patch.
zoli> 
zoli> SYSTEM at ia64$ mc DKA0:[UTIL]gdiff.exe -p [.crypto]install-crypto.com;1 [.crypto]install-crypto.com;
zoli> 4
zoli> *** [.crypto]install-crypto.com;1        Wed Oct 15 11:00:38 2014
zoli> --- [.crypto]install-crypto.com;4        Mon Jan 12 11:24:39 2015
zoli> *************** $ sdirs := , -
zoli> *** 81,87 ****
zoli>      buffer, bio, stack, lhash, rand, err, -
zoli>      evp, asn1, pem, x509, x509v3, conf, txt_db, pkcs7, pkcs12, comp, ocsp, -
zoli>      ui, krb5, -
zoli> !    cms, pqueue, ts, jpake, srp, store, cmac
zoli>   $!
zoli>   $ exheader_ := crypto.h, opensslv.h, ebcdic.h, symhacks.h, ossl_typ.h
zoli>   $ exheader_'archd' := opensslconf.h
zoli> --- 81,87 ----
zoli>      buffer, bio, stack, lhash, rand, err, -
zoli>      evp, asn1, pem, x509, x509v3, conf, txt_db, pkcs7, pkcs12, comp, ocsp, -
zoli>      ui, krb5, -
zoli> !    cms, pqueue, ts, jpake, store
zoli>   $!
zoli>   $ exheader_ := crypto.h, opensslv.h, ebcdic.h, symhacks.h, ossl_typ.h
zoli>   $ exheader_'archd' := opensslconf.h
zoli> *************** $ exheader_cms := cms.h
zoli> *** 139,147 ****
zoli>   $ exheader_pqueue := pqueue.h
zoli>   $ exheader_ts := ts.h
zoli>   $ exheader_jpake := jpake.h
zoli> - $ exheader_srp := srp.h
zoli>   $ exheader_store := store.h
zoli> - $ exheader_cmac := cmac.h
zoli>   $ libs := ssl_libcrypto
zoli>   $!
zoli>   $ exe_dir := [-.'archd'.exe.crypto]
zoli> --- 139,145 ----
zoli> 
zoli> Thank you.
zoli> 
zoli> Regards,
zoli> Z


More information about the openssl-dev mailing list