Chris Hills <c...@chaz6.com> added the comment:

If I set LDFLAGS as with previous versions, it works as expected. I do not know 
if it is related, but I noticed that by default rpath does not get set for the 
files in DESTDIR/bin/* (e.g. python3.10 or pip3.10) hence the inclusion of 
/home/chaz/.local/local/python-${PYTHON_VERSION}/lib in the rpath.

LDFLAGS="-Wl,-rpath,'/home/chaz/.local/local/openssl3/lib64:/home/chaz/.local/local/sqlite3/lib:/home/chaz/.local/local/python-'${PYTHON_VERSION}'/lib'
 -Wl,--enable-new-dtags"

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43466>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to