Hi ALL; I tried to compile res_perl module with Asterisk, but It failed.I use both Asterisk and Asterisk-addons lates CVS head. I did as follows: 1- make a patch to Asterisk Makefile. 2- Try to re-build Asterisk. BUT it says: gcc -c perlxsi.c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE -o perlxsi.o gcc: perlxsi.c: No such file or directory gcc: no input files make: *** [perlxsi.o] Error 1 How can I get the file "Perlxsi.c"???????/ Regards Mohammad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050417/0be62b61/attachment.htm
Hi,> gcc -c perlxsi.c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing - > D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm - > I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE -o perlxsi.o > gcc: perlxsi.c: No such file or directory > gcc: no input files > make: *** [perlxsi.o] Error 1 > > How can I get the file "Perlxsi.c"???????/nowhere, since is created automatically from res_perl Makefile. honestly I didn't have to modify * makefile. here I just did make clean ; make ; make install on res_perl dir, and all went ok. matteo.