Forum OpenACS Q&A: Re: OpenACS Installation. Configuring AOLServer

Collapse
Posted by Thelma Pinto on
Yes i have got the ora8.so and ora8cass.so in the aolserver bin directory. i installed it from the uncompressed aolserver-3.3 ad 13 version. also im using nsd-oracle
    as the script.

    in nsd.tcl
    set serverroot  "/home/${user_account}/web/${server}"
    set pageroot                ${serverroot}/www

During installation of aolserver3.3ad13 beta version:
after gmake , towards the end i get:

./../compat/strtod.c:92:44: missing terminating " character
./../compat/strtod.c:15:170: possible start of unterminated string literal
gmake[2]: *** [strtod.o] Error 1
gmake[2]: Leaving directory `/usr/local/src/aolserver/aolserver/tcl7.6/unix'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/local/src/aolserver/aolserver/tcl7.6'
gmake: *** [libtcl76] Error 2

Similar errors after gmake install

and then only translate.ini file is present in the bin directory.

Any solutions?

Thanx
Thelma

Collapse
Posted by Mat Kovach on
What platform are you building on?

What is the output of:

uname -a
gmake -v
cc -v

You are getting compile errors with the AOLserver code.

Collapse
Posted by Thelma Pinto on
Hi Mat,

The platform is Linux 7.2

GNU Make version 3.79.1

cc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)

Thanx
Thelma