Re: it's a shame... python error over error

Liste des GroupesRevenir à cl python 
Sujet : Re: it's a shame... python error over error
De : barry (at) *nospam* barrys-emacs.org (Barry)
Groupes : comp.lang.python
Date : 13. Dec 2024, 19:24:29
Autres entêtes
Message-ID : <mailman.0.1734115968.2912.python-list@python.org>
References : 1 2
User-Agent : iPad Mail (22C152)


On 13 Dec 2024, at 15:54, aotto1968 via Python-list <python-list@python.org> wrote:
 
HOME/ext/x86_64-suse-linux-gnu/debug/bin/python3: error while loading shared libraries: libpython3.12d.so.1.0: cannot open shared object file: No such file or directory

This is a debug build?

Try setting LD_LIBRARY_PATH to point at the folder that contains the .so.
Test with `ldd python3` which will show which .so libs python3 needs and if they are found.

This is what I see on Fedora 41 as an example of the output.

$ ldd /usr/bin/python3
        linux-vdso.so.1 (0x0000ffffb8515000)
        libpython3.13.so.1.0 => /lib64/libpython3.13.so.1.0 (0x0000ffffb7ea0000)
        libc.so.6 => /lib64/libc.so.6 (0x0000ffffb7cd0000)
        libm.so.6 => /lib64/libm.so.6 (0x0000ffffb7c20000)
        /lib/ld-linux-aarch64.so.1 (0x0000ffffb84d0000)

Barry



Date Sujet#  Auteur
13 Dec 24 * it's a shame... python error over error32aotto1968
13 Dec 24 +* Re: it's a shame... python error over error2aotto1968
13 Dec 24 i`- Re: it's a shame... python error over error1aotto1968
13 Dec 24 +* Re: it's a shame... python error over error3Barry
13 Dec 24 i`* Re: it's a shame... python error over error2aotto1968
14 Dec 24 i `- Re: it's a shame... python error over error1Michael Torrie
14 Dec 24 +* Re: it's a shame... python error over error4Peter J. Holzer
14 Dec 24 i`* Re: it's a shame... python error over error3aotto1968
14 Dec 24 i +- Re: it's a shame... python error over error1Chris Angelico
15 Dec 24 i `- Re: it's a shame... python error over error1Michael Torrie
14 Dec 24 +- Re: it's a shame... python error over error1Michael Torrie
16 Dec 24 +* Re: it's a shame... python error over error4aotto1968
16 Dec 24 i+- Re: it's a shame... python error over error1Peter J. Holzer
16 Dec 24 i+- Re: it's a shame... python error over error1Grant Edwards
18 Dec 24 i`- Re: it's a shame... python error over error1Michael Torrie
25 Dec 24 `* Re: it's a shame... python error over error17aotto1968
25 Dec 24  `* Re: it's a shame... python error over error16aotto1968
25 Dec 24   +* Re: it's a shame... python error over error7Chris Angelico
26 Dec 24   i`* Re: it's a shame... python error over error6aotto1968
30 Dec 24   i +- Re: it's a shame... python error over error1Chris Angelico
30 Dec 24   i `* Re: it's a shame... python error over error4Michael Torrie
3 Jan 25   i  `* Re: it's a shame... python error over error3aotto1968
3 Jan 25   i   +- Re: it's a shame... python error over error1Chris Angelico
4 Jan 25   i   `- Re: it's a shame... python error over error (Posting On Python-List Prohibited)1Lawrence D'Oliveiro
26 Dec 24   +* Re: it's a shame... python error over error3Michael Torrie
26 Dec 24   i+- Re: it's a shame... python error over error1aotto1968
26 Dec 24   i`- Re: it's a shame... python error over error1aotto1968
26 Dec 24   +- Re: it's a shame... python error over error1Michael Torrie
26 Dec 24   +* Re: it's a shame... python error over error2Chris Angelico
26 Dec 24   i`- Re: it's a shame... python error over error1aotto1968
26 Dec 24   `* Re: it's a shame... python error over error2Michael Torrie
27 Dec 24    `- Re: it's a shame... python error over error1aotto1968

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal