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 On Sun, Feb 12, 2017 at 5:46 PM, Tzafrir Cohen <tzafrir.cohen at xorcom.com> wrote:> On Sun, Feb 12, 2017 at 05:24:16PM +0100, Goke Aruna wrote: > > 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 > > Did it end successfully? > > > > > 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 > > > -- > Tzafrir Cohen > icq#16849755 jabber:tzafrir.cohen at xorcom.com > +972-50-7952406 mailto:tzafrir.cohen at xorcom.com > http://www.xorcom.com > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170212/8cf5b7ba/attachment.html>
On Sun, Feb 12, 2017 at 05:56:31PM +0100, Goke Aruna wrote:> 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.If you excplicitly configure --with-<somelib> and the configure script fails to find <somelib>, it fails. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com
Thanks Tzafrir, I have disabled the SRTP. Regards On Sun, Feb 12, 2017 at 6:08 PM, Tzafrir Cohen <tzafrir.cohen at xorcom.com> wrote:> On Sun, Feb 12, 2017 at 05:56:31PM +0100, Goke Aruna wrote: > > 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. > > If you excplicitly configure --with-<somelib> and the configure script > fails to find > <somelib>, it fails. > > -- > Tzafrir Cohen > icq#16849755 jabber:tzafrir.cohen at xorcom.com > +972-50-7952406 mailto:tzafrir.cohen at xorcom.com > http://www.xorcom.com > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170212/e25d6e0f/attachment.html>