Re: (RADIATOR) Compiling Errors

1999-03-24 Thread Mike McCauley
Hi Tom, looks to me like your MD5 library did not compile and install properly. This is what I usuaully do to build MD5: Unpack it in a work area (not in the perl tree, as some of the docs suggest) cd MD5-1.7 perl Makefile.pl make make test (as root) make install Is that what you did? Did you

Re: (RADIATOR) Compiling Errors

1999-03-24 Thread Paul Thornton
Hi, looks to me like your MD5 library did not compile and install properly. This does look like it's the case. You could also use MCPAN to install the MD5 module or others, without the need to recompile PERL all the time. /usr/local/bin/perl -MCPAN -e shell The first thing to do is to follow