On Fri, 31 Oct 2003, Florent Gilain wrote: >Andreas, >Here is the output of the make after having edited the 2 files you told me : >io-ssl.h:45:25: openssl/ssl.h: No such file or directory >io-ssl.h:46:25: openssl/err.h: No such file or directory ># find / -name ssl.h >/usr/local/ssl/include/openssl/ssl.h >/usr/local/ssl/include/openssl/err.h >Any idea ?
Yes! :-) In src/Makefile, find the line that starts with CXXFLAGS, and insert -I/usr/local/ssl/include at any point. Andy :-) -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something http://www.bincimap.org/ | than to do it poorly."
