Hi, Ok cool. Now we are getting somewhere:-) But there is a new problem.
I don't have the dbmail-adduser utility. fels# find / -name dbmail-adduser ------------------------------------------------------------ This is the output from ./build.sh fels# ./build.sh This is the dbmail build script I will have to ask you some questions about your system What database do you wish to use? Choices are (m)ysql and (p)ostgresql > m You have selected MySQL as database The library directory for MySQL is now [/usr/local/lib/mysql/]. Enter new directory or press RETURN to keep this setting: The include directory for MySQL is now [/usr/include/mysql/]. Enter new directory or press RETURN to keep this setting: /usr/local/include/mysql The libraries are currently set to [-lmysqlclient -lcrypto -lz]. Enter new libraries (preceed each by -l) or press RETURN to keep this setting: Creating makefile.. Done. You can now make dbmail by running 'make clean all'. Do you want this to be executed right now? yes fels# pwd -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ilja Booij Sent: Monday, April 26, 2004 1:19 PM To: DBMail mailinglist Subject: RE: [Dbmail] ERROR 1067 at line 7: Invalid default valuefor'alias_idnr' 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 _______________________________________________ Dbmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
