On 16/10/2009, at 3:21 PM, nitin chandra wrote:
On Thu, Oct 15, 2009 at 2:01 PM, nitin chandra <[email protected] > wrote:

following steps were taken for installation:

# tar zxvf aolserver-4.5.1-src.tar.gz

# cd aolserver-4.5.1

# ./configure --prefix=/opt/aolserver --with-tcl=/usr/lib\ --enable- threads | tee aol451_config.log


  ===========XXXX=============
script files util/nsmakeall.tcl, util/nsinstall.tcl,
util/nsremove.tcl, first, are not given appropriate permissions for
execution (x) and, second, they are neither handed over to tclsh by
make nor come with a shebang.
1> "chmod u+x" on all of the scripts mentioned above.
2> add shebangs (e.g., #!/usr/bin/tclsh) on the top of the scripts.
   =============XXXXXXX==============

According to the README (section 3c) the correct way to build aolserver 4.5.1 is not calling configure yourself, but in the top level of the unpacked tarball to run "tclsh nsconfig.tcl -install / path/to/wherever" which itself runs configure and drives the rest of the process. First time I tried to build 4.5.1, I ran configure myself and later was unable to successfully complete the build (I don't recall the specific error), but running nsconfig.tcl instead did work. I never bothered looking inside to see what it's setting up differently, but there's obviously something.

It looks like the specific problem you're having is the build system can't find or isn't trying to link against libpthread. Try the documented build process and see if that helps with setting up a working build environment.


cheers

Russell


--
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.

Reply via email to