Hi Dossy/Pete,

At last, I am able bring up the Web Server!!...I replaced the "gmake", "gcc"
with latest version, then I installed it.


Here are version details:

Before:
/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]

After:
/usr/local/bin/make -v
GNU Make 3.80
Copyright (C) 2002  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.

I did not know that VERSION of gnu stuff makes so much difference...and
apologize for troubling you guys lot! ..now I have to work on connecting to
INFORMIX database through TCL.

Thanks!
-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