On Thu, 2004-06-24 at 13:01, Joseph wrote:
> Just did a new cvs download and then tried to compile.
> 
> I get this error message:
> chan_zap.c:59:2: #error "You need newer libpri"
> Then there are some more chan_zap.c errors.
> 
> Here is the cvs command:
> export CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/cvsroot
> cvs login
> cvs checkout zaptel asterisk libpri
> 
> And the make command
> #cd /usr/src/zaptel
> #make
> #cd /usr/src/asterisk
> #make
> 
> And I did this after moving the current zaptel, asterisk, and libpri to
> archival.
> 
> Where do I get this file?
> Or what am I doing wrong...
The correct order is:
cd zaptel make clean; make install
cd libpri make clean; make install
cd asterisk make clean; make install

t o n y

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to