Russell Premont writes:

I updated my paths to include openssl directory and lib directory but now I
get this error:

ar cru libspipe.a spipe.o
ranlib libspipe.a
gcc -DHAVE_CONFIG_H -I. -I. -I.     -I./.. -I.. -Wall -g -O2 -c
libcouriertls.c
In file included from libcouriertls.c:8:
libcouriertls.h:23:32: openssl/ssl.h: No such file or directory
libcouriertls.h:24:32: openssl/err.h: No such file or directory
These files, OpenSSL include files, are either not installed, or you're pointing to the wrong directory.

You do not point CPPFLAGS to the include/openssl directory, you point it to the include directory.




-------------------------------------------------------
This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to