Hi Jansson, I really appreciate your quick response!
I am very sorry, looks like something is missing in my previous mail....However, I did the installation as mentioned in the README file..but still I couldn't bring up the web server. Again, here is the actual installation commands as I did: For TCL: % gunzip < tcl8.4.0-src.tar.gz | tar xvf - % cd tcl8.4.0/unix % ./configure --prefix=/pub/msp0/ --enable-threads ## /pub/msp0 is homedir for AOLserver # % make test % make install For AOLserver: % gunzip < aolserver-3.5.0.src.tar.gz | tar xvf - % ./configure --with-tcl=/pub/msp0/lib --prefix=/pub/msp0/ % make test % make install (I didn't see any error messages while installing ) Anyways, I am trying re-installe the AOLserver again.. Also, we would like to connect to the INFORMIX database, there is not much information for Informix. Can you please suggest where can I get the DRIVERS? The web site mentioned on AOLserver.com is nolonger exists. Please suggest if you can.. Thanks! -Durga -----Original Message----- From: AOLserver Discussion [mailto:AOLSERVER@;LISTSERV.AOL.COM]On Behalf Of Peter M. Jansson Sent: Thursday, October 17, 2002 2:20 PM To: [EMAIL PROTECTED] Subject: Re: [AOLSERVER] Failed to Load nssock.so 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.
