I've installed this FuzzyOcrPlugin on two machines (debian and gentoo). Everything works fine on the gentoo box, but on the debian box I get the following in the error log:
[2006-11-20 04:06:11] Unable to open/create Image Hash database at "/usr/local/var/FuzzyOcr/FuzzyOcr.hashdb", check permissions. [2006-11-20 07:17:15] Unable to open/create Image Hash database at "/usr/local/var/FuzzyOcr/FuzzyOcr.hashdb", check permissions. The recipients of the mail are all in the "users" group. Relevant config file: focr_enable_image_hashing 1 focr_digest_db /usr/local/var/FuzzyOcr/FuzzyOcr.hashdb focr_hashing_learn_scanned 1 Permissions on both machines: ls -l /usr/local/var drwxrwsr-x 2 root users 80 Nov 20 07:34 FuzzyOcr and $ ls -l /usr/local/var/FuzzyOcr/FuzzyOcr.hashdb -rwxrwxr-x 1 root users 499 Nov 20 14:29 /usr/local/var/FuzzyOcr/FuzzyOcr.hashdb I can fix this by doing "chmod 777" to the hashdb, but its bad practice to have world-writable files and I'd like to avoid it. Am I doing something obviously wrong here??