Sujet : Re: it's a shame... python error over error
De : torriem (at) *nospam* gmail.com (Michael Torrie)
Groupes : comp.lang.pythonDate : 14. Dec 2024, 16:30:19
Autres entêtes
Message-ID : <mailman.3.1734190224.2912.python-list@python.org>
References : 1 2 3
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1
On 12/14/24 2:56 AM, Peter J. Holzer via Python-list wrote:
So it might be because it's in a different directory ("HOME/ext/..." is
a relative path. That will not work in a different directory. Also
"HOME" is a strange choice for a directory name. Did you mean $HOME?) or
because the acceptance tests set up their own environment.
I'd test the first idea first. Cd into
HOME/src/mono.git/acceptance-tests and try to invoke
HOME/ext/x86_64-suse-linux-gnu/debug/bin/python3 there.
Indeed something is not right with his ld.so search paths. The original
error report indicates the linker cannot even find the libpython so
file, so this cannot be a problem with Python since the linker hasn't
even found it. I don't see how he expects python to fix this
configuration issue magically for mono's build scripts.