Last active
September 3, 2017 18:57
-
-
Save csegura2011/d33dee2fcd11aed60929598d2f088aec 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
# Repairing DAHDI compilation error | |
yum install -y autoconf automake m4 perl | |
cd /usr/src/dahdi-linux-complete-x.x.x+x.x.x/tools | |
autoreconf -f -i | |
# Starting compile process again ... and voila | |
make all | |
make install | |
make config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment