Re: [asterisk-users] trying to build 1.8.6.0 on CentOS 6, problems with ptlib

2011-09-07 Thread David Backeberg
On Tue, Sep 6, 2011 at 10:36 PM, Leif Madsen leif.mad...@asteriskdocs.org wrote: However you could select/deselect modules using menuselect if you wanted to automate the process. It's documented over here: http://ofps.oreilly.com/titles/9780596517342/asterisk-Install.html#Installing_id293439

Re: [asterisk-users] trying to build 1.8.6.0 on CentOS 6, problems with ptlib

2011-09-07 Thread Tzafrir Cohen
On Wed, Sep 07, 2011 at 10:02:02AM -0400, David Backeberg wrote: On Tue, Sep 6, 2011 at 10:36 PM, Leif Madsen leif.mad...@asteriskdocs.org wrote: However you could select/deselect modules using menuselect if you wanted to automate the process. It's documented over here:

[asterisk-users] trying to build 1.8.6.0 on CentOS 6, problems with ptlib

2011-09-06 Thread David Backeberg
I'm having annoying errors trying to get configure working. tar xvzf /usr/local/src/asterisk-1.8.6.0.tar.gz cd asterisk-1.8.6.0 ./configure I get complaints related to pwlib / ptlib... checking for openr2_chan_new in -lopenr2... no checking /root/pwlib/include/ptlib.h usability... no checking

Re: [asterisk-users] trying to build 1.8.6.0 on CentOS 6, problems with ptlib

2011-09-06 Thread Kevin P. Fleming
On 09/06/2011 03:08 PM, David Backeberg wrote: There seems to also be a problem with CentOS 6 in general that I have not found a package that actually provides /usr/bin/ptlib-config. I copied that binary over from a CentOS 5 install to see if I could get my original error to clear. Here's THAT

Re: [asterisk-users] trying to build 1.8.6.0 on CentOS 6, problems with ptlib

2011-09-06 Thread Danny Nicholas
First, have you tried ./configure --help? Next try the --with-pwlib parameter Somewhere in the list, make sure your YUM paths are happy. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of David Backeberg Sent:

Re: [asterisk-users] trying to build 1.8.6.0 on CentOS 6, problems with ptlib

2011-09-06 Thread David Backeberg
On Tue, Sep 6, 2011 at 4:28 PM, Kevin P. Fleming kpflem...@digium.com wrote: This is a bug in the configure script, but in the meantime, you should be able to use --without-pwlib to avoid it, as long as you aren't trying to build chan_h323. Thanks much. I was trying ./configure

Re: [asterisk-users] trying to build 1.8.6.0 on CentOS 6, problems with ptlib

2011-09-06 Thread Kevin P. Fleming
On 09/06/2011 04:09 PM, David Backeberg wrote: On Tue, Sep 6, 2011 at 4:28 PM, Kevin P. Flemingkpflem...@digium.com wrote: This is a bug in the configure script, but in the meantime, you should be able to use --without-pwlib to avoid it, as long as you aren't trying to build chan_h323.

Re: [asterisk-users] trying to build 1.8.6.0 on CentOS 6, problems with ptlib

2011-09-06 Thread Leif Madsen
On 06/09/11 05:14 PM, Kevin P. Fleming wrote: I was trying ./configure --disable-chan_ooh323 and that was not making a difference. It won't, for two reasons: Asterisk modules can't be selected/deselected via the configure script (menuselect is used for that), and chan_ooh323 doesn't use