Forum OpenACS Q&A: Response to nsopenssl build problem

Collapse
Posted by Andrew Piskorski on
Eric, did you modify nsopenssl/Makefile for Solaris as mentioned in the nsopenssl docs? Here's a snippet of what I have:
# NOTE!!! Solaris need the following, but you'll need to modify it to 
# point to where your libgcc.a sits: 

#MODLIBS  =  -L$(OPENSSL)/lib -lssl -lcrypto -L/usr/local/products/gcc-2.95/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95 -lgcc 

# Then this should be correct for us:  --atp@piskorski.com, 2001/07/25 19:22 EDT 
MODLIBS  =  -Bstatic -L$(OPENSSL)/lib -lssl -lcrypto -L /opt/sfw/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/ -lgcc