Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make install may not call ldconfig on GNU/Linux when using --enable-shared #79412

Open
pmp-p mannequin opened this issue Nov 13, 2018 · 1 comment
Open

make install may not call ldconfig on GNU/Linux when using --enable-shared #79412

pmp-p mannequin opened this issue Nov 13, 2018 · 1 comment
Labels
3.7 (EOL) end of life topic-installation type-bug An unexpected behavior, bug, or error

Comments

@pmp-p
Copy link
Mannequin

pmp-p mannequin commented Nov 13, 2018

BPO 35231
Nosy @pmp-p

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = None
created_at = <Date 2018-11-13.13:56:20.471>
labels = ['3.7', 'type-bug', 'expert-installation']
title = 'make install may not call ldconfig on GNU/Linux when using --enable-shared'
updated_at = <Date 2018-11-13.14:10:26.129>
user = 'https://github.com/pmp-p'

bugs.python.org fields:

activity = <Date 2018-11-13.14:10:26.129>
actor = 'pmpp'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Installation']
creation = <Date 2018-11-13.13:56:20.471>
creator = 'pmpp'
dependencies = []
files = []
hgrepos = []
issue_num = 35231
keywords = []
message_count = 1.0
messages = ['329840']
nosy_count = 1.0
nosy_names = ['pmpp']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue35231'
versions = ['Python 3.7']

@pmp-p
Copy link
Mannequin Author

pmp-p mannequin commented Nov 13, 2018

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.

@pmp-p pmp-p mannequin added 3.7 (EOL) end of life topic-installation type-bug An unexpected behavior, bug, or error labels Nov 13, 2018
@pmp-p pmp-p mannequin changed the title make install may not call ldconfig on posix make install may not call ldconfig on GNU/Linux Nov 13, 2018
@pmp-p pmp-p mannequin changed the title make install may not call ldconfig on GNU/Linux make install may not call ldconfig on GNU/Linux when using --enable-shared Nov 13, 2018
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.7 (EOL) end of life topic-installation type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

0 participants