Great, I just did new build process of tcl and aolserver, and can confirm that you are definitely right.
I didn't pay attention to the --disable-load switch before, because Tk was build without problems on the top of Tcl :-) I have some problems with php modules on tru64 when dynamic loaders comes into play, so I tried to minimize the risk of the same by aolserver. And I didn't realized that I copied the switch to the mdk linux test build. This morning I read http://www.wired.com/news/space/0,2697,66487,00.html Probably the baryonic matter reacted slightly with my brain before I started to compile aolserver :-) Well the coclusion for the mailing list: the problems where caused by --disable-load switch used while configuring Tcl. Thank you very much for your efficient help. David On Fri, 4 Feb 2005, Dossy Shiobara wrote: > On 2005.02.04, David Komanek <[EMAIL PROTECTED]> wrote: > > Attached. I configured Tcl with > > > > CC=gcc > > --prefix=/usr/local > > --enable-threads > > --enable-shared > > --enable-langinfo > > --disale-load --> this for overcome potential problems with dynamic > > loader, I do not suppose this would have influence on other product at its > > compile time > > Oh, this will definitely not work if you build Tcl with --disable-load. > This is most definitely the problem. Looking at your tclConfig.sh: > > > # Suffix to use for the name of a shared library. > > TCL_SHLIB_SUFFIX='' > > Yes, this is most definitely the problem here. > > AOLserver relies heavily on the Tcl compile time stuff (it borrows most > of its build instructions from Tcl's tclConfig.sh) since AOLserver > relies heavily on Tcl, and must be built similarly in order for the two > to work together correctly. > > Rebuild Tcl without --disable-load, I'm sure everything will build just > fine. > > -- Dossy > > -- 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.
