how to instal postgresql 8.3

classic Classic list List threaded Threaded
30 messages Options
12
Reply | Threaded
Open this post in threaded view
|

how to instal postgresql 8.3

Piya27
Hi

I am installing NewGenlib on ubuntu machine, but I have Postgresql 8.4 already installed in the system, since I cannot format the system. How can I install Postgresql 8.3, Postgresql-8.3 contrib, pgadmin3 using Synaptic Package Manager on Ubuntu 10.04 when Postgresql8.4 is already installed?
Reply | Threaded
Open this post in threaded view
|

Re: how to instal postgresql 8.3

Verus Open Source Support
You can use Postgresql 8.4 for NewGenLib.
It is not necessary to install Postgresql 8.3

On 05/23/2012 03:36 PM, Piya27 [via NewGenLib] wrote:
Hi

I am installing NewGenlib on ubuntu machine, but I have Postgresql 8.4 already installed in the system, since I cannot format the system. How can I install Postgresql 8.3, Postgresql-8.3 contrib, pgadmin3 using Synaptic Package Manager on Ubuntu 10.04 when Postgresql8.4 is already installed?


If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions Private Limited
www.verussolutions.biz
Reply | Threaded
Open this post in threaded view
|

Re: how to instal postgresql 8.3

Piya27
Ok Thanks. Will Try installing with Postgresql8.4.
Reply | Threaded
Open this post in threaded view
|

Re: how to instal postgresql 8.3

Piya27
In reply to this post by Verus Open Source Support
how can i know my installation path for Java in ubuntu? Java is already installed but i don't know the path where it's installed?
Reply | Threaded
Open this post in threaded view
|

Re: how to instal postgresql 8.3

Verus Open Source Support
We would recommend to download JDK from
http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u32-downloads-1594644.html

Download jdk-6u32-linux-i586.bin

And execute the above bin file by putting it in your home directory

then, jdk is installed in home directory
Set JAVA_HOME as /home/<home name>/jdk1.6.0_32


On 05/24/2012 02:14 PM, Piya27 [via NewGenLib] wrote:
how can i know my installation path for Java in ubuntu? Java is already installed but i don't know the path where it's installed?


If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572787.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions Private Limited
www.verussolutions.biz
Reply | Threaded
Open this post in threaded view
|

Re: how to instal postgresql 8.3

Piya27
In reply to this post by Verus Open Source Support
postgres@libuser-desktop:~$ ls -l /usr/bin/java
lrwxrwxrwx 1 root root 22 2011-06-20 21:21 /usr/bin/java -> /etc/alternatives/java

postgres@libuser-desktop:~$ ls -l /etc/alternatives/java
lrwxrwxrwx 1 root root 40 2011-06-20 21:20 /etc/alternatives/java -> /usr/lib/jvm/java-6-openjdk/jre/bin/java

which path among these shoud I use ?
Reply | Threaded
Open this post in threaded view
|

Re: how to instal postgresql 8.3

Piya27
In reply to this post by Verus Open Source Support
I downloaded the same file but could not execute the bin file. Nothing happens when i double click it.
So I downloaded Java SE JDK 6 using Synaptic Manager.

postgres@libuser-desktop:~$ java -version
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.13) (6b20-1.9.13-0ubuntu1~10.04.1)
OpenJDK Server VM (build 19.0-b09, mixed mode)
 
this is the version installed.

wht should i do now?
Reply | Threaded
Open this post in threaded view
|

Re: how to instal postgresql 8.3

Piya27
also on the link provided by you, there's  
jdk-6u31-linux-i586.bin
I cannot find jdk-6u32-linux-i586.bin!
Reply | Threaded
Open this post in threaded view
|

Re: how to instal postgresql 8.3

Verus Open Source Support
I attached the image file, highlighting the link

On 05/24/2012 02:54 PM, Piya27 [via NewGenLib] wrote:
also on the link provided by you, there's  
jdk-6u31-linux-i586.bin
I cannot find jdk-6u32-linux-i586.bin!


If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572791.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team

