Summary: | DAHTOOL-00072: make config does not install init scripts | ||
Reporter: | Mike Lees (whizzkid) | Labels: | |
Date Opened: | 2016-02-02 14:30:50.000-0600 | Date Closed: | 2017-06-26 08:57:59 |
Priority: | Minor | Regression? | |
Status: | Closed/Complete | Components: | |
Versions: | 2.10.0 | Frequency of Occurrence | Constant |
Related Issues: | |||
Environment: | Ubuntu Server 14.04.3 LTS | Attachments: | |
Description: | *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 | ||
Comments: | By: Johan Wilfer (johan) 2016-09-05 06:16:59.068-0500 Same thing with 2.11.1, with debian 8 (jessie). But the workaround works fine. By: Tzafrir Cohen (tzafrir) 2017-06-26 08:57:59.505-0500 Duplicate of DAHTOOL-73. |