[asterisk-bugs] [JIRA] (DAHTOOL-72) make config does not install init scripts
Mike Lees (JIRA)
noreply at issues.asterisk.org
Tue Feb 2 14:32:33 CST 2016
Mike Lees created DAHTOOL-72:
--------------------------------
Summary: make config does not install init scripts
Key: DAHTOOL-72
URL: https://issues.asterisk.org/jira/browse/DAHTOOL-72
Project: DAHDI-Tools
Issue Type: Bug
Security Level: None
Affects Versions: 2.10.0
Environment: Ubuntu Server 14.04.3 LTS
Reporter: Mike Lees
Assignee: Wendell Thompson
Severity: Minor
*Note:* this relates version *2.11.0* but it isn't available as an affects version.
{noformat}
# tar xvzf ~/asterisk-complete/asterisk/dahdi-linux-complete-current.tar.gz
# cd dahdi-linux-complete-2.11.0+2.11.0
# export LIBS=-lm
# make
[...]
# make install
[...]
###################################################
###
### DAHDI tools installed successfully.
### If you have not done so before, install init scripts with:
###
### make config
###
###################################################
[...]
# make config
[...]
# ls /etc/init.d/dahdi
ls: cannot access /etc/init.d/dahdi: No such file or directory
{noformat}
Workaround:
{noformat}
# cd tools
# make install-config
[...]
Adding system startup for /etc/init.d/dahdi ...
[...]
{noformat}
This was not a problem with 2.10.2
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list