On Sun, Jan 18, 2009 at 5:02 PM, Mr Havercamp <[email protected]> wrote:


> 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
>

Thanks Mr, it`s working. But, now i am facing a new problem.
when i go to   *ant fresh_install  *as "dspace" user in my
/opt/src/dspace-1.5.1-release/dspace
the error comes that, *ant: command not found

*But, i have added the path in my */etc/profile *file.

Here is my entry in */etc/profile *file:

JAVA_HOME="/usr/local/java/jdk1.5.0_06"
PATH="$PATH:/usr/local/java/jdk1.5.0_06/bin"
export JAVA_HOME
export PATH

PATH="$PATH:/opt/apache-maven-2.0.9/bin"

export ANT_HOME=/usr/local/ant
PATH="$PATH:/usr/local/ant/bin"
export ANT_HOME
export PATH

JAVA_OPTS="-Xmx512M -Xms64M -Dfile.encoding=UTF-8"
Export JAVA_OPTS

What do you suggest me to do?

-- 
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

Reply via email to