Java.jpeg (313K) Download Attachment
NewGenLib Open Source Support
Verus Solutions Private Limited
www.verussolutions.biz
Reply | Threaded
Open this post in threaded view
|

Re: how to instal postgresql 8.3

Piya27
yes thanks, I have now installed the java se jdk.
but now
when i type createuser newgenlib -P newgenlib in the terminal, following error occurs :

postgres@libuser-desktop:~$ createuser newgenlib -P newgenlib
createuser: too many command-line arguments (first is "newgenlib")
Try "createuser --help" for more information.
Reply | Threaded
Open this post in threaded view
|

Re: how to instal postgresql 8.3

Piya27
created user newgenlib successfully.
but now following error occurs :

postgres@libuser-desktop:~$ export JAVA_HOME=/home/libuser/jdk1.6.0_32/InstallNGL3.0/apache-ant-1.8.1/bin/./ant UpdateWholeRec -f Installation.xml
-su: export: `-f': not a valid identifier
-su: export: `Installation.xml': not a valid identifier




On Thu, May 24, 2012 at 4:09 PM, Piya27 [via NewGenLib] <[hidden email]> wrote:
yes thanks, I have now installed the java se jdk.
but now
when i type createuser newgenlib -P newgenlib in the terminal, following error occurs :

postgres@libuser-desktop:~$ createuser newgenlib -P newgenlib
createuser: too many command-line arguments (first is "newgenlib")
Try "createuser --help" for more information.


If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572794.html
To unsubscribe from how to instal postgresql 8.3, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: how to instal postgresql 8.3

Verus Open Source Support
Close your terminal and open it again.
Command 1:
export JAVA_HOME=/home/libuser/jdk1.6.0_32

Command 2:
cd <path where this directory is available>/InstallNGL3.0/apache-ant-1.8.1/bin

Command 3:
./ant UpdateWholeRec -f Installation.xml

On 05/24/2012 04:27 PM, Piya27 [via NewGenLib] wrote:
created user newgenlib successfully.
but now following error occurs :

postgres@libuser-desktop:~$ export JAVA_HOME=/home/libuser/jdk1.6.0_32/InstallNGL3.0/apache-ant-1.8.1/bin/./ant UpdateWholeRec -f Installation.xml
-su: export: `-f': not a valid identifier
-su: export: `Installation.xml': not a valid identifier




On Thu, May 24, 2012 at 4:09 PM, Piya27 [via NewGenLib] <[hidden email]> wrote:
yes thanks, I have now installed the java se jdk.
but now
when i type createuser newgenlib -P newgenlib in the terminal, following error occurs :

postgres@libuser-desktop:~$ createuser newgenlib -P newgenlib
createuser: too many command-line arguments (first is "newgenlib")
Try "createuser --help" for more information.


If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572794.html
To unsubscribe from how to instal postgresql 8.3, click here.
NAML




If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572795.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions Private Limited
www.verussolutions.biz
Reply | Threaded
Open this post in threaded view
|

Re: how to instal postgresql 8.3

Piya27
thanks. did the above steps , however got this error at last step

libuser@libuser-desktop:~/InstallNGL3.0/apache-ant-1.8.1/bin$ ./ant UpdateWholeRec -f Installation.xml
Buildfile: /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml

BUILD FAILED
Target "UpdateWholeRec" does not exist in the project "NGL3.0.2Instalation".

Total time: 0 seconds
Reply | Threaded
Open this post in threaded view
|

Re: how to instal postgresql 8.3

Verus Open Source Support
Hi,
May I know which version of NewGenLib you are installing? Is it the latest U5 or earlier ones?


On 05/24/2012 05:28 PM, Piya27 [via NewGenLib] wrote:
thanks. did the above steps , however got this error at last step

[hidden email] ./ant UpdateWholeRec -f Installation.xml
Buildfile: /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml

BUILD FAILED
Target "UpdateWholeRec" does not exist in the project "NGL3.0.2Instalation".

Total time: 0 seconds



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572797.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions Private Limited
www.verussolutions.biz
Reply | Threaded
Open this post in threaded view
|

Re: how to instal postgresql 8.3

Piya27

3.0.3

Complete Installation file



