ceema
ceema copied to clipboard
libcurl during build missing
During make
I get the following error:
make[2]: *** No rule to make target '<parentdir>/ceema/3rdparty/curl/lib/libcurl.so', needed by 'libceema.so.0.0.1'. Stop.
make[1]: *** [CMakeFiles/Makefile2:118: src/CMakeFiles/ceema.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
I have installed: sudo dnf install libcurl-devel libcurl
I am confused why make needs something from /3rdparty/curl
since this directory or submodule does not exist in the repository.
What do I need to make this libcurl.so
available?
Sorry to create an issue even though I expect that I need to change something, not ceema. I don't see another way of asking for support.
Btw: to get to this point, the following installations were necessary on Fedora 37:
sudo dnf install openssl-devel libsodium-devel curlpp-devel mbedtls-devel