[issue38987] 3.8.0 on GNU/Linux fails to find shared library
New submission from Kevin Buchs : I just downloaded Python 3.8.0 and built (from source) on Ubuntu 18.04. I used these options to configure: ./configure --enable-shared --enable-ipv6 --enable-optimizations The shared library gets installed into /usr/local/lib: find / -type f -name libpython3.8.so.1.0 /usr/local/src/Python-3.8.0/libpython3.8.so.1.0 /usr/local/lib/libpython3.8.so.1.0 /usr/local/lib is defined as a path to search for shared libraries: # /etc/ld.so.conf loads all /etc/ld.so.conf.d/*.conf grep /usr/local /etc/ld.so.conf.d/*.conf /etc/ld.so.conf.d/i386-linux-gnu.conf:/usr/local/lib/i386-linux-gnu /etc/ld.so.conf.d/i386-linux-gnu.conf:/usr/local/lib/i686-linux-gnu /etc/ld.so.conf.d/libc.conf:/usr/local/lib /etc/ld.so.conf.d/x86_64-linux-gnu.conf:/usr/local/lib/x86_64-linux-gnu But, the python executable is unable to find it: /usr/local/bin/python3.8 /usr/local/bin/python3.8: error while loading shared libraries: libpython3.8.so.1.0: cannot open shared object file: No such file or directory -- components: Installation messages: 357924 nosy: buchs priority: normal severity: normal status: open title: 3.8.0 on GNU/Linux fails to find shared library type: crash versions: Python 3.8 ___ Python tracker <https://bugs.python.org/issue38987> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue38987] 3.8.0 on GNU/Linux fails to find shared library
Kevin Buchs added the comment: No, I didn’t. But I had made no changes, so it should not have needed changing. On Sun, Dec 8, 2019 at 4:59 PM Christian Heimes wrote: > > Christian Heimes added the comment: > > Did you update the ld.so cache with ldconfig? > > -- > nosy: +christian.heimes > > ___ > Python tracker > <https://bugs.python.org/issue38987> > ___ > -- ___ Python tracker <https://bugs.python.org/issue38987> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue30474] Crash on OS X EXC_BAD_ACCESS (SIGSEGV)
New submission from Kevin Buchs: I have been getting periodic crashes from a long running python job on Mac OS X. There is nothing indicative of a crash from standard output or error. I'm not sure if the OS X crash records actually find your way back to you, but I am explicitly including mine here. I will try to attach my code after submission of this entry. I run this in the background on OS X, with stdout and stderr redirected to the same file. -- components: Interpreter Core, macOS files: python-crash.txt messages: 294476 nosy: buchs, ned.deily, ronaldoussoren priority: normal severity: normal status: open title: Crash on OS X EXC_BAD_ACCESS (SIGSEGV) type: crash versions: Python 2.7 Added file: http://bugs.python.org/file46900/python-crash.txt ___ Python tracker <http://bugs.python.org/issue30474> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue30474] Crash on OS X EXC_BAD_ACCESS (SIGSEGV)
Changes by Kevin Buchs : Added file: http://bugs.python.org/file46901/Kafka-Poll.py ___ Python tracker <http://bugs.python.org/issue30474> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com