FREESWITCH installation error 2

Hello,
When install freeswitch on debian OS, i get error2 when run make, this is error detail:
make[4]: *** [Makefile:770: mod_spandsp_la-mod_spandsp_dsp.lo] Error 1
make[4]: Leaving directory ‘/usr/src/freeswitch/src/mod/applications/mod_spandsp’
make[3]: *** [Makefile:728: mod_spandsp-all] Error 1
make[3]: Leaving directory ‘/usr/src/freeswitch/src/mod’
make[2]: *** [Makefile:630: all-recursive] Error 1
make[2]: Leaving directory ‘/usr/src/freeswitch/src’
make[1]: *** [Makefile:3715: all-recursive] Error 1
make[1]: Leaving directory ‘/usr/src/freeswitch’
make: *** [Makefile:1437: all] Error 2
Please help me how to fix it. Thank all

1 Like

I tried reinstall libspandsp-dev, libtiff-dev but can’t resolve error

Did you download and install the freeswitch spandsp module first?

1: git clone https://github.com/freeswitch/spandsp.git spandsp
2: cd spandsp && ./bootstrap.sh -j && ./configure && make && make install

2 Likes

Also try apt-get build-dep freeswitch then try to compile again

2 Likes