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
{{ message }}
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
The same thing happens in the jenkins image that mesos builds, so presumably something is wrong with the libmesos bundle also things like apt-get don't work
FYI, you can workaround this by running unset LD_LIBRARY_PATH. If you are deriving from this image then use RUN unset LD_LIBRARY_PATH && curl -L -O <url>.
Setting
LD_LIBRARY_PATH
, is not able to use libraries from/usr/lib
because of whichcurl
is not working.Error: curl: /opt/mesosphere/libmesos-bundle/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by curl)
https://github.com/mesosphere/spark-build/blob/c7c418d4f2138e7a0862e5d25b8b7e8fa960e393/docker/Dockerfile#L59
The text was updated successfully, but these errors were encountered: