Обсуждение: installing 7.3.4 with java

Поиск
Список
Период
Сортировка

installing 7.3.4 with java

От
sibusiso xolo
Дата:
Greetings,

I am having a little difficulty installing PostgreSQL7.3.4 with java.

The box is is running SuSE9.2 linux.
I have environmental variables set in bash-profile as:
JAVA_HOME=wherever
export JAVACMD=other_place
export ANT_HOME=someplace_else
export PATH=$PATH}:${ANT_HOME}/bin

I decempressed the postgresql-7.3.4 tarball and  execute the script:
./configure --with-java

but I het the error ..."ant does not work"

I am using the laest version of ant from jakarta.apache.org.

Help would be appreciated.
SZ



Re: installing 7.3.4 with java

От
Geschwinde
Дата:
sibusiso xolo wrote:

>Greetings,
>
>I am having a little difficulty installing PostgreSQL7.3.4 with java.
>
>The box is is running SuSE9.2 linux.
>I have environmental variables set in bash-profile as:
>JAVA_HOME=wherever
>export JAVACMD=other_place
>export ANT_HOME=someplace_else
>export PATH=$PATH}:${ANT_HOME}/bin
>
>I decempressed the postgresql-7.3.4 tarball and  execute the script:
>./configure --with-java
>
>but I het the error ..."ant does not work"
>
>I am using the laest version of ant from jakarta.apache.org.
>
>Help would be appreciated.
>SZ
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 3: if posting/reading through Usenet, please send an appropriate
>      subscribe-nomail command to majordomo@postgresql.org so that your
>      message can get through to the mailing list cleanly
>
>
>
have you installed the ant binaries

I have no problems with that. I added the path always in /etc/profile
and then . /etc/profile for the reload.

It runs fine with me.

Regards Ewald



Re: installing 7.3.4 with java

От
sibusiso xolo
Дата:
Deqr Sir,

thanks for your suggestion.

I had the settings in /home/user/.profile  and I have move them to
/etc/profile.  They are as follows:

#Java_Home and Ant_Home
export JAVA_HOME=/usr/lib/SunJava2-1.4.1
export JAVACMD=${JAVA_HOME}/bin/java
export ANT_HOME=/usr/local/apache-ant-1.5.4
export PATH=${PATH}:${ANT_HOME}/bin
export CLASSPATH=${ANT_HOME}/lib/ant.jar:${JAVA_HOME}/lib/tools.jar


#
# End of /etc/profile
#

I Restarted, logged in  and run the configure script. However I get the same
result.

Any suggestions?
SX

On Friday 26 September 2003 08:02, you wrote:
> sibusiso xolo wrote:
> >Greetings,
> >
> >I am having a little difficulty installing PostgreSQL7.3.4 with java.
> >
> >The box is is running SuSE9.2 linux.
> >I have environmental variables set in bash-profile as:
> >JAVA_HOME=wherever
> >export JAVACMD=other_place
> >export ANT_HOME=someplace_else
> >export PATH=$PATH}:${ANT_HOME}/bin
> >
> >I decempressed the postgresql-7.3.4 tarball and  execute the script:
> >./configure --with-java
> >
> >but I het the error ..."ant does not work"
> >
> >I am using the laest version of ant from jakarta.apache.org.
> >
> >Help would be appreciated.
> >SZ
> >
> >
> >
> >---------------------------(end of broadcast)---------------------------
> >TIP 3: if posting/reading through Usenet, please send an appropriate
> >      subscribe-nomail command to majordomo@postgresql.org so that your
> >      message can get through to the mailing list cleanly
>
> have you installed the ant binaries
>
> I have no problems with that. I added the path always in /etc/profile
> and then . /etc/profile for the reload.
>
> It runs fine with me.
>
> Regards Ewald

-------------------------------------------------------