[Alpine-info] Building on Debian with OpenSSL in non-standard
location
Eduardo Chappa
chappa at u.washington.edu
Sun Dec 7 09:01:17 PST 2008
On Sun, 7 Dec 2008, Otto Maddox wrote:
:) The problem seems to be related to the non-standard location of OpenSSL
:) 0.9.8i, which was built using
:)
:) $ ./config --prefix=$HOME/local --openssldir=$HOME/local/openssl
:)
:) In contrast, Pine 4.64 builds fine using
:)
:) $ ./build SSLDIR=$HOME/local SSLCERTS=$HOME/local/openssl/certs lnp
:)
:) Does anybody have any ideas?
Does $HOME/local/openssl contain subdirectories lib, include and certs?
If so, then probably
--with-ssl-lib-dir=$HOME/local/lib
--with-ssl-include-dir=$HOME/local/include
--with-ssl-certs-dir=$HOME/local/openssl/certs
Try
./configure --with-ssl-dir=$HOME/local/openssl --withouth-tcl
--prefix=$HOME/local
--
Eduardo
http://staff.washington.edu/chappa/alpine/
More information about the Alpine-info
mailing list