Last active
September 3, 2017 18:48
-
-
Save csegura2011/f832a3f3c364cacd69b8c7e14e8c9627 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# mensaje de error al compilar dahdi | |
configure: *** dahdi-tools build successfully configured *** | |
make -C tools all | |
make[1]: Entering directory `/usr/src/dahdi-linux-complete-2.11.1+2.11.1/tools' | |
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/src/dahdi-linux-complete-2.11.1+2.11.1/tools/auxdir/missing aclocal-1.15 -I m4 | |
/usr/src/dahdi-linux-complete-2.11.1+2.11.1/tools/auxdir/missing: line 81: aclocal-1.15: command not found | |
WARNING: 'aclocal-1.15' is missing on your system. | |
You should only need it if you modified 'acinclude.m4' or | |
'configure.ac' or m4 files included by 'configure.ac'. | |
The 'aclocal' program is part of the GNU Automake package: | |
<http://www.gnu.org/software/automake> | |
It also requires GNU Autoconf, GNU m4 and Perl in order to run: | |
<http://www.gnu.org/software/autoconf> | |
<http://www.gnu.org/software/m4/> | |
<http://www.perl.org/> | |
make[1]: *** [aclocal.m4] Error 127 | |
make[1]: Leaving directory `/usr/src/dahdi-linux-complete-2.11.1+2.11.1/tools' | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment