I am having problems installing aolserver 3.5.6 on a linux box running Linux 9.0. I have recently upgraded to 9.0, and wonder if that might be an issue.
I installed tcl8.4.4 without any apparent problems. The following is a summary of what I did: install tcl8.4.4: # ./configure --prefix=/usr/local/aolserver356 --enable-threads # make install install aolserver 3.5.6: # ./configure --prefix=/usr/local/aolserver356 --with-tcl=/usr/local/aolserver356/lib output: checking for Tcl configuration... found /usr/local/aolserver356/lib/tclConfig.sh checking for existence of /usr/local/aolserver356/lib/tclConfig.sh... loading checking for build with symbols... no checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for timegm... yes checking for fork1... no checking for poll... yes checking for drand48... yes checking for random... yes checking for _NSGetEnviron... no checking how to run the C preprocessor... gcc -E checking for mach-o/dyld.h... no checking for dl.h... no checking need for dup high... no checking msg_controllen in struct msghdr... yes configure: creating ./config.status config.status: creating include/Makefile.global config.status: creating include/Makefile.module # make install output: make[1]: Entering directory `/usr/local/src/aolserver-3.5.6-src/nsthread' /bin/rm -f nsthreadtest gcc -pipe -L../nsthread -L../nsd -o nsthreadtest nsthreadtest.o libnsthread.so -L/usr/local/aolserver356/lib -ltcl8.4 -ldl -lpthread -lieee -lm -rdynamic -Wl,-rpath,/usr/local/aolserver356/lib nsthreadtest.o(.text+0x79c): In function `DumperThread': : undefined reference to `Tcl_GetMemoryInfo' collect2: ld returned 1 exit status make[1]: *** [nsthreadtest] Error 1 make[1]: Leaving directory `/usr/local/src/aolserver-3.5.6-src/nsthread' make: *** [all] Error 1 Any ideas? Thorpe -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
