Home
The Toolkit for Online Communities
15899 Community Members, 0 members online, 2384 visitors today
Log In Register

Forum OpenACS Q&A: tDOM error

OpenACS Home : Forums : OpenACS Q&A : tDOM error

Icon of Envelope Request notifications

+
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

+
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?
+
3: Re: tDOM error (response to 1)
Posted by Dave Bauer on
Does that directory exist?

First check that is it there and readable.

+
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