I am helping a neighbouring library to Install NGL3.0 on Ubuntu 12.04. I followed this guide: http://verussolutions.biz/kb/ubuntuInstallation
When I execute: ./ant UpdateWholeRec -f /home/library/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml I get this error: Buildfile: /home/library/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml BUILD FAILED Target "UpdateWholeRec" does not exist in the project "NGL3.0.2Instalation". Running the same command without "UpdateWholeRec" starts installation but stops after a minute.
SDM OPAC and SDMCBM OPAC
|
Which version of NGL is being
downloaded?
On 08/31/2012 04:18 PM, onehomelist [via NewGenLib] wrote: I am helping a neighbouring library to Install NGL3.0 on Ubuntu 12.04. I followed this guide: http://verussolutions.biz/kb/ubuntuInstallation -- Regards NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions Private Limited www.verussolutions.biz |
This version: http://sourceforge.net/projects/newgenlib/
I clicked download button there.
SDM OPAC and SDMCBM OPAC
|
Can you please download this file?
http://sourceforge.net/projects/newgenlib/files/NewGenLib/version3.0.4R1/InstallNGL3.0.zip/download On 08/31/2012 04:46 PM, onehomelist [via NewGenLib] wrote: This version: http://sourceforge.net/projects/newgenlib/ -- Regards NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions Private Limited www.verussolutions.biz |
The Installation zip you provided solved the issue. But now there is problem with postgresql-8.4. I created postgresql user with this command: "createuser newgenlib -P" and gave newgenlib password. When I ran Install.sh. It says that newgenlib role already exists, but continues, and almost every sql execution std output lines shows error. But it copies files to relevant directories and shows Build successfull. And the server starts without any errors. If I run installation without doing "createuser newgenlib -P", it tell newgenlib role does not exist and it aborts.
SDM OPAC and SDMCBM OPAC
|
Hi
Creating the newgenlib user is a right way. However the installer will try to create a newgenlib user. Even though it fails, it goes ahead. The reason it is unable to create a newgenlib user (if newgenlib user is not there) is: postgres user's password must be wrong in your config.ini On 09/04/2012 11:07 AM, onehomelist [via NewGenLib] wrote: The Installation zip you provided solved the issue. But now there is problem with postgresql-8.4. I created postgresql user with this command: "createuser newgenlib -P" and gave newgenlib password. When I ran Install.sh. It says that newgenlib role already exists, but continues, and almost every sql execution std output lines shows error. But it copies files to relevant directories and shows Build successfull. And the server starts without any errors. If I run installation without doing "createuser newgenlib -P", it tell newgenlib role does not exist and it aborts. -- Regards NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions Private Limited www.verussolutions.biz |
Free forum by Nabble | Edit this page |