You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by ap...@ultra-it.de on 2012/11/22 16:46:04 UTC

Problem with building apache httpd from win sources

Hello,

I am trying to build the apache httpd version 2.2.23 from the
download sources with Visual Studio 6 and running into the following 
problem
with ldap support of apr-util:

apr_ldap.h(136) : fatal error C1189: #Fehler :  Support for LDAP v2.0
toolkits has been removed from apr-util. Please use an LDAP v3.0
toolkit.

Further it seems, that there are header files missing:

C:\Work\httpd-2.2.22-win32-src\httpd-2.2.22\srclib\apr\include\apr_want.h(52): 
Datei "strings.h" nicht gefunden.
C:\Work\httpd-2.2.22-win32-src\httpd-2.2.22\srclib\apr\include\apr_want.h(118): 
Datei "arpa/inet.h" nicht gefunden.
C:\Work\httpd-2.2.22-win32-src\httpd-2.2.22\srclib\apr\include\apr_want.h(52): 
Datei "strings.h" nicht gefunden.
C:\Work\httpd-2.2.22-win32-src\httpd-2.2.22\srclib\apr\include\apr_want.h(118): 
Datei "arpa/inet.h" nicht gefunden.

On the user mail-list I haven't received any answer.
Could you please tell me, who was building the VC6 binaries until now.
I think, he could give me the right information about building with 
VC6.

Thanks very much for your help.

Greetings
Elmar


Re: Problem with building apache httpd from win sources

Posted by Gregg Smith <gl...@gknw.net>.
Hi Elmar,

I did not build the ASF binaries but;

> apr_ldap.h(136) : fatal error C1189: #Fehler :  Support for LDAP v2.0
> toolkits has been removed from apr-util. Please use an LDAP v3.0
> toolkit.
>

If I remember correctly, this goes away if you use Windows Server 2003 
R2 SDK.
In VC6, move these folders to the top of the list in Options -> VC++ 
Directories.

> Further it seems, that there are header files missing:
>
> C:\Work\httpd-2.2.22-win32-src\httpd-2.2.22\srclib\apr\include\apr_want.h(52): 
> Datei "strings.h" nicht gefunden.
> C:\Work\httpd-2.2.22-win32-src\httpd-2.2.22\srclib\apr\include\apr_want.h(118): 
> Datei "arpa/inet.h" nicht gefunden.
> C:\Work\httpd-2.2.22-win32-src\httpd-2.2.22\srclib\apr\include\apr_want.h(52): 
> Datei "strings.h" nicht gefunden.
> C:\Work\httpd-2.2.22-win32-src\httpd-2.2.22\srclib\apr\include\apr_want.h(118): 
> Datei "arpa/inet.h" nicht gefunden.
>
Yes, it will say this at the start of every single project but it does 
not stop the compile.

Gregg