Ishan09811

Results 13 comments of Ishan09811

This issue is also coming with opensslconf.h and brotli

@bagder Actually I am building curl to use with an android project and you can see my full building script ```Android-build: runs-on: ubuntu-latest steps: - name: Git Checkout uses: actions/checkout@v4...

actually after many tries the zstd problem not solved so I tried to build without zstd but now the same error is causing with opensslconf.h and the libcurl is added...

> Then you have not installed the correct dependencies. You need to install -dev packages that include all the necessary includes etc. > > We build with these dependencies all...

@bagder actually this same error is causing with zstd when zstd is enabled

> Then decide what build you want to debug, stick to that. Tell us your configure line, your installed deps and show us your config.log from the failed build. But...

I already tried by installing libssl-dev but didn't work

@bagder I also saw that the libssl.so is located in /lib/x86_64-linux-gnu/libssl.so and the includes are located at /usr/include/openssl/ and you can also see my cmakeLists.txt for more information ```cmake_minimum_required(VERSION 3.10.2)...

> Without answers and logs, we cannot assist you further. Can you tell me where the logs will be generated so I can upload it as a artifact and provide...

> Can you make sure version code never goes backwards between commits? Some devices will prevent install of apks with versions older than the installed one with a "A newer...