fetchmail-friends
[Top] [All Lists]

[fetchmail] configure problem with ssl in 6.2.3

2003-07-23 01:45:41
Hello,

I noticed a small problem in configure. When I configure fetchmail
with the --with-ssl it doesn't compile because it can't find several
header files related to ssl. I checked the Makefile and noticed there
is a glitch in it:

Makefile 6.2.3:
CEFLAGS =  -I/usr/local/ssl/include/openssl -I/usr/kerberos/include
CPFLAGS = 
LDEFLAGS =  -L/usr/local/ssl/lib

I didn't have this problem in 6.2.2 and I compared the Makefile:

Makefile 6.2.2:
CEFLAGS =  -I/usr/local/ssl/include -I/usr/local/ssl/include/openssl
CPFLAGS = 
LDEFLAGS =  -L/usr/local/ssl/lib

I used the same configure options on both builds. After manually
editing the Makefile fetchmail compiled without a problem.

-- 
Best regards,
 Henri                          
mailto:fetchmail(_at_)vanriel(_dot_)xs4all(_dot_)nl




<Prev in Thread] Current Thread [Next in Thread>
  • [fetchmail] configure problem with ssl in 6.2.3, Henri van Riel <=