[asterisk-bugs] [JIRA] (ASTERISK-27595) [patch] BuildSystem: Invoke ldconfig with previous paths.
Alexander Traud (JIRA)
noreply at issues.asterisk.org
Wed Jan 17 08:11:49 CST 2018
Alexander Traud created ASTERISK-27595:
------------------------------------------
Summary: [patch] BuildSystem: Invoke ldconfig with previous paths.
Key: ASTERISK-27595
URL: https://issues.asterisk.org/jira/browse/ASTERISK-27595
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Core/BuildSystem
Affects Versions: 15.2.0, 13.19.0
Environment: OpenBSD 6.2
Reporter: Alexander Traud
Severity: Critical
When you go for{code}gmake uninstall{code}the Makefile calls {{ldconfig}} without any parameter like a directory. On OpenBSD, only the default directory is scanned: /usr/lib. {{ldconfig}} does not scan /usr/local/lib. Therefore, the user is not able to run {{gmake}} anymore after an uninstall. To escape this situation, the user has to exit the shell, reboot the computer, or do{code}ldconfig /usr/local/lib{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list