On Thu, 19 Feb 2004, Adam Henson wrote: >Hi Andy, > It is Binc 1.2.6final that is having trouble finding my openssl libs. >Configure bombs out saying that it cannot find the SSL libraries. > If I do cat config.log | grep lssl after the ./configure script bombs >out, I get this output: >-L/opt/openssl/lib -lssl -lcrypto conftest.cc >&5 >LDFLAGS='-L/opt/openssl/lib -lssl -lcrypto' > The LDFLAGS here don't look correct as there is no such directory as >/opt/openssl so I don't know where that came from? > Many thanks,
This reveals a mistake in the configure script; you can correct this yourself and a fix will go into 1.2.7. Search for /opt/openssl/lib in configure and replace it with your openssl library path. Then rerun configure and see what happens. Andy :-) -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something http://www.bincimap.org/ | than to do it poorly."
