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.

Is IBMi build broken in 8.10.1

From: Andrew Kirillovs via curl-library <curl-library_at_lists.haxx.se>
Date: Wed, 23 Oct 2024 12:58:21 +0000

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

# Build curl
echo "Building LIBCURL"
chmod a+x *.sh
/usr/bin/sh makefile.sh > $CDIR/build.curl.log 2>&1


Am I missing something to get HNEGOTIATE module built?

With best regards
Andrew




Unless otherwise stated above:

IBM United Kingdom Limited
Registered in England and Wales with number 741598
Registered office: Building C, IBM Hursley Office, Hursley Park Road, Winchester, Hampshire SO21 2JN


-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html
Received on 2024-10-23