Monthly Archives: September 2008

[How-to]Install DOM XML on Directadmin

Below is the tutorial on how-to install DOM-XML in DirectAdmin using customapache. # yum install libxml2-devel libxslt-devel libgcrypt-devel # cd /usr/local/directadmin/customapache # vi configure.php Add this to configure.php before –with-gd \ : –with-dom=/usr/lib \ –with-dom-exslt=/usr/lib \ –with-dom-xslt=/usr/lib \ # ./build … Continue reading

Posted in Linux Tutorial | Leave a comment

[DirectAdmin-Problem] Fix DirectAdmin Installation on CentOS 64bit

Make sure you install these before installing DirectAdmin yum install gcc-c++ libxml2-devel libjpeg-devel libpng-devel -y As you notice on 64-bit, you have /lib and /lib64. It’s just the dynamic linking in the installer is a bit skewed, now run the … Continue reading

Posted in Linux Tutorial | Leave a comment

[OpenVZ-Problem] Server refused to allocate pty

If you are getting this error message in your OpenVZ vm, you can fix this by running command below in your VPS node: vzctl exec <VPSID> /sbin/MAKEDEV ptyp

Posted in Linux Tutorial | Leave a comment