[AOLSERVER] Ns_ModuleInit in nspostgres.so

2003-03-20 Thread Mohan Pakkurti
hi! I get the following error when trying to start aolserver. Using aolserver-4.0-beta3.src / sparc solaris 8 [20/Mar/2003:09:10:15][16284.1][-main-] Notice: nsmain: AOLserver/4.0 starting [20/Mar/2003:09:10:15][16284.1][-main-] Notice: nsmain: security info: uid=102, euid=102, gid=103,

Re: [AOLSERVER] Ns_ModuleInit in nspostgres.so

2003-03-20 Thread Zoran Vasiljevic
On Thursday 20 March 2003 10:15, you wrote: hi! I get the following error when trying to start aolserver. Using aolserver-4.0-beta3.src / sparc solaris 8 You are maybe using too old make utility. Try updating your make to the latest version. Cheers Zoran -- AOLserver -

Re: [AOLSERVER] Ns_ModuleInit in nspostgres.so

2003-03-20 Thread Kriston Rehberg
Hi, That's because nspostgres.so is a database driver and not a module. See the docs on how to configure a database driver. There should be an example in there for how to load it. Kris --- Mohan Pakkurti [EMAIL PROTECTED] wrote: hi! I get the following error when trying to start aolserver.

[AOLSERVER] Tcl profiling suggestions with AOLserver?

2003-03-20 Thread Eric Larkin
We are using AOLserver (3.4.2 with a ported version of the ACS encoding patches) in our production environment, and have reached the point where we would like to profile our Tcl code to find procs that could be optimized or rewritten. We're particularly interested in a report that looks something

Re: [AOLSERVER] Tcl profiling suggestions with AOLserver?

2003-03-20 Thread Alfred Werner
http://sdm.openacs.org/wp/display/140/ has a good presentation on a different approach to profiling. (I just happen to have the printout next to my keyboard :) Regards, Alfred Werner On Thu, 20 Mar 2003, Eric Larkin wrote: We are using AOLserver (3.4.2 with a ported version of the ACS encoding