curl_release_note_start.txt 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. From file: CURL_RELEASE_NOTE_START.TXT
  2. Note: These kits are produced by a hobbyist and are providing any support
  3. or any commitment to supply bug fixes or future releases. This code is
  4. as-is with no warrantees.
  5. The testing of this build of curl was minimal and involved building some of
  6. the sample and test programs, accessing a public HTTPS: website, doing a
  7. form post of some VMS test files, and FTP upload of some text files.
  8. Due to the way that PCSI identifies packages, if you install a package from
  9. one producer and then want to upgrade it from another producer, you will
  10. probably need to uninstall the previous package first.
  11. OpenVMS specific building and kitting instructions are after the standard
  12. curl readme file.
  13. This product may be available for your platform in a PCSI kit. The source kit
  14. contains files for building CURL using GNV or with a DCL procedure.
  15. The GNV based build creates a libcurl share imaged which is supplied in the
  16. PCSI kit.
  17. This version of CURL will return VMS compatible status codes when run from
  18. DCL and Unix compatible exit codes and messages when run with the SHELL
  19. environment variable set.
  20. This port of Curl uses the OpenSSL, Ldap, and Kerberos V5 that are bundled
  21. with OpenVMS or supplied as updates by HP. Ldap and Kerberos are not available
  22. on the VAX platform. See section below for a special note about HP OpenSSL
  23. on Alpha and IA64.
  24. The supplied CURL_STARTUP.COM procedure that is installed in
  25. [VMS$COMMON.SYS$STARTUP] can be put in your VMS startup procedure to install
  26. the GNV$LIBCURL shared image and create logical names GNV$LIBCURL to reference
  27. it. It will create the GNV$CURL_INCLUDE logical name for build procedures
  28. to access the header files.
  29. Normally to use curl from DCL, just create a foreign command as:
  30. curl :== $gnv$gnu:[usr.bin]gnv$curl.exe
  31. If you need to work around having the older HP SSL kit installed, then
  32. for DCL create this command procedure:
  33. $ create/dir gnv$gnu:[vms_bin]/prot=w:re
  34. $ create gnv$gnu:[vms_bin]curl.com
  35. $ curl := $gnv$gnu:[usr.bin]gnv$curl.exe
  36. $ define/user ssl$libcrypto_shr32 gnv$curl_ssl_libcryptoshr32
  37. $ curl "''p1'" "''p2'" "''p3'" "''p4'" "''p5'" "''p6'" "''p7'" "''p8'"
  38. ^Z
  39. Then you can use: curl :== @gnv$gnu:[vms_bin]curl.com to run curl.
  40. For the HP SSL work around to work for GNV do the following:
  41. $ create/dir gnv$gnu:[usr.local.bin]/prot=w:re
  42. $ create gnv$gnu:[usr.local.bin]curl.
  43. #! /bin/sh
  44. dcl @gnv\$gnu:[vms_bin]curl.com $*
  45. ^Z
  46. Similar work arounds will be needed for any program linked with GNV$LIBCURL
  47. until the HP OpenSSL is upgraded to the current 1.4 version or later.
  48. If you are installing a "daily" build instead of a release build of Curl, some
  49. things have been changed so that it can be installed at the same time as
  50. a production build with out conflicts.
  51. The CURL_DAILY_STARTUP.COM will be supplied instead of CURL_STARTUP.COM.
  52. This file is actually not used with the daily package and is provided as
  53. a preview of what the next CURL_STARTUP.COM will be for the next release.
  54. Do not run it.
  55. The files that are normally installed in [VMS$COMMON.GNV.usr], for the
  56. daily build are installed in [VMS$COMMON.GNV.beta] directory.
  57. To use the daily GNV$LIBCURL image, you will need to define the logical
  58. name GNV$LIBCURL to the image.