On Fri, May 25, 2012 at 8:25 AM, Verus Open Source Support [via NewGenLib] <[hidden email]> wrote:
Hi,
May I know which version of NewGenLib you are installing? Is it the latest U5 or earlier ones?



On 05/24/2012 05:28 PM, Piya27 [via NewGenLib] wrote:
thanks. did the above steps , however got this error at last step

[hidden email] ./ant UpdateWholeRec -f Installation.xml
Buildfile: /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml

BUILD FAILED
Target "UpdateWholeRec" does not exist in the project "NGL3.0.2Instalation".

Total time: 0 seconds



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572797.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions
www.verussolutions.biz



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572798.html
To unsubscribe from how to instal postgresql 8.3, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: how to instal postgresql 8.3

Verus Open Source Support
Hi,
The link points to U1(Update 1) of 3.0.3
But the latest is 3.0.3 U5
http://www.verussolutions.biz/downloadNGL.php
The above link re-directs you to the latest version. We highly recommend this.
If you can download this file, we will do the installation for you.
Please install TeamViewer or Yuuguu and send you an email to support<at_the-rate>verussolutions.biz
Regards
NewGenLib Open Source Support Team


On 05/25/2012 09:15 AM, Piya27 [via NewGenLib] wrote:

3.0.3

Complete Installation file



On Fri, May 25, 2012 at 8:25 AM, Verus Open Source Support [via NewGenLib] <[hidden email]> wrote:
Hi,
May I know which version of NewGenLib you are installing? Is it the latest U5 or earlier ones?



On 05/24/2012 05:28 PM, Piya27 [via NewGenLib] wrote:
thanks. did the above steps , however got this error at last step

[hidden email] ./ant UpdateWholeRec -f Installation.xml
Buildfile: /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml

BUILD FAILED
Target "UpdateWholeRec" does not exist in the project "NGL3.0.2Instalation".

Total time: 0 seconds



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572797.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions
www.verussolutions.biz



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572798.html
To unsubscribe from how to instal postgresql 8.3, click here.
NAML




If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572799.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions Private Limited
www.verussolutions.biz
Reply | Threaded
Open this post in threaded view
|

Re: how to instal postgresql 8.3

Piya27
thanks , I Installed the latest version and did all the steps all again , but still getting the same error at UpdateWholeRec command



On Fri, May 25, 2012 at 9:38 AM, Verus Open Source Support [via NewGenLib] <[hidden email]> wrote:
Hi,
The link points to U1(Update 1) of 3.0.3
But the latest is 3.0.3 U5
http://www.verussolutions.biz/downloadNGL.php
The above link re-directs you to the latest version. We highly recommend this.
If you can download this file, we will do the installation for you.
Please install TeamViewer or Yuuguu and send you an email to support<at_the-rate>verussolutions.biz

Regards
NewGenLib Open Source Support Team


On 05/25/2012 09:15 AM, Piya27 [via NewGenLib] wrote:

3.0.3

Complete Installation file



On Fri, May 25, 2012 at 8:25 AM, Verus Open Source Support [via NewGenLib] <[hidden email]> wrote:
Hi,
May I know which version of NewGenLib you are installing? Is it the latest U5 or earlier ones?



On 05/24/2012 05:28 PM, Piya27 [via NewGenLib] wrote:
thanks. did the above steps , however got this error at last step

[hidden email] ./ant UpdateWholeRec -f Installation.xml
Buildfile: /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml

BUILD FAILED
Target "UpdateWholeRec" does not exist in the project "NGL3.0.2Instalation".

Total time: 0 seconds



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572797.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions
www.verussolutions.biz



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572798.html
To unsubscribe from how to instal postgresql 8.3, click here.
NAML




If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572799.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions
www.verussolutions.biz



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572800.html
To unsubscribe from how to instal postgresql 8.3, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: how to instal postgresql 8.3

Verus Solutions Support
Ok follow the below commands

Command 1
chmod 777 InstallNGL3.0 -R

Command 2
cd InstallNGL3.0

Command 3
./Install.sh


