On Thursday, October 17, 2002, at 03:15 PM, Durga wrote:
% ./configure
% make install
--with-tcl=/pub/lib/
--prefix=/pub/msp/
Since you didn't give a --prefix arg to ./configure, it should have
installed in /usr/local/aolserver, and not /pub/AOLserver. Also, your tcl
./configure specified --prefix=/usr/local/aolserver, yet you make
AOLserver with "--with-tcl=/pub/lib", which is not /usr/local/aolserver.
I don't think you have things installed in the right places. What is in
/pub/AOLserver, and how did it get there?
[16/Oct/2002:16:54:12][21439.1][-main-] Warning: modload: no such
symbol'Ns_ModuleInit' in module '/pub/AOLserver/bin/nssock.so'
[16/Oct/2002:16:54:12][21439.1][-main-] Fatal: modload: failed to load
module '/pub/AOLserver/bin/nssock.so'
Your nssock.so is bad, somehow. Either it's been built incorrectly, or
installed incorrectly. Hard to know which, or to be more precise without
more information, such as platform, how you obtained AOLserver, how you
installed it, and so on.