On Mon, 26 Apr 2004 17:04:49 +0200
"Jan-Kees Fels" <[EMAIL PROTECTED]> wrote:
> install-dbmail.sh: not found
> install script failed. You can rerun this manually by running
> install-dbmail.sh
> fels#
>
You have to edit the ./build.sh script. Find the section that looks like:
install-dbmail.sh $bindir
if [ $? -ne 0 ]; then
echo install script failed. You can rerun this manually by
running install-dbmail.sh
exit 1
fi
Change the very first line so that it reads: ./install-dbmail.sh $bindir
And it will work.
H