On Sat, 2003-09-13 at 12:41, [EMAIL PROTECTED] wrote: > I'm attempting to install * for the first time and encountering some > problems... I'm running an old 166MMX processor with 50megs RAM... SuSE 8.1 > distro... > > > > > when I make clean ; make install in the /usr/src/asterisk dir, I get a "error: > termcap support not found". the termcap libraries are installed. Anyone run > into this before?
This is one of those easy questions that you will learn should be answered quickly by either searching with google, or later with just knowing what you are doing. Your problem isn't that the libraries aren't installed, but rather you don't have the -dev packages installed. When you compile software, you need to have the headers to compile against the libraries. Hopefully this lesson will help you get past what will probably be your next two or so questions. -- Steven Critchfield <[EMAIL PROTECTED]> _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
