You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason is that the library is called libcurl.so and needs to be linked as -lcurl not -llibcurl. However, the build system has no code to support the case in which the embedded library is not used. See the error below.
However, that is not a full solution, as that breaks the case with embedded libcurl. It would be nice to have davix support building against all external libraries rather than only the embedded ones. Thanks!
The text was updated successfully, but these errors were encountered:
The reason is that the library is called
libcurl.so
and needs to be linked as-lcurl
not-llibcurl
. However, the build system has no code to support the case in which the embedded library is not used. See the error below.For now, in order to package Davix, I am using the following patch:
However, that is not a full solution, as that breaks the case with embedded libcurl. It would be nice to have davix support building against all external libraries rather than only the embedded ones. Thanks!
The text was updated successfully, but these errors were encountered: