I was hoping to use Pyinstaller with Python built on the musl libc library.
http://www.musl-libc.org/ I build with musl because it lets me build on a modern Linux but deploy on Linux up to ten years old and kernel 2.4. The first problem running pyinstaller is that it can't find the Python lib. Musl requires that I specify the library directory list in a file, not LD_LIBRARY_PATH. If I set $LD_LIBRARY_PATH then I can't run my python. This is not top priority. Just curious if there's an easy work around. John -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout.
