Skip to content

Instantly share code, notes, and snippets.

@csegura2011
Last active September 3, 2017 18:57
Show Gist options
  • Save csegura2011/d33dee2fcd11aed60929598d2f088aec to your computer and use it in GitHub Desktop.
Save csegura2011/d33dee2fcd11aed60929598d2f088aec to your computer and use it in GitHub Desktop.
# 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