Re: [AOLSERVER] Form variables

2001-05-15 Thread Allanah Myles
This is what I do (or at least, something vey similar to it): proc fetch_form_variables {varName} { upvar 1 $varName arrayName set form [ns_getform] set size [ns_set size $form] for {set i 0} {$i < $size} {incr i} { set [set arrayName]([ns_set key $form $i]) [ns_set value

Re: [AOLSERVER] AOLServer and Mandrake Linux 8.0

2001-05-15 Thread Allanah Myles
On 2001.05.15, Justin Clift <[EMAIL PROTECTED]> wrote: > Hi all, > > This is the very first time I'm attempting to get AOLServer compiled and > going on Linux, after failing miserably using Solaris 8. How did you "fail miserably"? The only problem I had compiling AOLserver 3.3.1 on Solaris 2.6 w

Re: [AOLSERVER] AOLServer and Mandrake Linux 8.0

2001-05-15 Thread Allanah Myles
On 2001.05.16, Justin Clift <[EMAIL PROTECTED]> wrote: > I see from your email that AOLServer unconditionally puts in the > -mcpu=ultrasparc, so that's likely the problem. I hadn't noticed it > (didn't look real hard honestly). Just logged into the old sparc server > now, removed the -mcpu=ultra