On 05/25/2012 10:25 AM, Piya27 [via NewGenLib] wrote:
thanks , I Installed the latest version and did all the steps all again , but still getting the same error at UpdateWholeRec command



On Fri, May 25, 2012 at 9:38 AM, Verus Open Source Support [via NewGenLib] <[hidden email]> wrote:
Hi,
The link points to U1(Update 1) of 3.0.3
But the latest is 3.0.3 U5
http://www.verussolutions.biz/downloadNGL.php
The above link re-directs you to the latest version. We highly recommend this.
If you can download this file, we will do the installation for you.
Please install TeamViewer or Yuuguu and send you an email to support<at_the-rate>verussolutions.biz

Regards
NewGenLib Open Source Support Team


On 05/25/2012 09:15 AM, Piya27 [via NewGenLib] wrote:

3.0.3

Complete Installation file



On Fri, May 25, 2012 at 8:25 AM, Verus Open Source Support [via NewGenLib] <[hidden email]> wrote:
Hi,
May I know which version of NewGenLib you are installing? Is it the latest U5 or earlier ones?



On 05/24/2012 05:28 PM, Piya27 [via NewGenLib] wrote:
thanks. did the above steps , however got this error at last step

[hidden email] ./ant UpdateWholeRec -f Installation.xml
Buildfile: /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml

BUILD FAILED
Target "UpdateWholeRec" does not exist in the project "NGL3.0.2Instalation".

Total time: 0 seconds



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572797.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions
www.verussolutions.biz



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572798.html
To unsubscribe from how to instal postgresql 8.3, click here.
NAML




If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572799.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions
www.verussolutions.biz



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572800.html
To unsubscribe from how to instal postgresql 8.3, click here.
NAML




If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572801.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: how to instal postgresql 8.3

Piya27
This is the Result I am getting :

libuser@libuser-desktop:~$ chmod 777 InstallNGL3.0 -R
libuser@libuser-desktop:~$ cd InstallNGL3.0
libuser@libuser-desktop:~/InstallNGL3.0$ ./Install.sh
Buildfile: /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml

checkos:

if_windows:

if_unix:
     [echo] /usr

nglfiles.drive:

CreateInstallationDirectory:
    [touch] Creating /home/libuser/output3_0_2.sql
    [mkdir] Created dir: /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/C:/NGL3
    [mkdir] Created dir: /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/C:/NGL3/BookCovers

BUILD FAILED
/home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml:39: Warning: Could not find file /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/C:/InstallNGL3.0/no-image.gif to copy.

Total time: 0 seconds
libuser@libuser-desktop:~/InstallNGL3.0$

--------------
I think there's some path problem. May be I am not giving correct path.
I extracted InstallNGL3.0 in my home directory, i.e. , libuser.



On Fri, May 25, 2012 at 10:36 AM, Verus Solutions Support [via NewGenLib] <[hidden email]> wrote:
Ok follow the below commands

Command 1
chmod 777 InstallNGL3.0 -R

Command 2
cd InstallNGL3.0

Command 3
./Install.sh



On 05/25/2012 10:25 AM, Piya27 [via NewGenLib] wrote:
thanks , I Installed the latest version and did all the steps all again , but still getting the same error at UpdateWholeRec command



On Fri, May 25, 2012 at 9:38 AM, Verus Open Source Support [via NewGenLib] <[hidden email]> wrote:
Hi,
The link points to U1(Update 1) of 3.0.3
But the latest is 3.0.3 U5
http://www.verussolutions.biz/downloadNGL.php
The above link re-directs you to the latest version. We highly recommend this.
If you can download this file, we will do the installation for you.
Please install TeamViewer or Yuuguu and send you an email to support<at_the-rate>verussolutions.biz

Regards
NewGenLib Open Source Support Team


On 05/25/2012 09:15 AM, Piya27 [via NewGenLib] wrote:

3.0.3

Complete Installation file



On Fri, May 25, 2012 at 8:25 AM, Verus Open Source Support [via NewGenLib] <[hidden email]> wrote:
Hi,
May I know which version of NewGenLib you are installing? Is it the latest U5 or earlier ones?



