On Thu, 11 Sep 2003, Steve Hay wrote:

> Thomas Klausner wrote:
>
> >On Thu, Sep 11, 2003 at 08:33:31AM +0100, Steve Hay wrote:
> >
> >>I posted this problem the other day, deep inside a
> >>thread about something else, and didn't get any replies;
> >>maybe nobody spotted it?
> >>
> >>Does anybody have Apache::Dispatch working on Windows with Perl 5.8.0?
> >>Randy?
> >
> >Randy posted this some time ago:
> >
> >>I just made one up, which you can install as
> >>C:\> ppm install
> >>http://theoryx5.uwinnipeg.ca/ppmpackages/Apache-Dispatch.ppd
> >
> >Maybe this works for you?
> >
> Sadly, no - that URL is now a 404.  The directory there still exists,
> but there's no Apache-Dispatch.ppd in it.

Sorry about that - that package apparently didn't survive a
disc crash we had. I'll make up a new one and put it up
there tonight. However, this will be for Perl-5.6.1, so
won't be compatible with 5.8.0.

> I would rather be able to build the module myself anyway, rather than
> using a PPM package.

The problem you described before with the missing symbols
can be resolved by linking against the mod_perl.lib built
when you build mod_perl.so. This can be done by adding in
a LIBS attribute to WriteMakefile() in Makefile.PL with a
value of ' -L/Path/to/mod_perl_lib -lmod_perl'.

-- 
best regards,
randy

Reply via email to