Forum OpenACS Q&A: Response to cannot install openACS

Collapse
Posted by Jamie Ross on
If you are using port 80 , make sure you start the process as root and show user to run under
<pre>
root# bin/nsd -kt nsd.tcl -u nsadmin -g web
</pre>
<p>
Also make sure LD_LIBRARY_PATH is set properly or database won't connect..  (echo $LD_LIBRARY_PATH)
<p>
running in the foreground with -ft option is a good idea until you get everything set up