curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder Daniel himself.

Re: Is IBMi build broken in 8.10.1

From: Calvin Buckley via curl-library <curl-library_at_lists.haxx.se>
Date: Wed, 23 Oct 2024 10:39:42 -0300

On Oct 23, 2024, at 9:58 AM, Andrew Kirillovs via curl-library <curl-library_at_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
Received on 2024-10-23