This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: make install may not call ldconfig on GNU/Linux when using --enable-shared
Type: behavior Stage:
Components: Installation Versions: Python 3.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: pmpp
Priority: normal Keywords:

Created on 2018-11-13 13:56 by pmpp, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg329840 - (view) Author: pmp-p (pmpp) * Date: 2018-11-13 13:56
observed on ubuntu trusty x64 with release 3.7.1

at least when switching from "m" abi to "dm" abi sometimes libpython is not resolved in /usr/local/lib so maybe add "ldconfig" as a preventive mesure.
History
Date User Action Args
2022-04-11 14:59:08adminsetgithub: 79412
2018-11-13 14:10:26pmppsettitle: make install may not call ldconfig on GNU/Linux -> make install may not call ldconfig on GNU/Linux when using --enable-shared
2018-11-13 14:02:40pmppsettitle: make install may not call ldconfig on posix -> make install may not call ldconfig on GNU/Linux
2018-11-13 13:56:20pmppcreate