[Asterisk-Users] Compile Error
Tony Nichols
tony at mail.applog.com
Thu Jun 24 12:49:23 MST 2004
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:anoncvs at cvs.digium.com:/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
More information about the asterisk-users
mailing list