Forum OpenACS Q&A: Debian docs

Collapse
Posted by Iuri Sampaio on
On the debian installation docs:
https://openacs.org/wiki/Installing%20OpenACS%20on%20Debian%20Linux
there's a line which i haven't figure out where i should make the changes. Is nsd-postgres a file? a command line? where?

when you move nsd-postgres you need to move it to /usr/lib/aolserver4/bin instead of /usr/local/aolserver/bin. You also need to change the last line of that file to:
exec /usr/lib/aolserver4/bin/nsd $*and at the end of the previous line (export LD_LIBRARY_PATH...etc) change /usr/local/aolserver/lib to /usr/lib/aolserver4/lib

can you help on that, please?

Collapse
2: Re: Debian docs (response to 1)
Posted by Orzenil Silva Junior on
Iuri,

nsd-postgres is a file you can find in

packages/acs-core-docs/www/files/nsd-postgres.txt

from your root OpenAcs install

Just copy this file as nsd-postgres to /usr/lib/aolserver4/bin and chmod it to 755

dont forget to changes last line according debian aolserver4 location

Collapse
3: Re: Re: Debian docs (response to 2)
Posted by Iuri Sampaio on
I just found it . I ran a "find / -name nsd-postgres*"

Anyway, thanks a lot for the quick answer =)