Hi

I think Frederik Orellana is right. The problem already surfaced once in the 
CVS logs for the configure file:

http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/configure
changelog:   "Command line options for mysql should not be inside quotes:

The correction should have been done in these lines of configure:

---- 
line 144 of configure Revision 1.11
   echo "SV_DB_OPTIONS=\"$SV_DB_OPTIONS\"" >> $mkfiled/$mkfileo
line 157 of configure Revision 1.11
  echo "SV_DB_OPTIONS=\"$SV_DB_OPTIONS\"" >> $mkfileo
----

In these lines the explicit quotes \" should be removed

Cheers,
Derek

---
Derek Feichtinger (CERN IT/API)


> Frederik Orellana <[EMAIL PROTECTED]> a tapoté :
> > Hi.
> >
> > PROBLEM:
> >
> > When installing savannah, make database doesn't work.
> >
> > REASON:
> >
> > mysql "-u savannah -p" -e "create database savannah"
> > is syntatically wrong, it should be
> > mysql -u savannah -p -e "create database savannah"
>
> I do not think that the point.
>
> I think that the trouble is the fact that you apparently havent not
> set a password for your database.
>
> Can you can give the full error message you get?
>
> Regards,


Reply via email to