Running Debian Lenny 5.0, after install MyDNS-NG & MyDNSConfig 3 when I go to :/tmp/mydnsconfig/install# php -q install.php. The following error appears: Notice: Undefined variable: distver in /tmp/mydnsconfig/install/lib/install.lib.php on line 135 Notice: Undefined variable: distid in /tmp/mydnsconfig/install/lib/install.lib.php on line 135 Notice: Undefined variable: distbaseid in /tmp/mydnsconfig/install/lib/install.lib.php on line 135 Please help with any idea's. Thanks in advance.
Howdy, I had this same problem. It was due to my lenny version being 5.0.1 and the install file expecting just 5.0. On line 73 of /tmp/mydnsconfig/install/lib/install.lib.php I changed 5.0 to 5.0.1 and the install continued just fine. hope that helps. Thanks, -- bernie