I had a similar error (along with many others) using Fedora Core 2 until I
  update "src/osdep/unix/Makefile" like this:

      SSLDIR=/usr/local/ssl
        to:
      SSLDIR=/usr/share/ssl

      SSLINCLUDE=$(SSLDIR)/include
        to:
      SSLINCLUDE=/usr/include

      SSLLIB=$(SSLDIR)/lib
        to:
      SSLLIB=/usr/lib

Presuming you have OpenSSL installed, then your key directories likely don't match the Makefile defaults.
                                        Michael Russell
                                        [EMAIL PROTECTED]
                                        MTI Film, LLC
                                        Providence, RI  02906  USA

                                        Tel: (401) 831-1315


Nick Peters wrote:
Hey,

I am trying to get php to have imap support (so i can run horde and
imp), so i guess that means that i need to install c-client. I am trying
to install onto a box running slackware 10. When i do a "make slx" i get
the following error:

osdep.c:238: storage size of `ssldriver' isn't known

I have tried a few other ports, like sl5 etc... I haven't been able to
find anything about this error message on google, and the docs that i
have found don't really go into the depth that i need to figure out this
problem. Has anybody ran into this before? Thanks for the help in advance.

-Nick
_______________________________________________
Imap-uw mailing list
Imap-uw@u.washington.edu
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw
_______________________________________________
Imap-uw mailing list
Imap-uw@u.washington.edu
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to