Hi,
yeskw@xxxxxxxxxxxxxx schrieb:
I've compiled openwebmail-2.30.tgz, but when I execut /var/www/cgi-bin/openwebmail/openwebmail-tool.pl --init, it causes a "Segmentation fault" messages, does anyone know how to solve this problem?
try to execute it with "strace" and look on the last few lines strace gives back - that should help to locate the error. Means:
strace /var/www/cgi-bin/openwebmail/openwebmail-tool.pl --init
results in a *lot* of messages but only the last few are interesting.
regards, Michael