> -----Original Message-----
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Sent: Thursday, 8 March 2012 2:31 AM
> To: Tomcat Users List
> Subject: Re: Trying to compile the tomcat connector
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Alex,
> 
> On 3/6/12 6:41 PM, Alex Samad - Yieldbroker wrote:
> > "pcre_amd64CLEAN" : cd ".\pcre" -   $(MAKE) /$(MAKEFLAGS) /F
> > ".\pcre.amd64" RECURSE=1 CLEAN +   $(MAKE) /$(MAKEFLAGS) /F
> > ".\pcre.amd64" CFG="pcre.amd64" RECURSE=1 + CLEAN cd ".."
> 
> I'm not sure about Makefiles in VS, but I don't think you can have "CLEAN" on
> a line all by itself: you should probably make your patch look like this:
> 
> > "pcre_amd64CLEAN" : cd ".\pcre" -   $(MAKE) /$(MAKEFLAGS) /F
> > ".\pcre.amd64" RECURSE=1 CLEAN +   $(MAKE) /$(MAKEFLAGS) /F
> > ".\pcre.amd64" CFG="pcre.amd64" RECURSE=1 CLEAN cd ".."
> 
> > From Failed Request tracking  on IIS
> >
> > ErrorDescription Calling LoadLibraryEx on ISAPI filter
> > "C:\YB\Shared\dev.yieldbroker.com\ajpconfig\isapi_redirect.dll"
> > failed
> 
> Any other information?
That about all I get from the IIS :(


> 
> > I tried to pull down 1.2.32 and compile it but more issues with that!
> 
> Like what?
Failed looking for jni headers... but I wanted to compile the latest version, 
because there have been patches applied to fix concurrent loading of the dll 

[snip]

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to