Thanks Dossy!

The LOG I captured was correct..and same file was CUT & PASTED on to
e-mail(I couldn't attached the whole log file as it was). Looks like it
missed something. It's creating nssock.so not "sock.so"..

>Could you send the output for:

 >   uname -a
 >   gcc -v
 >   make -v

uname -a
SunOS consams24 5.7 Generic_106541-18 sun4u sparc SUNW,Ultra-1

gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/specs
gcc version 2.95.2 19991024 (release)

/opt/toolbox/gnu/bin/make -v
GNU Make version 3.76.1, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <[EMAIL PROTECTED]>.

-Durga

-----Original Message-----
From: AOLserver Discussion [mailto:AOLSERVER@;LISTSERV.AOL.COM]On Behalf
Of Dossy
Sent: Wednesday, October 23, 2002 5:44 PM
To: [EMAIL PROTECTED]
Subject: Re: [AOLSERVER] Failed to Load nssock.so


On 2002.10.24, Durga <[EMAIL PROTECTED]> wrote:
>
./configure --with-tcl=/users/WWW/AOL/aolserver_3.5/lib/ --enable-symbols --
> prefix=/users/WWW/AOL/aolserver_3.5/

Remove the trailing /'s.

How did you capture this log?  Just cut and paste?  Please use "make
2>&1 | tee make.out" and send a copy of the make.out file.

> /bin/rm -f nssock.so
> gcc -pipe -shared -nostartfiles  -L../nsthread -L../nsd  -o
>
sock.so   -lnsthread -lnsd -L/users/WWW/AOL/aolserver_3.5//lib -ltcl8.4 -ldl
>   -lsocket -lnsl -lpthread -lm -lrt -Wl,-R,/users/WWW/AOL/aolserver_3.5//l
ib
[...]
> /bin/rm -f nscgi.so
> gcc -pipe -shared -nostartfiles  -L../nsthread -L../nsd  -o
>
cgi.so   -lnsthread -lnsd -L/users/WWW/AOL/aolserver_3.5//lib -ltcl8.4 -ldl
>  -lsocket -lnsl -lpthread -lm -lrt -Wl,-R,/users/WWW/AOL/aolserver_3.5//li
b

It's creating "sock.so" not "nssock.so" and "cgi.so" instead of
"nscgi.so" ... unless something got lost when you sent the build log.

Could you send the output for:

    uname -a
    gcc -v
    make -v

-- Dossy

--
Dossy Shiobara                       mail: [EMAIL PROTECTED]
Panoptic Computer Network             web: http://www.panoptic.com/
  "He realized the fastest way to change is to laugh at your own
    folly -- then you can let go and quickly move on." (p. 70)

Reply via email to