Re: can't get ssl support compiled in
On Tue, Jun 20, 2006 at 02:22:47PM +0200, Christoph Ludwig wrote:
> configure script.) The following configure invocation resulted in an
> apparently flawless build of mutt:
>
> configure --prefix=/home/cludwig/usr/ --enable-gpgme --enable-pgp \
> --enable-smime --enable-pop --enable-imap --enable-debug \
> --enable-hcache --with-ssl --with-gpgme-prefix=/home/cludwig/usr \
> --disable-shared --with-ssl=/home/cludwig/usr/ \
> CPPFLAGS=-I/home/cludwig/usr/include/openssl LDFLAGS=-ldl
This looked promising, but configure died immediately with gcc can't
create executables gibberish.
I finally found a way to get configure to complete, and found out that
"--disable-shared" does nothing:
ldd ./mutt
./mutt:
-lm.0 => /usr/lib/libm387.so.0
-lm.0 => /usr/lib/libm.so.0
-liconv.4 => /usr/local/lib/libiconv.so.4
-lc.12 => /usr/lib/libc.so.12
-lintl.7 => /usr/local/lib/libintl.so.7
-ltermcap.0 => /usr/lib/libtermcap.so.0
--
henry nelson
WWW_HOME=http://yuba.ne.jp/~home/