Zico wrote: > > I am trying to install dspace 1.5.1 in debian 4.0 release 0. Alvaro > helped me a lot. > I configured jdk, apache maven, apache ant,postgresql. And added > dspace user. After > that, when i went to create database with the command: createdb -U > dspace -E UNICODE, > the error came: > > *createdb: could not connect to database template1: FATAL: Ident > authentication failed for user "dspace"* > > what should i do now? > > > -- > Best, > Z > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > ------------------------------------------------------------------------ > > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > What was the full command you used for creating the database?
To create the user and db in Ubuntu I used the following; # sudo su - postgres -c 'createuser -P -d -R -S dspace' # createdb -U dspace -h 127.0.0.1 -W -e -E UNICODE seayourhistory Hope this helps. ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

