After installing various packages, here is what I did:

TDIR=/usr/src
cd $TDIR
PJOPTIONS="--prefix=/usr --enable-shared --disable-sound
--disable-resample --disable-video --disable-opencore-amr"
git clone https://github.com/asterisk/pjproject pjproject
cd pjproject/
./configure ${PJOPTIONS}
make dep
make
make install
ldconfig
cd /usr/src
wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-12.4.0.tar.gz
tar zxf asterisk-12.4.0.tar.gz
cd asterisk-12.4.0
./configure | grep -i PJPROJECT
....
checking for PJPROJECT... no

A shot with make menuselect shows PJSIP is not available for Asterisk.

How can I help Asterisk's configure script to find PJPROJECT files
(such as /usr/lib/libpjmedia.so) ?

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to