On Tue, 18 Apr 2000, Hugh Williams wrote:

> I've seen several make problems posted, so maybe someone has the answer to
> this one.
> 
> mod_perl fails during the 'make' with an unsatisfied symbol; first a
> little background.  I'm building on an HP J2240 running HP-UX 10.20.
> In the commands below:
> $SITE_DIR = /hfs/d1/development/built
> $APAC     = apache_1.3.12
> 
> I've built Perl 5.005.03 statically (that is using 'make static' for all
> modules that handle it).  I have included a number of modules,
> among them all the prerequisites for LWP, including Digest-MD5-2.09.

the quick fix would be to edit your Perl's Config.pm and add Digest::MD5
to the list of static_ext='...', then rebuild mod_perl from scratch.


Reply via email to