Forum OpenACS Q&A: error in AOLServer installation

Collapse
Posted by xXx Prince on
hai..

i've succeeded in installing PostgreSQL..
thank to those who were trying to helping me..
appreciate it..
but now..
i'm facing with this problem..
as ususal..
i'm following the OpenACS documentation 5.2
the current relase stable..
when it comes to AOLServer installation..
many problems occured..
i have print creen the error..
hope someone who know can tell me how to solve it..

thank you!

http://www.geocities.com/xsun_san/openACS/nscacheERROR.JPG
http://www.geocities.com/xsun_san/openACS/nsoracleERROR.JPG
http://www.geocities.com/xsun_san/openACS/tdomERROR.JPG

Collapse
Posted by alessio costantini on
For the first problem(nscache):
make sure having compiled nscache with:

make install AOLSERVER=/usr/local/aolserver

For the third problem (tDOM):
make sure having uncommented the lines with your desired configure:

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

Bye

Collapse
Posted by xXx Prince on
hi alessio..

actually..
i have done all the steps..
when i see the error..
i have put the cmd line for the cache & tdom as u said
but it still occures an error!!
any contigency steps?

thank you!

Collapse
Posted by Alfred Essa on
I see that you are using VMWare Workstation and RedHat. I have access to a similar configuration and will see if I can check this out for you tomorrow.

I suspect that part of the problem here might be related to how you have setup your PATHS. The documentation is not very clear on this.

Collapse
Posted by Alfred Essa on
I think the problem is due to your PATH not being setup properly.

Try adding the following lines at end of your /etc/profile file:

PATH=$PATH:/usr/local/bin:/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/pgsql/bin
export PATH

Just to be safe, logout and login again once you have made the changes.

Collapse
Posted by xx xx on
You may need:

nscache:
make install AOLSERVER=/usr/local/aolserver40r8

nsoracle:
don't install. You are using postgresql and not oracle are you?

tdom:
I don't know. It doesn't know where the makefile is.
Did you try to include --prefix=/usr/local/aolserver40r8 ?

Collapse
Posted by xXx Prince on
hi..

i've succeeded installing my AOLServer..i think so..
but when i want to test my AOLServer..
this problems occur:

http://www.geocities.com/xsun_san/openACS/AOLexistORnot.JPG

when i enter the cmd "ls -l"..
is it my aolserver is starting at my default page or not?
because the output when i'm entering the cmd "ls -l" is not the same with the output on the dcoumentation..

also..
when i'm entering the cmd "./bin/nsd -t sample-config.tcl -u nobody -g web"..
the output also differ from the documentation stated..
the nsssl can be ignored..
but i've an error on "to get address info from dns"..
what's that mean?
is my AOLserver is ok?

thank you in advance!

Collapse
Posted by Mohammad Al-Ghazali on
I think i got the same problem with xXxPrince,my command is

make install AOLSERVER=/usr/local/aolserver40r10/aolserver

and this is the error

../aolserver/include/Makefile.module:108: /usr/local/aolserver40r10/aolserver/include/Makefile.global: No such file or directory
make: *** No rule to make target `/usr/local/aolserver40r10/aolserver/include/Makefile.global'. Stop

my source file is within the aolserver40r10/aolserver

i try to change the profile path,but the error still occur after i've logout and login.

I'm using Fedora Core 4

Collapse
Posted by xXx Prince on
hi..

i've succeeded installing my AOLServer..i think so..
but when i want to test my AOLServer..
this problems occur:

http://www.geocities.com/xsun_san/openACS/AOLexistORnot.JPG

when i enter the cmd "ls -l"..
is it my aolserver is starting at my default page or not?
because the output when i'm entering the cmd "ls -l" is not the same with the
output on the dcoumentation..

also..
when i'm entering the cmd "./bin/nsd -t sample-config.tcl -u nobody -g web"..
the output also differ from the documentation stated..
the nsssl can be ignored..
but i've an error on "to get address info from dns"..
what's that mean?
is my AOLserver is ok?

thank you in advance!