Denis Siprun
01/22/2024, 10:52 AMktor-client
app for linuxArm64, building on Windows.
To use curl-engine I should provide curl lib binaries targeted to linuxArm64. For that I am using VM with cross-compile env and was able to successfully build openssl and curl libs. But then when I am trying to build ktor-client gradle reporting about a lot of errors, will paste error log below. Now I am curious, maybe I am using wrong versions of openssl or curl library and ktor depending on some specific verson? Any recomendations?p-schneider
01/22/2024, 12:00 PMlinkDebugExecutableLinuxX64
etc.) within WSL (Ubuntu on Windows -> sudo apt install libcurl4-openssl-dev
) when using ktor-client-curl in linuxX64.
ARM64 is currently not supported, as you can see in the ticket history the arm64 target has recently been reactivated but then they realized it still doesn't work so the ticket was reopened last week.
https://github.com/ktorio/ktor/pull/3881
https://youtrack.jetbrains.com/issue/KTOR-6173/Support-ktor-client-curl-for-linuxArm64Denis Siprun
01/22/2024, 2:23 PM