I thought I would give RedHat 9 a try with Asterisk..I thought it would be a good idea to use the latest version.. Zaptel, Zapata and Libpri all appear to have compiled sucessfully.. But.. (Why is there always a but??) It seems Asterisk is having issues with 'termcap' or 'tgetent' whatever that is.. Here is the output from 'make install'.. --------Start-------- if [ -d CVS ] && ! [ -f .version ]; then echo "CVS-`date +"%D-%T"`" > .version; fi ./make_build_h loading cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking host system type... i686-pc-linux-gnu checking for a BSD compatible install... install checking for ranlib... ranlib checking for ar... /usr/bin/ar checking for tgetent in -ltermcap... no checking for tgetent in -ltinfo... no checking for tgetent in -lcurses... no checking for tgetent in -lncurses... no configure: error: termcap support not found make: *** [editline/config.h] Error 1 ------End------ Any idea whats wrong?? or is somthing missing?? Later.. -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
I had the same problem in RedHat 8.0, but I had forgot one package - which is same one you need: Libtermcap-devel Find that .rpm, install and all should be well. -----Original Message----- From: WipeOut . [mailto:wipeout@linuxmail.org] Sent: Thursday, April 10, 2003 8:25 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Error compiling in RedHat 9 I thought I would give RedHat 9 a try with Asterisk..I thought it would be a good idea to use the latest version.. Zaptel, Zapata and Libpri all appear to have compiled sucessfully.. But.. (Why is there always a but??) It seems Asterisk is having issues with 'termcap' or 'tgetent' whatever that is.. Here is the output from 'make install'.. --------Start-------- if [ -d CVS ] && ! [ -f .version ]; then echo "CVS-`date +"%D-%T"`" > .version; fi ./make_build_h loading cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking host system type... i686-pc-linux-gnu checking for a BSD compatible install... install checking for ranlib... ranlib checking for ar... /usr/bin/ar checking for tgetent in -ltermcap... no checking for tgetent in -ltinfo... no checking for tgetent in -lcurses... no checking for tgetent in -lncurses... no configure: error: termcap support not found make: *** [editline/config.h] Error 1 ------End------ Any idea whats wrong?? or is somthing missing?? Later.. -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
Exellent... It got past that problem.. But.. (Yup, another But..) It stops here.. /usr/bin/ld: cannot find -lncurses collect2: ld returned 1 exit status make: *** [asterisk] Error 1 ncurses-5.3-4 is installed.... ----- Original Message ----- From: "DUSTIN WILDES" <dwildes@pabbankshares.com> Date: Thu, 10 Apr 2003 08:54:46 -0400 To: <asterisk-users@lists.digium.com> Subject: RE: [Asterisk-Users] Error compiling in RedHat 9> I had the same problem in RedHat 8.0, but I had forgot one package - which is same one you need: > Libtermcap-devel > > Find that .rpm, install and all should be well. > > -----Original Message----- > From: WipeOut . [mailto:wipeout@linuxmail.org] > Sent: Thursday, April 10, 2003 8:25 AM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Error compiling in RedHat 9 > > I thought I would give RedHat 9 a try with Asterisk..I thought it would be a good idea to use the latest version.. > > Zaptel, Zapata and Libpri all appear to have compiled sucessfully.. > > But.. (Why is there always a but??) > > It seems Asterisk is having issues with 'termcap' or 'tgetent' whatever that is.. > > Here is the output from 'make install'.. > > --------Start-------- > if [ -d CVS ] && ! [ -f .version ]; then echo "CVS-`date +"%D-%T"`" > .version; fi > ./make_build_h > loading cache ./config.cache > checking for gcc... gcc > checking whether the C compiler (gcc ) works... yes > checking whether the C compiler (gcc ) is a cross-compiler... no > checking whether we are using GNU C... yes > checking whether gcc accepts -g... yes > checking how to run the C preprocessor... gcc -E > checking host system type... i686-pc-linux-gnu > checking for a BSD compatible install... install > checking for ranlib... ranlib > checking for ar... /usr/bin/ar > checking for tgetent in -ltermcap... no > checking for tgetent in -ltinfo... no > checking for tgetent in -lcurses... no > checking for tgetent in -lncurses... no > configure: error: termcap support not found > make: *** [editline/config.h] Error 1 > ------End------ > > Any idea whats wrong?? or is somthing missing?? > > Later.. > > -- > ______________________________________________ > http://www.linuxmail.org/ > Now with e-mail forwarding for only US$5.95/yr > > Powered by Outblaze > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
On Thu, 2003-04-10 at 08:40, WipeOut . wrote:> Exellent... It got past that problem.. > > But.. (Yup, another But..) > > It stops here.. > > /usr/bin/ld: cannot find -lncurses > collect2: ld returned 1 exit status > make: *** [asterisk] Error 1 > > ncurses-5.3-4 is installed....What about the -devel packages? -- Steven Critchfield <critch@basesys.com>
Silly me... That worked.... Thanks.. ----- Original Message ----- From: Steven Critchfield <critch@basesys.com> Date: Thu, 10 Apr 2003 08:52:11 -0500 To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] Error compiling in RedHat 9> On Thu, 2003-04-10 at 08:40, WipeOut . wrote: > > Exellent... It got past that problem.. > > > > But.. (Yup, another But..) > > > > It stops here.. > > > > /usr/bin/ld: cannot find -lncurses > > collect2: ld returned 1 exit status > > make: *** [asterisk] Error 1 > > > > ncurses-5.3-4 is installed.... > > What about the -devel packages? > > -- > Steven Critchfield <critch@basesys.com> > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze