Re: Install Curl v7.60

2018-08-31 Thread Dennis Clarke via curl-library
On 08/31/2018 12:06 PM, Lianyuan Zheng - NOAA Federal wrote: Hi, Dennis, We have gcc on the system as well.  Do you mean that using gcc, instead of icc, is better?  In your email, you said to perform trivial configure and make, can you provide the command? By the way, I have installed zlib

Re: Install Curl v7.60

2018-08-31 Thread Lianyuan Zheng - NOAA Federal via curl-library
Hi, Dennis, We have gcc on the system as well. Do you mean that using gcc, instead of icc, is better? In your email, you said to perform trivial configure and make, can you provide the command? By the way, I have installed zlib on /home/libtest/lib and /home/libtest/lib is defined at

Re: Install Curl v7.60

2018-08-31 Thread Dennis Clarke via curl-library
On 08/31/2018 11:09 AM, Lianyuan Zheng - NOAA Federal via curl-library wrote: Dear Curl Developer, I tried to install the Curl v7.60.0 on out Linux Red Hat Enterprise Server release 7.5 (Maipo).  The Intel ifort and icc are installed in the machine.  Attached are the script that I downloaded

AW: Question to invokation behaviour of READFUNCTION for HTTP POST uploads

2018-08-31 Thread Syberichs Stefan (ETAS/ERS-CON) via curl-library
Hi Daniel, So what we try to do follows more or less the tutorial in https://curl.haxx.se/libcurl/c/libcurl-tutorial.html, chapter "HTTP POSTing" - We publish a boundary signature in the header before the payload transmission - the transmission should end when the boundary signature is found in