Hi everyone I have been trying to get Dovecot installed with OpenSSL support, but no matter what I do, when I run Configure, it says "Building with SSL support.........No". I have even tried configure --with-ssl=openssl, to no avail. I have built and installed OpenSSL, and libssl.so and libcrypto.so are in the /lib directory - what more does Dovecot want? I have tried figuring it out from the Configure script itself but it's cryptic and I am no shell script boffin! Thanks for any tips Les ______________________________________ Leslie Viljoen Africa Missions Systems Administrator Cell: 0836186100 Work: 011 6991700 Fax: 011 7945522
On Thu, 2003-03-13 at 11:44, Leslie Viljoen wrote:> I have been trying to get Dovecot installed with OpenSSL support, but no > matter what I do, > when I run Configure, it says "Building with SSL support.........No". > I have even tried configure --with-ssl=openssl, to no avail. > > I have built and installed OpenSSL, and libssl.so and libcrypto.so are in > the /lib directory - > what more does Dovecot want? I have tried figuring it out from the > Configure script itself > but it's cryptic and I am no shell script boffin!I assume that you have to change /etc/ld.so.conf or what's its name. And then do a ldconfig. PS. Can someone make this ml set "Reply-To:" headers? DS. -- Ian Kumlien <pomac at vapor.com> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20030313/5f677101/attachment-0003.bin>
On Thu, Mar 13, 2003 at 12:44:52PM +0200, Leslie Viljoen wrote:> I have been trying to get Dovecot installed with OpenSSL support, but no > matter what I do, > when I run Configure, it says "Building with SSL support.........No". > I have even tried configure --with-ssl=openssl, to no avail.Check config.log what it says about it. Maybe it doesn't find ssl.h.
On Thu, Mar 13, 2003 at 01:30:45PM +0100, Ian Kumlien wrote:> PS. Can someone make this ml set "Reply-To:" headers?I don't think that's generally considered very good behaviour for mailing list. For example it prevents easily replying privately. Some people also prefer to get the replies in private mail as well as to mailing list, which is useful especially with high traffic list. Setting Mail-Followup-To header (or even reply-to) to mails yourself would help. Of course, that doesn't help if you're accidentally replying privately.. http://www.unicom.com/pw/reply-to-harmful.html http://cr.yp.to/proto/replyto.html
On Thu, Mar 13, 2003 at 12:44:52PM +0200, Leslie Viljoen wrote:> > > > > Hi everyone > > I have been trying to get Dovecot installed with OpenSSL support, but no > matter what I do, > when I run Configure, it says "Building with SSL support.........No". > I have even tried configure --with-ssl=openssl, to no avail. > > I have built and installed OpenSSL, and libssl.so and libcrypto.so are in > the /lib directory - > what more does Dovecot want? I have tried figuring it out from the > Configure script itself > but it's cryptic and I am no shell script boffin!Did your ssl include files get installed in the fairly standard /usr/local/ssl/include ? If so try something like: ./configure --with-ssl=openssl --includedir=/usr/local/ssl/include Maybe "configure" could be trained to look there by default.. -mm-