On Tue, 11 Nov 2003, Steve Hay wrote: [ .. ] > Yep - it's all working fine now. I still get a test skipped because it > thinks I haven't got apr-config, though: > > apr-ext\uuid......................skipped > all skipped: the build couldn't find apr-config
This is something I was going to look at shortly - the problem is that, in places, 'apr-config' is being searched for, whereas on Win32, it's 'apr-config.bat'. A temporary fix in places is to put C:\Apache2\bin into your PATH, as which('something') is also used and this is Win32-extension aware. -- best regards, randy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]