<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial">Hi Angus,<br>
Well spotted! Thanks so much for replying!<br>
I would have had the http_proxy env var defined.<br>
In the end I found and installed an RPM for HTTP::Server::Simple::Mason
from EPEL. ;-)<br>
I'm sure your post will help someone else, or us when we re-install :)<br>
<br>
Best regards,<br>
Justin<br>
<br>
</font><br>
Angus Rea wrote:
<blockquote cite="mid:4924FB9F.1040809@maculosa.com.au" type="cite"> <font
 face="Verdana">Hi Jason,<br>
  <br>
I just came across the same problem and stumbled on the answer...<br>
  <br>
I happened to be checking the log files for the proxy server (which
runs on another server)<br>
and noticed that it contained entries for GET
  <a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://localhost:13432">http://localhost:13432</a>
which is the URL used<br>
by the Mason test scripts in t/*.t.<br>
  <br>
In other words, the test scripts are using the HTTP proxy defined in
the environment variable<br>
http_proxy which it is not required when accessing a 'localhost' server.<br>
  <br>
So I used the commands to successfully test and install </font><font
 face="Verdana">HTTP-Server-Simple-Mason:<br>
  <br>
&nbsp;&nbsp;&nbsp; </font><font face="Verdana">cd
/root/.cpan/build/HTTP-Server-Simple-Mason-0.09/<br>
&nbsp;&nbsp;&nbsp; unset http_proxy<br>
&nbsp;&nbsp;&nbsp; make test<br>
&nbsp;&nbsp;&nbsp; make install<br>
  <br>
Rgds - Angus<br>
  </font> <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
List info: <a class="moz-txt-link-freetext" href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel</a>
  </pre>
</blockquote>
</body>
</html>