sakana 寫:
abel6701 寫:
系統是open suse 11.0
安裝openwebmail初始化,出現下列問題
/srv/www/cgi-bin/openwebmail/openwebmail-tool.pl --init
(ow-shared.pl:679, pid=8118, ruid=65534, euid=0, egid=65533 65533, mailgid=12)
Cannot read /usr/local/www/cgi-bin/openwebmail/etc/lang! (No such file or directory)
請問我是那裡有問題呢,請教各位先進,謝謝
^^
請問您的安裝過程及方式為何呢?? RPM/Tar/one click install ??
要提供更多的資訊比較好判斷喔
我是用下列的安裝方式
# tar zxvf openwebmail-current.tar.gz
# mv ./data/openwebmail /srv/www/htdocs
# mv ./cgi-bin/openwebmail /srv/www/cgi-bin
# vi /srv/www/cgi-bin/openwebmail/etc/openwebmail.conf
ow_cgidir /srv/www/cgi-bin/openwebmail
ow_htmldir /srv/www/htdocs/openwebmail
chown root.root /srv/www/cgi-bin/openwebmail
chown -R root.root /srv/www/htdocs/openwebmail
chown root.mail /srv/www/cgi-bin/openwebmail/*
chmod 4555 /srv/www/cgi-bin/openwebmail/openwebmail*.pl
chown root.mail /srv/www/cgi-bin/openwebmail/openwebmail*.pl
chmod 4555 /usr/bin/suidperl
# /srv/www/cgi-bin/openwebmail/openwebmail-tool.pl --init
麻煩了,謝謝