Thanks Pete for quick response!
Yes, I have used different path before.
Your question: Can you provide the output of this command:
ls -l /users/WWW/AOL/aolserver_3.5/bin
/users/WWW/AOL/aolserver_3.5$ ls -l /users/WWW/AOL/aolserver_3.5/bin
total 396
drwxr-xr-x 2 www www 512 Oct 21 15:05 ./
drwxrwxrwx 9 www www 512 Oct 21 15:06 ../
-rw-r--r-- 1 www www 2255 Oct 21 15:05 install-sh
-rwxr-xr-x 1 www www 1692 Oct 21 15:05 nscgi.so*
-rwxr-xr-x 1 www www 1692 Oct 21 15:05 nscp.so*
-rwxr-xr-x 1 www www 81724 Oct 21 15:05 nsd*
-rwxr-xr-x 1 www www 1712 Oct 21 15:05 nsext.so*
-rwxr-xr-x 1 www www 1692 Oct 21 15:05 nslog.so*
-rwxr-xr-x 1 www www 1692 Oct 21 15:05 nsperm.so*
-rwxr-xr-x 1 www www 1692 Oct 21 15:05 nssock.so*
-rwxr-xr-x 1 www www 96000 Oct 21 15:05 nsthreadtest*
-rwxr-xr-x 1 www www 6540 Oct 21 14:45 tclsh8.4*
Your question: Can you also provide the command line you are using to start
the AOLserver?
/users/WWW/AOL/aolserver_3.5$ bin/nsd -ft nsd.tcl
Thanks,
-Durga
-----Original Message-----
From: AOLserver Discussion [mailto:AOLSERVER@;LISTSERV.AOL.COM]On Behalf
Of Peter M. Jansson
Sent: Tuesday, October 22, 2002 2:53 PM
To: [EMAIL PROTECTED]
Subject: Re: [AOLSERVER] Failed to Load nssock.so
On Wednesday, October 23, 2002, at 04:36 AM, Durga wrote:
> Hello Dossy/Jansson,
>
> I did re-install the AOL server. However, I still see same error message.
> Here it is:
>
> [22/Oct/2002:14:24:34][1222.1][-main-] Notice: modload: loading
> '/users/WWW/AOL/aolserver_3.5/bin/nssock.so'
> [22/Oct/2002:14:24:34][1222.1][-main-] Warning: modload: no such symbol
> 'Ns_ModuleInit' in module '/users/WWW/AOL/aolserver_3.5/bin/nssock.so'
> [22/Oct/2002:14:24:34][1222.1][-main-] Fatal: modload: failed to load
> module
> /users/WWW/AOL/aolserver_3.5/bin/nssock.so'
>
I notice that this is a different set of paths than you provided
previously.
The problem is that, as part of AOLserver startup, it's attempting to load
the shared library at /users/WWW/AOL/aolserver_3.5/bin/nssock.so, but
apparently this file does not contain a correctly compiled version of the
library. Can you provide the output of this command:
ls -l /users/WWW/AOL/aolserver_3.5/bin
Can you also provide the command line you are using to start the AOLserver?
It would also be helpful if you would stick to one set of paths for the
AOLserver installation from here, rather than moving it around more.
Pete.