-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libcurl 8.10.1 searches for libssl.so.3 outside the env #145
Comments
The reason is a host dependency while I would need a build likly as ./configure --with-openssl=<your_conda_path>/envs/<your_env_name> |
Do you want to try to send a PR to fix that? |
I currently try to build that locally, I share what I get from that. |
You have some other dependency that uses the system |
Hmm, how can I find that one. The installation is based on Miniforge3 and I use mamba for the installation of these packages and have only a conda-forge channel. The local package was builded by conda build to reduce the dependencies. |
|
For example:
There are many places like:
In my opinion when it should be separated from the host it should not know about /etc/ld.so.cache, or? I have to check with a certificate |
Solution to issue cannot be found in the documentation.
Issue
For some reason it does not lookup libssl.so.3 in the environment but on a system path
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: