Hi Amal,

        Thanks for your answer!
        Indeed, I just found the problem: I copied a /etc/passwd
from one computer to another and the mysql uid changed; then 
the data dir weren't writable/readable by mysqld and it could not
get authentication information from mysql (e.g., in Folders.php3).
        I was able to track the problem a bit later, after doing
a purge and a reinstall of mysql-server everything worked correctly.
        BTW, I had the problem you mention when upgrading horde/imp.
        Before I did this new installation, I had to fix 
/etc/imp/defaults.php3 by hand, putting the missing ''
        Thanks again!

[]s,

Quoting Amal Phadke <[EMAIL PROTECTED]>:

> I am not sure if this problem is related to what I encountered when I
> installed Horde/IMP (Potato r2). I noticed that /usr/sbin/update-imp
> wasn't updating /etc/imp/defaults.php3 correctly. Several entries in
> the script were missing single quotes. eg,
> 
> echo "\$default->to_domain = $to_domain;" >>$TMPFILE 2>&1
> 
> should have been 
> 
> echo "\$default->to_domain = '$to_domain';" >>$TMPFILE 2>&1
> 
> Note the single quotes surrounding $to_domain
> 
> After I fixed that everything worked fine.
> 
> Happy Holidays,
> -- 
> 
> Amal Phadke, Ph.D Candidate
> Department of Ocean and Resources Engineering, SOEST
> University of Hawaii at Manoa
> 
> email: [EMAIL PROTECTED]
> 



Mario O.de Menezes            "Many are the plans in a man's heart, but
    IPEN-CNEN/SP                 is the Lord's purpose that prevails"
http://curiango.ipen.br/~mario                 Prov. 19.21

Reply via email to