Compile Dahdi 3.1.0 On CentOS 8

Home » Asterisk Users » Compile Dahdi 3.1.0 On CentOS 8
Asterisk Users 1 Comment

I am getting this error on CentOS 8

CC dahdi-linux-complete-3.1.0+3.1.0/linux/drivers/dahdi/xpp/xpp.mod.o
LD [M] dahdi-linux-complete-3.1.0+3.1.0/linux/drivers/dahdi/xpp/xpp.ko
CC
dahdi-linux-complete-3.1.0+3.1.0/linux/drivers/dahdi/xpp/xpp_usb.mod.o
LD [M]
dahdi-linux-complete-3.1.0+3.1.0/linux/drivers/dahdi/xpp/xpp_usb.ko make[2]: Leaving directory ‘/usr/src/kernels/4.18.0-147.8.1.el8_1.x86_64’
make[1]: Leaving directory ‘dahdi-linux-complete-3.1.0+3.1.0/linux’
(cd tools && autoreconf -i && [ -f config.status ] || ./configure
–with-dahdi=../linux)
configure.ac:82: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1
configure: error: cannot find install-sh, install.sh, or shtool in auxdir
“.”/auxdir make: *** [Makefile:10: all] Error 1

I do tar -xf on dahdi-linux-complete-3.1.0+3.1.0
cd dahdi-linux-complete-3.1.0+3.1.0
make

and get the above errors. I always compiled before. I did an update on CentOS 8 this morning and was recompiling. Thoughts?

Jerry

One thought on - Compile Dahdi 3.1.0 On CentOS 8

  • Seems libtool got blown away. I reinstalled that – then reinstall dahdi and all ok.

    jerry