I can't really believe that I had to patch this. Maybe I'm just the
first to try... Frankly, I can't believe that the glibc folk did this...
*** mod_ssl.h.orig Mon Sep 27 19:49:46 1999
--- mod_ssl.h Mon Sep 27 19:49:56 1999
***************
*** 264,269 ****
--- 264,280 ----
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/sem.h>
+ #if defined(_SEM_SEMUN_UNDEFINED) && _SEM_SEMUN_UNDEFINED==1
+ union semun
+ {
+ int val;
+ struct semid_ds *buf;
+ unsigned short int *array;
+ struct seminfo *__buf;
+ };
+ #endif
+
#endif
#ifdef WIN32
#define SSL_CAN_USE_SEM
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]