<div dir="ltr"><div dir="ltr">This is the overarching issue:<br><a href="https://github.com/docker-library/python/issues/111">https://github.com/docker-library/python/issues/111</a><br><br>In short, libraries that rely on find_library to bind to libs failed to start as find_library returned nothing. In particular, a build of python and saltstack in a single container, and a few other packages when using the alpine base.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 11, 2019 at 5:18 AM Victor Stinner <<a href="mailto:vstinner@redhat.com">vstinner@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
Would you mind to elaborate "some issues trying to deploy in an alpine<br>
container"? What are you trying to do? What is the error message?<br>
<br>
Some more context:<br>
<br>
* <a href="https://github.com/python/cpython/pull/10460" rel="noreferrer" target="_blank">https://github.com/python/cpython/pull/10460</a> "bpo-21622: ctypes.util<br>
find_library walk LD_LIBRARY_PATH"<br>
* <a href="https://bugs.python.org/issue21622" rel="noreferrer" target="_blank">https://bugs.python.org/issue21622</a> reported in 2014: "ctypes.util<br>
incorrectly fails for libraries without DT_SONAME"<br>
<br>
Victor<br>
<br>
Le ven. 8 févr. 2019 à 17:27, Javier Castillo II<br>
<<a href="mailto:j.castillo.2nd@gmail.com" target="_blank">j.castillo.2nd@gmail.com</a>> a écrit :<br>
><br>
> Ran into some issues trying to deploy in an alpine container, where I wound up coming across the issue. I found a solution ( not sure if an ideal solution can exist ) that walks the paths in the environment variable LD_LIBRARY_PATH. This was submitted in github PR 10460, but not sure if there were any technical issues with this impacting its review.<br>
> _______________________________________________<br>
> Python-Dev mailing list<br>
> <a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/python-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
> Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/vstinner%40redhat.com" rel="noreferrer" target="_blank">https://mail.python.org/mailman/options/python-dev/vstinner%40redhat.com</a><br>
<br>
<br>
<br>
-- <br>
Night gathers, and now my watch begins. It shall not end until my death.<br>
</blockquote></div>