hi, On Tue, Jan 12, 2010 at 10:22 PM, Justin Dearing <zippy1981@xxxxxxxxx> wrote: > Hello, > > I've been trying to build PHP on WIndows 7 with the windows platform SDK. In > my first attempt I ran configure.js like this: > > C:\src\php-5.3.1>configure --enable-debug --enable-crt-debug > --enable-cli-win32 --with-openssl --enable-soap --with-xsl > > I ran make and it ended like this: > > stream.c > tar.c > util.c > c:\src\php-5.3.1\ext\phar\util.c(30) : fatal error C1083: Cannot open > include file: 'openssl/evp.h': No such file or director > y > Any suggestions? openssl is missing. You have to fetch our binaries and put them in the deps directory (as described in the wiki, from my previous reply). See: http://wiki.php.net/internals/windows/libs for a list of deps and versions. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php