Re: [Asterisk-Users] Libpri and asterisk fail to install

2003-08-14 Thread Martin Pycko
It's easier to check that up ... On Wed, 6 Aug 2003, Jim Mercer wrote: > On Wed, Aug 06, 2003 at 09:59:18AM -0500, Martin Pycko wrote: > > You're looking for libncurses-dev and in libpri you can remove -Werror > > from libpri/Makefile or cvs update libpri (it should be fixed) > > fixed, in that t

[Asterisk-Users] Libpri and asterisk fail to install

2003-08-14 Thread Rhys Hopkins
Hi, I am having trouble building and installing libpri and asterisk on my system. Zaptel seemed to install OK. I am running SuSE 8.2 ( Linux 2.4.20-4GB ) I have made sure I have the prerequisites ( rpm versions shown below ) rhys2:/usr/src/libpri # uname -a Linux rhys2 2.4.20-4GB #1 Fri Jul 11 0

Re: [Asterisk-Users] Libpri and asterisk fail to install

2003-08-14 Thread Rhys Hopkins
Martin Pycko wrote: You're looking for libncurses-dev and in libpri you can remove -Werror from libpri/Makefile or cvs update libpri (it should be fixed) Thanks for that - I installed ncurses-devel and asterisk now builds ok, but libpri still gives the following error: rhys2:/usr/src/libpri # mak

Re: [Asterisk-Users] Libpri and asterisk fail to install

2003-08-14 Thread Rhys Hopkins
Martin Pycko wrote: well should be ok if you cvs update now. Many Thanks ! Martin On Wed, 6 Aug 2003, Rhys Hopkins wrote: Martin Pycko wrote: You're looking for libncurses-dev and in libpri you can remove -Werror from libpri/Makefile or cvs update libpri (it should be fixed) Thanks for th

Re: [Asterisk-Users] Libpri and asterisk fail to install

2003-08-12 Thread Jim Mercer
On Wed, Aug 06, 2003 at 09:59:18AM -0500, Martin Pycko wrote: > You're looking for libncurses-dev and in libpri you can remove -Werror > from libpri/Makefile or cvs update libpri (it should be fixed) fixed, in that they removed -Werror, or fixed in that they updated the code to eliminate the warni

Re: [Asterisk-Users] Libpri and asterisk fail to install

2003-08-10 Thread Martin Pycko
You're looking for libncurses-dev and in libpri you can remove -Werror from libpri/Makefile or cvs update libpri (it should be fixed) regards Martin On Wed, 6 Aug 2003, Rhys Hopkins wrote: > Hi, > > I am having trouble building and installing libpri and asterisk on my > system. Zaptel seemed to

Re: [Asterisk-Users] Libpri and asterisk fail to install

2003-08-07 Thread Martin Pycko
well should be ok if you cvs update now. Martin On Wed, 6 Aug 2003, Rhys Hopkins wrote: > Martin Pycko wrote: > > You're looking for libncurses-dev and in libpri you can remove -Werror > > from libpri/Makefile or cvs update libpri (it should be fixed) > > > > Thanks for that - I installed ncurse