On Oct 23, 2024, at 9:58 AM, Andrew Kirillovs via curl-library 
<curl-library@lists.haxx.se> wrote:
> 
> Hello,
> 
> I just tried building curl 8.10.1 (the release tar ball) on IBMi (OS400: 
> V7R4) and it looks like build is failing for me. I am getting:
> 
> CZS0601:  Module HNEGOTIATE is not created because statement errors occurred.
> CZM0613:  The compilation failed.
> 
> My build script looks this:
> 
> # Get into the folder with AS400 build files
> cd curl/packages/OS400
>  # Generate overrides file
> echo "#!/bin/sh" > config400.override
> echo "setenv TARGETLIB  $AS400TEMP_MQML_LIB" >> config400.override
> echo "setenv SRVPGM     LIBCURL" >> config400.override
> echo "setenv TGTCCSID   '37'" >> config400.override
> echo "setenv DEBUG      '*SOURCE'" >> config400.override
> echo "setenv OPTIMIZE   '10'" >> config400.override
> echo "setenv TGTRLS     '*CURRENT'" >> config400.override
> echo "setenv IFSDIR     '$CURLOUT'" >> config400.override
> 

I'm wondering if this might be fallout from the removal of GSK.
A curl without TLS support isn't unfortunately terribly useful.

-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to