Received the following error after Mariadb installation. Warning: mysql_connect() [function.mysql-connect]: Headers and client library minor version mismatch. Headers:50318 Library:50096 in /home/bunny/public_html/books/includes/functions/database.php on line 19 Fix Added the following line to /var/cpanel/easy/apache/rawopts/all_php5 : --with-mysqli=mysqlnd
Day: August 20, 2018
Custom compile CURL on server
To custom compile curl on a server wget http://www.execve.net/curl/curl-7.34.0.tar.gz ./configure --prefix=/usr/local/bin/curl-7.34 make make install If you want to use the custom compiled curl version to any of the domains, make a symlink from curl custom path to /home/user/