Archive

Posts Tagged ‘php’

error while compiling PHP

August 29, 2008 Leave a comment


elephpant-php-logo






while compiling PHP if you get the error

configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing

then you need to install

libc-client-devel   package

if you are using a debian/ubuntu pc you need to search for the deb package and if on a redhat or centos or fedora pc then search for the rpm file.

Categories: Linux Tags: , ,

local MySQL server’s socket is not correctly configured

August 5, 2008 Leave a comment

The server is not responding (or the local MySQL server’s socket is not correctly configured)

check for the mysql first, if not running restart and check, if running

search for mysql.sock file

make sym link in /tmp folder

#ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock

Then restart the mysql and then the apache.

Categories: cpanel, Linux Tags: , , ,
Follow

Get every new post delivered to your Inbox.