I acctualy try run OpenCA in FreeBSD, enviromment: FreeBSD 4.5-STABLE OpenSSL-SNAP-20020320 OpenCA-SNAP-20020410
With minor fixes below "make ca" and "make install-ca" works fine. Thanks for you good job, time and attention, ./nelson -murilo *** src/modules/openca-ocspd/src/server.c.old Fri Mar 22 19:07:49 2002 --- src/modules/openca-ocspd/src/server.c Thu Apr 11 19:04:00 2002 *************** *** 8,14 **** --- 8,16 ---- #include "general.h" + #ifdef __FreeBSD__ #include <netinet/in.h> + #endif #include <resolv.h> #include <sys/types.h> #include <sys/socket.h> *** src/modules/openca-ocspd/src/http_request.c.old Fri Mar 22 19:06:05 2002 --- src/modules/openca-ocspd/src/http_request.c Thu Apr 11 19:03:24 2002 *************** *** 8,14 **** --- 8,16 ---- #include "general.h" + #ifdef __FreeBSD__ #include <netinet/in.h> + #endif #include <resolv.h> #include <sys/types.h> #include <sys/socket.h> _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
