On Sun, 18 Dec 2005 15:42:21 -0800
"Jason Benguerel" <[EMAIL PROTECTED]> wrote:

> As a tip to someone google smacking this post, you may need to hand
> edit the makefile in the tcpd folder adding "-lssl -lcrypto" to the
> 'LIBS =' line to get couriertls to build. Getting Open SSL to be
> recognized is always a pain.

I just always run the attached patch on the courier products that have
the tcpd build directory.

Alex
--- tcpd/orig-configure.in	2005-03-15 06:34:15.473199000 -0500
+++ tcpd/configure.in	2005-03-15 06:36:41.115286000 -0500
@@ -350,7 +350,7 @@
 echo "couriertls=$STARTTLS" >couriertls.config
 echo "cppflags='$KRBFLAGS'" >>couriertls.config
 
-tlsdep="-lssl -lcrypto $KRBLIBS $NETLIBS"
+tlsdep="$SSLLIB -lssl -lcrypto $KRBLIBS $NETLIBS"
 echo $tlsdep >libcouriertls.dep
 AC_SUBST(tlsdep)
 

Reply via email to