Ayden Beeson - 2011-10-27

Workaround is to replace the location of the DB link in the code to the actual location, bypassing the symlink.

I will write this into the installer tonight, but those affected can fix wth the following in vi
Open auto.pm and auto_json.pm, and issue the following command in : mode
%s/\/usr\/local\/bin\/auto.db/\/var\/www\/html\/auto\/auto.db/g

Change the /var/www/html/ to your web server directory before issuing the above changes.