David Mott wrote on 8/3/04, 10:59 AM: > > There is a problem I have ran into. When i attempt to start > with "start-java", it gives me this message: > > "/winchester/bwd_home/dm6097/cvs_sandboxes/wip/bwd/bin/nsd > -ft > /winchester/bwd_home/dm6097/cvs_sandboxes/wip/bwd/java.tcl > ld.so.1: > /winchester/bwd_home/dm6097/cvs_sandboxes/wip/bwd/bin/nsd: > fatal: libgcc_s.so.1: open failed: No such file or > directory" >
In order to get past this you'll need to find out where gcc is installed and include it the lib directory on your LD_LIBRARY_PATH. We encounter this issue on our production machines, where they often don't have nor want gcc installed. We work around this by forcing libgcc to be statically linked on the tcl and aolserver builds. on the tcl make: SHLIB_LD_FLAGS+=-static-libgcc on the aolserver make: LDFLAGS+=-static-libgcc -Elizabeth -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
