or higher -> or greater 6 vms

This commit is contained in:
Viktor Szakats 2026-05-26 18:43:02 +02:00
parent 13af664848
commit f60248956a
No known key found for this signature in database
5 changed files with 9 additions and 9 deletions

View file

@ -134,7 +134,7 @@ $ write pdsc " end if;"
$!
$write pdsc " software VMSPORTS ''base' ZLIB ;"
$write pdsc -
" if (not <software VMSPORTS ''base' ZLIB v1.2-8 or higher>) ;"
" if (not <software VMSPORTS ''base' ZLIB v1.2-8 or greater>) ;"
$write pdsc " error NEED_ZLIB;"
$write pdsc " end if;"
$!

View file

@ -176,11 +176,11 @@ $ code = f$extract(0, 1, arch_type)
$!
$ write ptxt "1 NEED_VMS''vmstag'"
$ write ptxt -
"=prompt OpenVMS ''vernum' or higher is not installed on your system."
$ write ptxt "This product requires OpenVMS ''vernum' or higher to function."
"=prompt OpenVMS ''vernum' or greater is not installed on your system."
$ write ptxt "This product requires OpenVMS ''vernum' or greater to function."
$ write ptxt "1 NEED_ZLIB"
$ write ptxt "=prompt ZLIB 1.2-8 or higher is not installed on your system."
$ write ptxt "This product requires ZLIB 1.2-8 or higher to function."
$ write ptxt "=prompt ZLIB 1.2-8 or greater is not installed on your system."
$ write ptxt "This product requires ZLIB 1.2-8 or greater to function."
$ write ptxt "1 SOURCE"
$ write ptxt "=prompt Source modules for ''product'"
$ write ptxt "The Source modules for ''product' will be installed."

View file

@ -59,7 +59,7 @@ For the HP SSL work around to work for GNV do the following:
^Z
Similar workarounds will be needed for any program linked with GNV$LIBCURL
until the HP OpenSSL is upgraded to the current 1.4 version or higher.
until the HP OpenSSL is upgraded to the current 1.4 version or greater.
If you are installing a "daily" build instead of a release build of curl, some
things have been changed so that it can be installed at the same time as

View file

@ -260,7 +260,7 @@ the shared images from the HP OpenSSL product that is kitted with that
version or a compatible later version.
For Alpha and IA64 platforms, see the URL below to register to get the
download URL. The kit will be HP 1.4-467 or higher.
download URL. The kit will be HP 1.4-467 or greater.
https://h41379.www4.hpe.com/openvms/products/ssl/ssl.html
For VAX, use the same registration, but remove the kit name from any of the

View file

@ -19,8 +19,8 @@ curl_gnv_build_steps.txt and other useful information.
Prerequisites:
OpenVMS v7.0 or higher (any platform)
DECC v6.5 or higher
OpenVMS v7.0 or greater (any platform)
DECC v6.5 or greater
OpenSSL or HP SSL, if you want SSL support
What is Here: