Randy Kobes wrote:
On Sat, 25 Feb 2006, Franky Braem wrote:

Randy Kobes wrote:

On Sat, 25 Feb 2006, Franky Braem wrote:

The directive
   LoadFile "C:/Path/to/Apache2/bin/libapreq2.dll"
should specify the absolute location where the
libapreq2.dll library resides.


I've downloaded the latest Apache source 2.0.55 and build it using Visual C++ Express 2005. Now it works (The LoadFile is not needed anymore).

The problems I had was with the previous version of Apache 2.0.54.

Are there any prebuilt binaries for Windows? Or do I always have to build libapreq2 myself?


I'm confused by the above, in whether you're having problems
with httpd and/or apreq. The LoadFile directive would be
needed with Apache 2.0.54 or 2.0.55 in using apreq, in order
to load libapreq2.dll, unless the directory it resides in
occurs in your PATH environment variable.

Or, of course, if you place libapreq2.dll in the same directory as apache.exe
(httpd.exe is the name with apache 2.2 onwards) or in the module directory.

By default apache searches both, and then your PATH.

Bill

Reply via email to