At 16:00 14/03/2008, you wrote:
Jason wrote:
> To be honest, I can't actually get either of the mssql variants to
> compile properly. Specifically I can compile the MS mssql dll, but can't
> link it (unresolved external _in6addr_any in php5ts.dll).
>
> I have a sneaking suspicion that I'm missing some little
> "not-widely-documented" file location or ENV var. setting. It's always
> the little things :/
>
> I notice from your post I linked to, that I should use nmake.exe from
> the SDK - but I could only find an x64 variant included, so I'm using
> the VisStudio6 SP6 version - would this be a possible cause?
>
> TIA
> Jason
Hmmm, that unresolved external _in6addr_any in php5ts.dll is an ipv6
error - you can --disable-ipv6 or check to make sure you have the sdk
include and lib paths set up right
Yeah, a little embarassing - I forgot to run SetVars.bat from the
SDK. Sorted that.
Even so, doing the following doesn't reveal a new php_mssql.dll:
cscript configure.js --with-mssql
nmake
I don't get a link error, but neither do I get a php_mssql.dll. I do
get new php_gd2.dll though :)
Jason
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php