On Wed, Jan 23, 2002 at 02:30:59PM -0500, Robert Pungello wrote: > I originally ran the config script as "./config shared threads > -D_REENTRANT". However, I was unable to run anything in the apps > directory, so I'm assuming that this was not quite right. I just tried the > config options you gave, but -fPIC is an unknown option and is being > ignored by the machine I'm building on.
-fPIC is the compiler option for GNU C. For HP's compiler it is +Z. You can add +Z to the configuration, then build OpenSSL. Finally process the created libcryto.a and libssl.a with: /usr/ccs/bin/ld -b -z -o libcrypto.sl.0.9.6 +h libcrypto.sl.0.9.6 -Fl libcrypto.a (using the "-Fl"=forceload option, which is available at 10.20 but not documented, I think it is documented on 11). Then copy the library to /usr/local/ssl/lib (or whatever location you want), ln -s libcrypto.sl.0.9.6 libcrypto.sl chmod a+rx libcrypto.sl.0.9.6 chmod a-w libcrypto.sl.0.9.6 That's it. Best regards, Lutz -- Lutz Jaenicke [EMAIL PROTECTED] http://www.aet.TU-Cottbus.DE/personen/jaenicke/ BTU Cottbus, Allgemeine Elektrotechnik Universitaetsplatz 3-4, D-03044 Cottbus ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]