Tag: error

Bypassing Bad fstab Failure When Booting Linux

28 July 2014

Bypassing Bad fstab Failure When Booting Linux Usually you can enter root password and try to edit fstab, but it wouldn’t let you edit. because its read-only mode. so here is the method to work-around that. If /etc/fstab file is created with errors or the hardware configuration changes such as adding hard disks, Linux will boot into failure […]

PHP configure: error: xml2-config not found. Please check your libxml2 installation.

29 August 2013

Are you attempting to compile PHP on Linux and running into, “configure: error: xml2-config not found. Please check your libxml2 installation.” It’s easy to fix, simply install the libxml2-development package by issuing the following command on your appropriate Linux distribution. Fixing on Red Hat / CentOS / Fedora via Yum yum install libxml2-devel Fixing on Debian / […]