Compiling Asterisk-14.3.0-rc2
hi all,
can someone help? I have CentOS 6.8 trying to install asterisk 14.3.0-rc2
on it with options as stated below –
./configure –with-crypto –with-ssl –with-srtp=/usr/local/lib
–with-jansson=/ –with-pjproject-bundled
when I tried to run “make menuselect”. i get the error below.
Makefile:109: makeopts: No such file or directory
****
**** The configure script must be executed before running ‘make’.
**** Please run “./configure”.
****
make: *** [makeopts] Error 1
kindly guide on this.
Regards
4 thoughts on - Compiling Asterisk-14.3.0-rc2
Did it end successfully?
Thanks. The configure run successfully.
but I got the warning below..
checking for the ability of -lsrtp to be linked in a shared object… no configure: WARNING: ***
configure: WARNING: *** libsrtp could not be linked as a shared object. configure: WARNING: *** Try compiling libsrtp manually. Configure libsrtp configure: WARNING: *** with ./configure CFLAGS=-fPIC –prefix=/usr configure: WARNING: *** replacing /usr with the prefix of your choice. configure: WARNING: *** After re-installing libsrtp configure: WARNING: *** configure script. configure: WARNING: ***
configure: WARNING: *** If you do not need SRTP support re-run configure configure: WARNING: *** with the –without-srtp option.
i hope i am not too far away.
Regards
If you excplicitly configure –with- and the configure script fails to find
, it fails.
Thanks Tzafrir, I have disabled the SRTP. Regards