before starting the appplication update the ./config/config.txt with proper DB Details ... Also Make sure In DB vonfig table is having the proper details PE configuration :: (installation dependencies and libraries which are req fo PE) 0) install boost libraries 1) install c++ / MAKE /
automake
/ autoconf .....
http://www.cyberciti.biz/faq/centos-rhel-7-redhat-linux-install-gcc-compilerdevelopment-tools/ https://gist.github.com/stephenturner/e3bc5cfacc2dc67eca8b (update g++/gcc) 2) install cmake (for installing cpr) yum install cmake 1) OpenSSL (http://www.ehowstuff.com/how-to-install-andupdate-openssl-on-centos-6-centos-7/) 2) LibSSH2 (http://thelinuxfaq.com/253-how-to-installssh2-extension-for-php-rhel-centos-7) (yum install libssh2-devel $ sudo pecl channel-update pecl.php.net $ sudo apt-get install libssh2-1-dev $ sudo pecl install -a ssh2-0.12 $ echo 'extension=ssh2.so' | sudo tee /etc/php5/mods-available/ssh2.ini > /dev/null $ sudo php5enmod ssh2 ) 2) install mysql connection++ https://dev.mysql.com/downloads/connector/cpp/1.1.html sudo rpm -Uvh mysql-connector-c++-1.1.7-linux-glibc2.5-x86-64bit.rpm boost ib also req here :: sudo yum install boost-devel -L/usr/lib -lmysqlcppconn g++ -o PE ./src/Main.cpp ./src/PELoggers.cpp ./src/CriticalSection.cpp ./src/ws.cpp ./src/DBReadWrite.cpp ./src/Chameleon.cpp ./src/ConfigFile.cpp ./lib/libcpr.a -I./inc/ -std=c++11 -pthread -fpermissive -L/usr/lib -lmysqlcppconn -I./thirdparty/cpr/include/ -I./thirdparty/json/src/ -lcurl http://www.tecmint.com/install-latest-mysql-on-rhel-centos-and-fedora/ https://dev.mysql.com/tech-resources/articles/building-mysql-connectorcpp.html https://dev.mysql.com/downloads/file/?id=369346 3) uninstall curl if exists You would "ssh", as root, to the server you want to remove curl. Do the following command: rpm -q curl
Now for me I get "curl-7.12.1-8.rhel4" your could be different. Then execute the following command: rpm -e --nodeps curl-7.12.1-8.rhel4 Done it is now removed. 4) curl + cares (https://curl.haxx.se/dev/readme-ares.html) create the symbolic link ln -s /home/devadmin/satish/c-ares-1.11.0 /home/devadmin/satish/curl7.47.1/src/cares curl-7.47.1 c-ares-1.11.0