While building OpenSSL 0.9.6a I setup the following configuration script: web9 $ more myconfigure sh config \ --prefix=/afs/isis.unc.edu/depts/atn/web/openssl \ --openssldir=/afs/isis.unc.edu/depts/atn/web/openssl \ no-threads However, the Makefile still insists on using /usr/local/openssl: INSTALLTOP=/usr/local/openssl OPENSSLDIR=/usr/local/openssl ...so, I set these manually to... INSTALLTOP=/afs/isis.unc.edu/depts/atn/web/openssl OPENSSLDIR=/afs/isis.unc.edu/depts/atn/web/openssl ..., and make install now puts them where I want it. This was the scenario under Solaris 8. web9 $ uname -a SunOS web9 5.8 Generic_108528-07 sun4u sparc SUNW,UltraAX-i2 _______________________________________________________ Joe Morris http://www.ibiblio.org/morris Web Systems Manager, ATN http://help.unc.edu UNC-Chapel Hill http://www.unc.edu ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
