Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › cURL Version?
I’m working on a problem error with our FTPs. I’m looking to find out what version of cURL cloverleaf is using in CL5.8 (AIX 6.0) versions so I can read up on it. Thanks, Mary. 🙂
You could do a ‘hcitclcurl’ and then a ‘package require TclCurl’. It will show you the version.
5.5_orbis:/cldata/scripts> hcitcl hcitcl>package require TclCurl 0.15.1 hcitcl>
In my case it would be 0.15.1 (CL5.5). I did the same on CL5.6 and CL5.7 which have version 7.16.2.
Zuyderland Medisch Centrum; Heerlen/Sittard; The Netherlands
after the packae require you can get more like
curl::version
=> TclCurl Version 7.19.0 (libcurl/7.19.3 OpenSSL/0.9.8e zlib/1.2.3 libssh2/1.0)