Thursday, June 19, 2008

vicidial installation slang.h required

During the installation of vicidial astguiclient a package newt (version 0.51.6 - that may b latest) need to be installed. While configuring the package and making the make file by make command the error comes (in fact list of errors will be there) which shows that the slang.h is needed for making the file.
(I faced this issue at least 3 time while installation of vicidial)
the solution for that is quit simple, but i couldn't found on net.
You need to have slang-devel installed. To do so you can run yum install slang-devel.
that' it. compile that again and there will be no error in compilation of the newt package.
don't forget to make clean before ./configure and make commnads.

No comments: