Sounds to me like you are missing a quotation mark in vmysql.h from one of the #define lines that you modified to set the sql username/password
Michael. ----- Original Message ----- From: "System" <[EMAIL PROTECTED]> To: "vpopmail" <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2003 7:29 PM Subject: Re: [vchkpw] could not connect to mysql update server Access denied for user > > I would suggest you go back to your vpopmail source dir and run the > > following : > > > > make clean > > then run your configure again > > and then make install-strip > > > > Perhaps you did the original setup in the wrong sequence. > > You must make sure you modify the vmysql.h file 1st before you do all the > > other steps > > > Thnaks Michael for Replying > > The Database settings are again done and updated in vmysql.h then i did > "make clean" then ./configure with all options then > here is what is says when i type "make" > > In file included from vauth.c:30: > vmysql.h:51:22: warning: multi-line string literals are deprecated > vauth.c: In function `vauth_open_update': > vauth.c:108: `MYSQL_UPDATE_SERVER' undeclared (first use in this function) > vauth.c:108: (Each undeclared identifier is reported only once > vauth.c:108: for each function it appears in.) > vauth.c:109: `MYSQL_UPDATE_USER' undeclared (first use in this function) > vauth.c:109: `MYSQL_UPDATE_PASSWD' undeclared (first use in this function) > vauth.c: In function `vauth_open_read_getall': > vauth.c:201: `MYSQL_UPDATE_SERVER' undeclared (first use in this function) > vauth.c:202: `MYSQL_UPDATE_USER' undeclared (first use in this function) > vauth.c:202: `MYSQL_UPDATE_PASSWD' undeclared (first use in this function) > make[2]: *** [vauth.o] Error 1 > make[2]: Leaving directory `/usr/local/vpopmail' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/local/vpopmail' > make: *** [all-recursive-am] Error 2 > > What have i made Wrong here now ? > > Regards, > Tina > > > > > >