So now I tried to build Apache with the modssl patched into the packages.

I first tried to build Apache without any modssl that worked fine.
The after following the instructions given in the documentation trying to
build I run into the following problem when compiling modssl.

c:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\winsock2.h(99) : error
C2011: 'fd_set' : 'struct' type redefinition

After looking more into the problem it looks like there is already define a 
typedef struct fd_set { 
        fd_mask fds_bits [howmany(FD_SETSIZE, NFDBITS)];
} fd_set; 
in the src\os\tfp\os.h header file.

And in the winsock2.h file I have 
typedef struct fd_set {
        u_int fd_count;               /* how many are SET? */
        SOCKET  fd_array[FD_SETSIZE];   /* an array of SOCKETs */
} fd_set;

So now is my question which one do I want to usage ???

I am runing Windows NT 4 SP6 
Visual Studio 6
apache_1.3.12
mod_ssl-2.6.3-1.3.12
openssl-0.9.5a

Regards,
Lars Schouw
Dresdner Kleinwort Benson
Global Markets IT    27th floor
Phone     +49-69-263-8654
Facsimile +49-69-263-18839
email work: [EMAIL PROTECTED]
email home: [EMAIL PROTECTED]


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to