On Mon, 2004-04-26 at 12:11, Jan-Kees Fels wrote: > Hi, > > The database is indeed created without any errors when I use mysql 4.0 > OK, good :) > Now, I have a problem with the next step. (run build.sh) > > I enter the directory which contains the extracted dbmmail stuff and do > the following. (this directory does contain the file "build.sh"). > > fels# ./build.sh > ./build.sh: Command not found.
I guess it fails on the #!/bin/bash line. Could you try changing this to: #!/bin/sh Ilja
