Re: [asterisk-users] Can't comile bundled PJSIP on CentOS 7

2017-01-12 Thread Olivier
I removed my /usr/src/asterisk-13.13.1 directory and rebuilt from scratch: everything worked OK. There must be a reason why previous attempts failed with libsrtp but my knowledge of make and Asterisk building is too limited to allow me to constructive findings (which is very frustrating and rebuil

Re: [asterisk-users] Can't comile bundled PJSIP on CentOS 7

2017-01-10 Thread George Joseph
On Mon, Jan 9, 2017 at 5:15 PM, Olivier wrote: > Hello, > > I'm setting up an Asterisk 13.13.1 cluster on two CentOS boxes. > > I followed this: > cd /usr/src > wget ... asterisk-13.13.1.tar.gz > tar zxf asterisk-13.13.1.tar.gz > cd asterisk-13.13.1 > ASTERISK_CONFIGURE="--libdir=/usr/lib64 --pr

Re: [asterisk-users] Can't comile bundled PJSIP on CentOS 7

2017-01-10 Thread A J Stiles
* THIS IS NOT WHERE YOUR REPLY BELONGS * On Tuesday 10 Jan 2017, Olivier wrote: > Historically, I didn't use "install_prereq" but I also used it yesterday. > > As make fails with "[LD] libasteriskpj.o -> libasteriskpj.so.2" which is > the first of its "kind", I still wonder > if issue c

Re: [asterisk-users] Can't comile bundled PJSIP on CentOS 7

2017-01-10 Thread Anton Teyhrib
is there libsrtp.so.* in /usr/lib64 ? did ./configure script show that libsrtp is present? 2017-01-10 14:58 GMT+05:00 Olivier : > Historically, I didn't use "install_prereq" but I also used it yesterday. > > As make fails with "[LD] libasteriskpj.o -> libasteriskpj.so.2" which is > the first of i

Re: [asterisk-users] Can't comile bundled PJSIP on CentOS 7

2017-01-10 Thread Olivier
Historically, I didn't use "install_prereq" but I also used it yesterday. As make fails with "[LD] libasteriskpj.o -> libasteriskpj.so.2" which is the first of its "kind", I still wonder if issue comes from libsrtp somehow, or from a missing option in ./configure (such as --prefix). 2017-01-10 10

Re: [asterisk-users] Can't comile bundled PJSIP on CentOS 7

2017-01-10 Thread Olivier
2017-01-10 5:30 GMT+01:00 Anton Teyhrib : > Maybe libsrtp package is missing on your machine? > libsrtp-devel was installed and I could check it was installed with menuselect (Resources Modules/res_srtp) > 10 янв. 2017 г. 5:16 AM пользователь "Olivier" > написал: > >> Hello, >> >> I'm sett

Re: [asterisk-users] Can't comile bundled PJSIP on CentOS 7

2017-01-10 Thread A J Stiles
On Tuesday 10 Jan 2017, Olivier wrote: > Hello, > > I'm setting up an Asterisk 13.13.1 cluster on two CentOS boxes. > > I followed this: > cd /usr/src > wget ... asterisk-13.13.1.tar.gz > tar zxf asterisk-13.13.1.tar.gz > cd asterisk-13.13.1 > ASTERISK_CONFIGURE="--libdir=/usr/lib64 --prefix=/us

Re: [asterisk-users] Can't comile bundled PJSIP on CentOS 7

2017-01-09 Thread Anton Teyhrib
Maybe libsrtp package is missing on your machine? 10 янв. 2017 г. 5:16 AM пользователь "Olivier" написал: > Hello, > > I'm setting up an Asterisk 13.13.1 cluster on two CentOS boxes. > > I followed this: > cd /usr/src > wget ... asterisk-13.13.1.tar.gz > tar zxf asterisk-13.13.1.tar.gz > cd ast

[asterisk-users] Can't comile bundled PJSIP on CentOS 7

2017-01-09 Thread Olivier
Hello, I'm setting up an Asterisk 13.13.1 cluster on two CentOS boxes. I followed this: cd /usr/src wget ... asterisk-13.13.1.tar.gz tar zxf asterisk-13.13.1.tar.gz cd asterisk-13.13.1 ASTERISK_CONFIGURE="--libdir=/usr/lib64 --prefix=/usr" ./configure ${ASTERISK_CONFIGURE} --with-pjproject-bund