On 05/24/2012 05:28 PM, Piya27 [via NewGenLib] wrote:
thanks. did the above steps , however got this error at last step

[hidden email] ./ant UpdateWholeRec -f Installation.xml
Buildfile: /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml

BUILD FAILED
Target "UpdateWholeRec" does not exist in the project "NGL3.0.2Instalation".

Total time: 0 seconds



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572797.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions
www.verussolutions.biz



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572798.html
To unsubscribe from how to instal postgresql 8.3, click here.
NAML




If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572799.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions
www.verussolutions.biz



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572800.html
To unsubscribe from how to instal postgresql 8.3, click here.
NAML




If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572801.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML




If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572802.html
To unsubscribe from how to instal postgresql 8.3, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: how to instal postgresql 8.3

Verus Open Source Support
You must edit config.ini first
This file is found in /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin
Use a text editor to edit this file

On 05/25/2012 10:42 AM, Piya27 [via NewGenLib] wrote:
This is the Result I am getting :

libuser@libuser-desktop:~$ chmod 777 InstallNGL3.0 -R
libuser@libuser-desktop:~$ cd InstallNGL3.0
[hidden email] ./Install.sh
Buildfile: /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml

checkos:

if_windows:

if_unix:
     [echo] /usr

nglfiles.drive:

CreateInstallationDirectory:
    [touch] Creating /home/libuser/output3_0_2.sql
    [mkdir] Created dir: /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/C:/NGL3
    [mkdir] Created dir: /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/C:/NGL3/BookCovers

BUILD FAILED
/home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml:39: Warning: Could not find file /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/C:/InstallNGL3.0/no-image.gif to copy.

Total time: 0 seconds
[hidden email]

--------------
I think there's some path problem. May be I am not giving correct path.
I extracted InstallNGL3.0 in my home directory, i.e. , libuser.



On Fri, May 25, 2012 at 10:36 AM, Verus Solutions Support [via NewGenLib] <[hidden email]> wrote:
Ok follow the below commands

Command 1
chmod 777 InstallNGL3.0 -R

Command 2
cd InstallNGL3.0

Command 3
./Install.sh



On 05/25/2012 10:25 AM, Piya27 [via NewGenLib] wrote:
thanks , I Installed the latest version and did all the steps all again , but still getting the same error at UpdateWholeRec command



On Fri, May 25, 2012 at 9:38 AM, Verus Open Source Support [via NewGenLib] <[hidden email]> wrote:
Hi,
The link points to U1(Update 1) of 3.0.3
But the latest is 3.0.3 U5
http://www.verussolutions.biz/downloadNGL.php
The above link re-directs you to the latest version. We highly recommend this.
If you can download this file, we will do the installation for you.
Please install TeamViewer or Yuuguu and send you an email to support<at_the-rate>verussolutions.biz

Regards
NewGenLib Open Source Support Team


On 05/25/2012 09:15 AM, Piya27 [via NewGenLib] wrote:

3.0.3

Complete Installation file



On Fri, May 25, 2012 at 8:25 AM, Verus Open Source Support [via NewGenLib] <[hidden email]> wrote:
Hi,
May I know which version of NewGenLib you are installing? Is it the latest U5 or earlier ones?



On 05/24/2012 05:28 PM, Piya27 [via NewGenLib] wrote:
thanks. did the above steps , however got this error at last step

[hidden email] ./ant UpdateWholeRec -f Installation.xml
Buildfile: /home/libuser/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml

BUILD FAILED
Target "UpdateWholeRec" does not exist in the project "NGL3.0.2Instalation".

Total time: 0 seconds



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572797.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions
www.verussolutions.biz



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572798.html
To unsubscribe from how to instal postgresql 8.3, click here.
NAML




If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572799.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions
www.verussolutions.biz



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572800.html
To unsubscribe from how to instal postgresql 8.3, click here.
NAML




If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572801.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML




If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572802.html
To unsubscribe from how to instal postgresql 8.3, click here.
NAML




If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/how-to-instal-postgresql-8-3-tp7572783p7572803.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions Private Limited
www.verussolutions.biz
12