Hi everyone, I have an error installing MyDNSConfig 3.0 under CentOS 5.3. I followed the intial setup on this link: http://www.howtoforge.com/installing-mydns-mydnsconfig-centos-5.1 to the point where it tells you to download and install MyDNSConfig-1.1.0.tar.gz. Then I did the following: wget http://www.mydnsconfig.org/downloads/MyDNSConfig-3-stable.tar.gz tar xvfz MyDNSConfig-3-stable.tar.gz cd mydnsconfig/install/ php -q install.php However, php -q install.php gave me these errors: PHP Notice: Undefined variable: distver in /home/tmp/mydnsconfig/install/lib/install.lib.php on line 135 PHP Notice: Undefined variable: distid in /home/tmp/mydnsconfig/install/lib/install.lib.php on line 135 PHP Notice: Undefined variable: distbaseid in /home/tmp/mydnsconfig/install/lib/install.lib.php on line 135 Here is the out put of my uname -a Linux dns.ohsmeg.net 2.6.18-164.el5 #1 SMP Thu Sep 3 03:33:56 EDT 2009 i686 athlon i386 GNU/Linux Does anyone have any suggestions? Thanks zog