Scot Ballard wrote: [] > osdep.c:137: header file 'x509.h' not found > osdep.c:138: header file 'ssl.h' not found > osdep.c:140: header file 'pem.h' not found > osdep.c:141: header file 'buffer.h' not found > osdep.c:142: header file 'bio.h' not found > osdep.c:143: header file 'crypto.h' not found > osdep.c:144: header file 'rand.h' not found
Do you have these header files? You should actually have them twice, in /usr/include/openssl/ and in /sw/include/openssl/ If you have them, did you see a line echo -I/sw/include -I/sw/include/openssl -DSSL_CERT_DIRECTORY=\"/sw/etc/ssl\" >> OSCFLAGS in your build output? -- Martin ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
