[AOLSERVER] Install problem

2008-03-03 Thread Xavier Bourguignon
Hi, I am new to Linux and new to aolserver. I have installed tcl wihtout any problems. aolserver on the other hand is giving me this when I try to install it: [EMAIL PROTECTED]:~/Desktop/aolserver-4.5.0$ make install /home/xbourgui/programs/tcl8.4/bin/tclsh8.4 ./util/nsmakeall.tcl install

Re: [AOLSERVER] Install problem

2008-03-03 Thread Xavier Bourguignon
I ran make clean, then make all and I got this on make all: gcc -O2 -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC -O2 -fno-strict-aliasing -pipe -nostartfiles -I/home/xbourgui/Desktop/aolserver-4.5.0/include -I/home/xbourgui/programs/tcl8.4//include -DNO_CONST -DHAVE_LIMITS_H=1

Re: [AOLSERVER] 32- vs. 64-bit mem bloat

2008-03-03 Thread Alex
Tom, Gustaf, All Yes, that happens even if the same page is requested. Could you tell me more about pre-queue filters? The interesting thing is that I only see this memory leak issue on one of my servers. All servers run x86 Debian, though might be slightly differently dist-upgraded, Postgres

[AOLSERVER] compiling nsoracle on windows

2008-03-03 Thread Saurabh Sisodia
Hi All, I am facing a issue when compiling nsoracle module for aolserver on win32. I am getting the following error when linking: unresolved reference _imp_Ns_DbRegisterDriver unresolved reference _imp_Ns_DbSetException If someone else has faced similar issue and got it resolved please help me

Re: [AOLSERVER] 32- vs. 64-bit mem bloat

2008-03-03 Thread Tom Jackson
Can you narrow down what code actually runs on this one page? If it happens on any one page, is there some shared code? It is very likely, which would be lucky for you, that some large data structure is being created with each request and not deleted. As Gustaf said, I guess that XOTcl

Re: [AOLSERVER] Install problem

2008-03-03 Thread Gustaf Neumann
Dear Xavier, There is a known problem with Tcl_GetMemoryInfo() in Tcl 8.5 (see e.g. http://aspn.activestate.com/ASPN/Mail/Message/tcl-core/3610677 or http://sourceforge.net/tracker/index.php?func=detailaid=1868171group_id=10894atid=110894). however, since you are using tcl 8.5, this seems