These arguments work quite well for me. I use them to install openssl over Macports default installation, and having --prefix and --openssldir turns out to be sufficient for the job.
Sent from my BlackBerry 10 smartphone on the Verizon Wireless 4G LTE network. Original Message From: Richard Levitte Sent: Tuesday, January 19, 2016 13:06 To: [email protected] Reply To: [email protected] Subject: [openssl-dev] Configure --prefix and --openssldir Hi, I'd like to ask developers and packagers out there, how are the configuration options --prefix and --openssldir working out for you? When I look at them today, they look... well, a bit aged, and could use a refreshment. But before doing anything with these options, I'd like to know how you guys are using them, and how they could be better. As a recap, here's how they work today (*): --prefix unset, --openssldir unset => INSTALLTOP=/usr/local/ssl , OPENSSLDIR=/usr/local/ssl --prefix unset, --openssldir set to "/bar" (absolute path) => INSTALLTOP=/bar , OPENSSLDIR=/bar --prefix unset, --openssldir set to "bar" (relative path) => INSTALLTOP=bar , OPENSSLDIR=bar/bar --prefix set to "/foo", --openssldir unset => INSTALLTOP=/foo , OPENSSLDIR=/foo/ssl --prefix set to "/foo", --openssldir set to "/bar" (absolute path) => INSTALLTOP=/foo , OPENSSLDIR=/bar --prefix set to "/foo", --openssldir set to "bar" (relative path) => INSTALLTOP=/foo , OPENSSLDIR=/foo/bar Installation currrntly uses $(INSTALLTOP) to install 'openssl' and 'c_rehash' (in $(INSTALLTOP)/bin), libraries & pkgconfig files (in $(INSTALLTOP)/lib and $(INSTALLTOP)/lib/pkgconfig), engines (in $(INSTALLTOP)/lib/engines) and include files (in $(INSTALLTOP)/include/openssl). Installation also currently uses $(OPENSSLDIR) to install scripts (in $(OPENSSLDIR)/misc) except for 'c_rehash', and manuals, both in man form (in $(OPENSSLDIR)/man/man$n) and html form (in $(OPENSSLDIR)/html/{apps|crypto|ssl}). Cheers, Richard -- Richard Levitte [email protected] OpenSSL Project http://www.openssl.org/~levitte/ _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
