Followed this;
 

#cd /usr/src

#export CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/cvsroot

#cvs login     (password is anoncvs)

#cvs checkout zaptel libpri asterisk
 

#cd zaptel                                             ; zaptel equipment

#make clean; make install

#cd ../libpri                                           ; isdn

#make clean; make install

#cd ../asterisk
#make clean
 
..but when I try
 
#make install
 
I get;
 
app.o(.text+0x21d2): In function `ast_app_getdata':
/usr/src/asterisk/app.c:45: undefined reference to `ast_streamfile'
app.o(.text+0x2278): In function `ast_app_getdata_full':
/usr/src/asterisk/app.c:63: undefined reference to `ast_streamfile'
app.o(.text+0x2311): In function `ast_play_and_wait':
/usr/src/asterisk/app.c:494: undefined reference to `ast_streamfile'
app.o(.text+0x2334):/usr/src/asterisk/app.c:497: undefined reference to `ast_waitstream'
app.o(.text+0x233f):/usr/src/asterisk/app.c:498: undefined reference to `ast_stopstream'
asterisk.o(.text+0xcee): In function `main':
/usr/src/asterisk/asterisk.c:1836: undefined reference to `ast_file_init'
collect2: ld returned 1 exit status
make: *** [asterisk] Error 1
 
/ Stig Henning
 
_______________________________________________
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