Robert Wyatt wrote: > On a 10.5 G4 and on a 10.4 G3 I get errors of the following type when > building the newest alpine-2.00-3: > > Building OS-dependent module > 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 osx SSLTYPE=none > `cat CCTYPE` -c `cat CFLAGS` `cat OSCFLAGS` -c osdep.c > osdep.c:87:31: error: security/pam_appl.h: No such file or directory > It might just need a little patching:
$ locate pam_appl.h /Developer/SDKs/MacOSX10.4u.sdk/usr/include/pam/pam_appl.h /Developer/SDKs/MacOSX10.5.sdk/usr/include/pam/pam_appl.h /usr/include/pam/pam_appl.h -- Alexander Hansen Fink User Liaison ------------------------------------------------------------------------------ _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
