2008/10/15 David Coulter <[EMAIL PROTECTED]>: > Dan Scott said: > > Okay. Hmm. Then you might want to try this out to ensure that the > dependencies are there (even though Makefile.install should ensure > this for you): > > sudo aptitude install postgresql-contrib-8.2 postgresql-plperl-8.2 > Hey Dan: > After I type that in it asks for the postgres password and then goes back to > the prompt.
postgres password? Oh. That means you're running the sudo command as the postgres user, which doesn't have sudo capabilities. Per the instructions at the top of that page, then, become the root user and issue the command: aptitude install postgresql-contrib-8.2 postgresql-plperl-8.2 > I type in the same thing "createlang plperl evergreen" and get > the same result, that is: the system tells me "no such file or directory." > I don't suppose there is any more detailed manual than the one at: > http://open-ils.org/dokuwiki/doku.php?id=installing_evergreen_1.2_on_ubuntu_7.10 > ? Nope, that's all there is. Mind you, this is the first time someone following those instructions has reported the problem that you have reported, and the Ubuntu 8.04 VMWare image at http://open-ils.org/downloads.php was built following those directions step by step. -- Dan Scott Laurentian University
