ID: 50920 Updated by: [email protected] Reported By: paul at ensigma dot com dot au -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: Windows XP PHP Version: 5.2.12 New Comment:
5.2 does not support this SDK. If you like to compile PHP yourself easily, please use 5.3 and follow these instructions: http://wiki.php.net/internals/windows/stepbystepbuild Previous Comments: ------------------------------------------------------------------------ [2010-02-03 01:22:03] paul at ensigma dot com dot au Description: ------------ 1. read build/install notes for windows 2. ran: > cscript /nologo configure.js --with-sqlite --with-pdo-sqlite 3. Got: Checking for mt.exe ... C:\Program Files\\Microsoft SDKs\Windows\v6.0A\bin Checking for arpa\nameser.h ... <not found> Checking for arpa\nameser.h ... <not found> ERROR: We really need that arpa\nameser.h file - it is part of the win32build package Reproduce code: --------------- run: cscript /nologo configure.js --with-sqlite --with-pdo-sqlite Expected result: ---------------- successful generation of build scripts. Actual result: -------------- failure to generate build scripts due to missing file arpa\nameser.h ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=50920&edit=1
