Re: Installing fresh NGL3.0 on Ubuntu12.04

Posted by onehomelist on
URL: http://ngl.70.s1.nabble.com/Installing-fresh-NGL3-0-on-Ubuntu12-04-tp7573035p7573055.html

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.