Forum OpenACS Development: Re: Res: oacs head installation

Collapse
Posted by Cesareo Garci­a Rodicio on
Hi

I had the same problem when compiling from source my Aolserver 4.5.1 in Mac OS X. My solution came from this thread. You would have to add a step in bulding:

/usr/local/tcl/bin/tclsh8.4 nsconfig.tcl -install /usr/local/aolserver -debug

Being /usr/local/tcl/bin/tclsh8.4 whereis tclsh8.4 (executable bin you'll use). What happens is that OS can not found tcl executable (I change x-permission and it didn't work)

I think that adding to those files (./util/*.tcl) a line with executable !#/usr/local/tcl/bin/tclsh8.4 must be work Cheers