Forum OpenACS Q&A: tDOM error

Collapse
Posted by Mohammad Al-Ghazali on
i have already edit the CONFIG file and modify it to be like these:

../configure --enable-threads --disable-tdomalloc
--prefix=/usr/local/aolserver40r10 --with-tcl=/usr/local/lib

This is the error that occur


[root unix]# shCONFIG

CONFIG:Line 42: --prefix=/usr/local/aolserver40r10: No such file or directory

Collapse
2: Re: tDOM error (response to 1)
Posted by Mohammad Al-Ghazali on
Can anybody help me solve this problem, I kind of really stuck in here,does it consider about the tDOM version or about the aolserver40r10 folder permission?
Collapse
3: Re: tDOM error (response to 1)
Posted by Dave Bauer on
Does that directory exist?

First check that is it there and readable.

Collapse
4: Re: tDOM error (response to 1)
Posted by Mohammad Al-Ghazali on
I've found the solution for this,instead of editing the CONFIG file, i just use this command and i've succed

[root unix]#../configure --enable-threads --disable-tdomalloc --prefix=/usr/local/aolserver40r10 --with-tcl=/usr/local/lib
[root unix]#make install