Forum OpenACS Q&A: one more

Collapse
Posted by vivan siv on
hi
im using Vinod Kurup doucumantion to install  OPENACS
after unzipping the file
i typed ls -l as specified in the doc
i get
total 4
drwxr-xr-x    7 nsadmin  nsadmin      4096 Nov 27 09:32 openacs-4

but in the doc the number is 8 instead of 7

then when i come to do createdb .... i get the following error

bash: createdb : command not found

i have done all the steps in the docs provided online but when i get
to this stage nothing works
if anyone could help ....
thanks

Collapse
2: Response to one more (response to 1)
Posted by defunct defunct on
Createdb probably isn't working because its not in your PATH variable.

Try using the full path to the pgsql bin directory. i.e. on my system its

/usr/local/pgsql/bin/createdb

Or often its just in

/usr/bin

Not sure what you mean by 'number 8 instead of 7' but that looks like a red herring... just ignore.

Of course I'm assuming you have postgres installed. (if not then createdb won't exist).