configure: error: XML configuration could not be found

When i install php from source, i get the error Running FastCGI Process Manager checks checking for php-fpm config file path… $prefix/etc/php-fpm.conf checking for php-fpm log file path… $prefix/logs/php-fpm.log checking for php-fpm pid file path… $prefix/logs/php-fpm.pid checking for XML configuration checking for xml2-config… no checking for xml-config… no configure: error: XML configuration could not be … Read more

configure: error: Please reinstall the libcurl distribution

When compiling php from source for nginx web server, i get error checking for cURL support… yes checking if we should use cURL for url streams… yes checking for cURL in default path… not found configure: error: Please reinstall the libcurl distribution – easy.h should be in /include/curl/ On checking, found curl-devel not installed [root@vps1 … Read more

configure: error: No curses/termcap library found

On installing MySQL from source, i get error checking for tgetent in -lncurses… no checking for tgetent in -lcurses… no checking for tgetent in -ltermcap… no checking for tgetent in -ltinfo… no checking for termcap functions library… configure: error: No curses/termcap library found SOLUTION Lets search for ncurses [root@server52 mysql-5.1.23-ndb-6.2.15]# yum list|grep ncurses Repository base … Read more