libcurl
curl - a tool for transferring data from or to a server
General Information
The curl library provides basic communication with other servers and clients and is usually part of the system. The HLRN system does not meet the requirements of some software and a separate curl-library is provided.
Read more on the vendor pages.
Version | Compiler | Build date | Installation Path | modulefile |
---|---|---|---|---|
8.2.0 | gcc-9 | 25-jul-2023 | /sw/libraries/curl/<version> | curl/gcc.9/8.2.0 |
intel-22 | 28.-jul-2023 | curl/intel.22/8.2.0 |
For some more information consult the man-page.
Usage at HLRN
Load the modulefile
$ module load curl
This provides access to the script curl-config that can be used to explore details of the library installation. Also the binary curl bcomes available. The environment variable LD_RUN_PATH is set to make linking with rpath easy.
Building curl
Installation includes
- download from github
- run make and make install - see run_configure in the installation path.