Forum OpenACS Q&A: Re: Installation failure at tDOM make

Collapse
Posted by Cathy Sarisky on
Hey Andre,

Post the results of your sh CONFIG ?

I'm especially interested to know what it says for
"checking for Tcl configuration... "

Cathy

Collapse
Posted by Andre Dubuc on
Hi Cathy,

Well in the meantime, I figured it out. I examined the output precisely where you were suggesting:

sh CONFIG
[snip]
checking for Tcl configuration... found /usr/local/src/aolserver/aolserver/tcl8.3.2/unix/tclConfig.sh
checking for existence of /usr/local/src/aolserver/aolserver/tcl8.3.2/unix/tclConfig.sh... loading
configure: warning: --prefix defaulting to TCL_PREFIX /usr/local
configure: warning: --exec-prefix defaulting to TCL_EXEC_PREFIX /usr/local

Now that didn't seem right. So, I wandered into /usr/local/src/aolserver/aolserver/tcl8.3.2/unix
and modified:

TCL_PREFIX=/usr/local/src/aolserver/aolserver/tcl8.3.2
TCL_EXEC_PREFIX=/usr/local/src/aolserver/aolserver/tcl8.3.2/unix

As a precaution, I deleted the config-cache as well, and ran 'make' on tDOM-0.7.8/unix.

No errors, so I hope the thing did it's thing OK.

Thanks for the help. Now on to the next step . . .

Regards,
Andre