

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
16 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: No couriertls...| From | Sent On | Attachments |
|---|---|---|
| Phil Dibowitz | May 29, 2002 5:44 pm | |
| Sam Varshavchik | May 29, 2002 7:04 pm | |
| Phil Dibowitz | May 29, 2002 8:28 pm | |
| Sam Varshavchik | May 29, 2002 8:40 pm | |
| Phil Dibowitz | May 29, 2002 9:55 pm | |
| Sam Varshavchik | May 29, 2002 10:06 pm | |
| Phil Dibowitz | May 29, 2002 10:32 pm | |
| Phil Dibowitz | May 29, 2002 10:56 pm | |
| Aly Dharshi | May 29, 2002 11:00 pm | |
| Aly Dharshi | May 29, 2002 11:01 pm | |
| Phil Dibowitz | May 29, 2002 11:02 pm | |
| Aly Dharshi | May 29, 2002 11:10 pm | |
| Michael Carmack | May 29, 2002 11:25 pm | |
| Phil Dibowitz | May 29, 2002 11:52 pm | |
| Jesse Keating | May 30, 2002 12:03 am | |
| Aly Dharshi | May 30, 2002 12:09 am |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | Re: [courier-users] Re: No couriertls installed with Courier Imapd | Actions... |
|---|---|---|
| From: | Phil Dibowitz (ph...@ipom.com) | |
| Date: | May 29, 2002 10:32:41 pm | |
| List: | net.sourceforge.lists.courier-users | |
Sam Varshavchik wrote:
Phil Dibowitz writes:
Sam, OK, some progress here. It had a proggy that wasn't compiling, so I looked in the Makefile and noticed '-lssl' so I changed that to '-lopenssl' Then I made the same change in Makefile.in, so it would last, then I went to the main root courier-imapd build dir, did a 'make clean', configure'd,
You also need to remove config.cache from the top level source directory.
I did, I just forgot to say so, but thanks. Then I noticed that openssl installs in a bit of a wierd place (/usr/local/ssl/include/openssl)... so I symlinked that to /usr/include/openssl
then I explicitly did: cd tcpd make couriertls
and got an error about too many levels of symlinks. So I removed the symlinks and replaced the #include <openssl/...> lines with #include </usr/local/ssl/include/openssl/...>
and did make couriertls, and now I'm getting:
gcc -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I.. -Wall -g -O2 -c starttls.c In file included from starttls.c:51: /usr/local/ssl/include/openssl/ssl.h:116: openssl/comp.h: Too many levels of symbolic links /usr/local/ssl/include/openssl/ssl.h:119: openssl/bio.h: Too many levels of symbolic links /usr/local/ssl/include/openssl/ssl.h:122: openssl/x509.h: Too many levels of symbolic links /usr/local/ssl/include/openssl/ssl.h:124: openssl/safestack.h: Too many levels of symbolic links /usr/local/ssl/include/openssl/ssl.h:209: openssl/crypto.h: Too many levels of symbolic links /usr/local/ssl/include/openssl/ssl.h:210: openssl/lhash.h: Too many levels of symbolic links /usr/local/ssl/include/openssl/ssl.h:211: openssl/buffer.h: Too many levels of symbolic links /usr/local/ssl/include/openssl/ssl.h:212: openssl/bio.h: Too many levels of symbolic links /usr/local/ssl/include/openssl/ssl.h:213: openssl/pem.h: Too many levels of symbolic links /usr/local/ssl/include/openssl/ssl.h:214: openssl/x509.h: Too many levels of symbolic links /usr/local/ssl/include/openssl/ssl.h:739: openssl/ssl2.h: Too many levels of symbolic links /usr/local/ssl/include/openssl/ssl.h:740: openssl/ssl3.h: Too many levels of symbolic links /usr/local/ssl/include/openssl/ssl.h:741: openssl/tls1.h: Too many levels of symbolic links /usr/local/ssl/include/openssl/ssl.h:742: openssl/ssl23.h: Too many levels of symbolic links In file included from starttls.c:52: /usr/local/ssl/include/openssl/err.h:68: openssl/bio.h: Too many levels of symbolic links /usr/local/ssl/include/openssl/err.h:71: openssl/lhash.h: Too many levels of symbolic links make: *** [starttls.o] Error 1
Phil
-- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -Benjamin Franklin, 1759







