Hi, Could anyone knows what went wrong with the error below result of installation of libsupertone. [root@asterisk1 latest]# tar xvf libsupertone-0.0.2.tar libsupertone-0.0.2/ libsupertone-0.0.2/AUTHORS libsupertone-0.0.2/Makefile.am libsupertone-0.0.2/COPYING libsupertone-0.0.2/config/ libsupertone-0.0.2/config/ltmain.sh libsupertone-0.0.2/config/missing libsupertone-0.0.2/config/install-sh libsupertone-0.0.2/config/config.guess libsupertone-0.0.2/config/depcomp libsupertone-0.0.2/config/config.sub libsupertone-0.0.2/configure libsupertone-0.0.2/NEWS libsupertone-0.0.2/libsupertone.spec libsupertone-0.0.2/ChangeLog libsupertone-0.0.2/Makefile.in libsupertone-0.0.2/supertone.c libsupertone-0.0.2/configure.in libsupertone-0.0.2/libsupertone.h libsupertone-0.0.2/INSTALL libsupertone-0.0.2/supertone.h libsupertone-0.0.2/libsupertone.spec.in libsupertone-0.0.2/README libsupertone-0.0.2/supertone_tests.c libsupertone-0.0.2/config-h.in libsupertone-0.0.2/aclocal.m4 [root@asterisk1 latest]# ./configure --prefix=/usr/local/lib -bash: ./configure: No such file or directory [root@asterisk1 latest]# Help, pleeeaaassseee... Angel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061023/1ea15f79/attachment-0001.htm
On Monday 23 October 2006 21:45, Angel Heart wrote:> Hi, > > Could anyone knows what went wrong with the error below result of > installation of libsupertone. [root@asterisk1 latest]# tar xvf > libsupertone-0.0.2.tar[snip]> libsupertone-0.0.2/aclocal.m4 > [root@asterisk1 latest]# ./configure --prefix=/usr/local/lib > -bash: ./configure: No such file or directory > [root@asterisk1 latest]# > > Help, pleeeaaassseee...You probably shouldn't blindly follow instructions if you don't know what they do. ./configure should be running the script called configure in the current directory. Which, as the error message states, doesn't exist. You need to change into the correct directory (cd) before you execute the script. -- http://nicegear.co.nz New Zealand's VoIP Supplier
Hi, Thank you for your comment; Below was the result of ./configure checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. [root@asterisk1 libsupertone-0.0.2]# Please comment. Thanks again. ----- Original Message ---- From: Hadley Rich <asterisk@nice.net.nz> To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> Sent: Monday, October 23, 2006 5:01:16 PM Subject: Re: [asterisk-users] Unicall Installation On Monday 23 October 2006 21:45, Angel Heart wrote:> Hi, > > Could anyone knows what went wrong with the error below result of > installation of libsupertone. [root@asterisk1 latest]# tar xvf > libsupertone-0.0.2.tar[snip]> libsupertone-0.0.2/aclocal.m4 > [root@asterisk1 latest]# ./configure --prefix=/usr/local/lib > -bash: ./configure: No such file or directory > [root@asterisk1 latest]# > > Help, pleeeaaassseee...You probably shouldn't blindly follow instructions if you don't know what they do. ./configure should be running the script called configure in the current directory. Which, as the error message states, doesn't exist. You need to change into the correct directory (cd) before you execute the script. -- http://nicegear.co.nz New Zealand's VoIP Supplier _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061023/4ce37424/attachment.htm
Hi Tzafrir, Thanks for your quick reply, I will look some downloads and install it as per your suggestion. I am using CentOS 4.3, kernel-2.6.9-34.01.EL Thanks again. Angel ----- Original Message ---- From: Tzafrir Cohen <tzafrir.cohen@xorcom.com> To: asterisk-users@lists.digium.com Sent: Monday, October 23, 2006 5:43:12 PM Subject: Re: [asterisk-users] Unicall Installation On Mon, Oct 23, 2006 at 02:11:22AM -0700, Angel Heart wrote:> Hi, > > Thank you for your comment; > > Below was the result of ./configure > checking how to run the C++ preprocessor... /lib/cpp > configure: error: C++ preprocessor "/lib/cpp" fails sanity check > See `config.log' for more details. > [root@asterisk1 libsupertone-0.0.2]#You don't have g++/gcc-c++ installed. You just need to install some packages. Which Linux distribution do you use? -- Tzafrir Cohen iax:guest@local.xorcom.com/tzafrir icq#16849755 mailto:tzafrir.cohen@xorcom.com +972-50-7952406 jabber:tzafrir@jabber.org http://www.xorcom.com _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061024/f5ffcae1/attachment.htm