Re: httpd 2.0.61 win32 source build

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>At 01:31 PM 9/7/2007, you wrote:
>sorry if this is a repost, I just joined the list, but is anyone having problems building the 2.0.61 httpd win32 source? Mine is having >problems with rand.c it seems (2.0.59 built without problems recently - I'm using vis c++ 6)

>rand.c
>C:\apachebuild\httpd-2.0.61\srclib\apr\misc\win32\rand.c(33) : error C2065: 'HCRYPTPROV' : undeclared identifier
>.
>.
>C:\apachebuild\httpd-2.0.61\srclib\apr\misc\win32\rand.c(48) : warning C4013: 'CryptReleaseContext' undefined; assuming extern >returning int
>start.c

>In case anyone else runs across this, the problem was with the ordering of the headers... windows.h can be commented out and >wincrypt.h should be moved to after apr.h:

>// #include <windows.h>
>#include "apr.h"
>#include <wincrypt.h>
>#include "apr_private.h"
>#include "apr_general.h"
>#include "apr_portable.h"
>#include "apr_arch_misc.h"


**also it helps to delete the files /modules/ssl/mod_ssl.dep and /support/abs.dep:
http://mail-archives.apache.org/mod_mbox/httpd-users/200605.mbox/%3C445819A0.5020300@xxxxxxxxxxxxx%3E



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux