[Imap-use] problems 'makeing' IMAP for use with PHP
aaron at pelsoft.com
aaron at pelsoft.com
Tue Sep 4 15:25:20 PDT 2007
Thanks, Mark I see that now. OK so #1 how to I tell if I have either
OpensSSL or OpenSSL includes installed?
and #2 how to I go about finding out where to point SSLDIR in the right place?
#3 Do I even need to use SSLDIR?
#4 Why did this work before and now it doesn't even work for a simple
'make gso'?
Much obliged!
Aaron
Quoting Mark Crispin <MRC at CAC.Washington.EDU>:
> Here's the problem:
>
> osdep.c:246:20: x509v3.h: No such file or directory
> osdep.c:247:17: ssl.h: No such file or directory
> osdep.c:248:17: err.h: No such file or directory
> osdep.c:249:17: pem.h: No such file or directory
> osdep.c:250:20: buffer.h: No such file or directory
> osdep.c:251:17: bio.h: No such file or directory
> osdep.c:252:20: crypto.h: No such file or directory
> osdep.c:253:18: rand.h: No such file or directory
>
> Everything else results from these errors.
>
> Did you notice the earlier message in the build:
>
> If you get No such file error messages for files x509.h, ssl.h,
> pem.h, buffer.h, bio.h, and crypto.h, that means that OpenSSL
> is not installed on your system. Either install OpenSSL first
> or build with command: make sol SSLTYPE=none
>
> Either you don't have the OpenSSL includes installed, or they aren't
> where the make is looking for them. By setting SSLDIR to /usr/sfw, you
> are telling the build to look for the OpenSSL includes in
> /usr/sfw/include . If that isn't what you wanted, you need to
> reconsider your setting of SSLDIR.
>
> -- Mark --
>
> http://staff.washington.edu/mrc
> Science does not emerge from voting, party politics, or public debate.
> Si vis pacem, para bellum.
More information about the Imap-use
mailing list