SPUG: Problems installing Mason

Chris Wilkes cwilkes-spug at ladro.com
Mon Mar 1 14:36:35 CST 2004


On Mon, Mar 01, 2004 at 12:18:59PM -0800, Luis Medrano wrote:
> 
> I trying to install Mason thru "perl -MCPAN -e shell". but is failing:
> 
> Failed 23/23 test scripts, 0.00% okay. 92/92 subtests failed, 0.00% okay.
> make: *** [test_dynamic] Error 2
>   /usr/bin/make test -- NOT OK
> Running make install
>   make test had returned bad status, won't install without force
> 
> Somebody knows a reason why this is happening or how can I fixed??..

What I would do is cd into the directory where the files have been
downloaded and try and do it "by hand" to see what the problem is.

  cd ~/.cpan/build/HTML-Mason*    # this is a guess at the name
  perl Makefile.PL
  make clean
  make
  make test

and see if there's anything in there you can search the archives at
  http://news.gmane.org/gmane.comp.web.mason.user
for.

Chris



More information about the spug-list mailing list