<p>Download tarball, configure and run make testdeps.</p>
<p>Regards, Ruslan. From phone.</p>
<div class="gmail_quote">23.08.2011 1:15 пользователь "Lake, Seth M" <<a href="mailto:Seth.Lake@vangent.com">Seth.Lake@vangent.com</a>> написал:<br type="attribution">> I did have a similar line.  Commented it out but nothing has changed.<br>
> <br>> My httpd.conf in case it's helpful...<br>> <br>> <VirtualHost *:80><br>>         ServerAdmin <a href="mailto:webmaster@bcssi.com">webmaster@bcssi.com</a><br>> <br>> #       DocumentRoot /var/www/rt/share/html<br>
>         DocumentRoot /var/www<br>>         AddDefaultCharset UTF-8<br>> <br>>         RewriteEngine On<br>>         RewriteRule ^/$ /rt/ [R]<br>> <br>>         PerlRequire "/var/www/rt/bin/<a href="http://webmux.pl">webmux.pl</a>"<br>
>         ScriptAlias /rt/ /var/www/rt/share/html/<br>> <br>> #       <Location /NoAuth/images><br>> #               SetHandler default<br>> #       </Location><br>> <br>>         <Location /rt><br>
>                 SetHandler perl-script<br>>                 PerlResponseHandler RT::Mason<br>>         </Location><br>> <br>>         ErrorLog /var/log/apache2/error.log<br>> <br>>         # Possible values include: debug, info, notice, warn, error, crit,<br>
>         # alert, emerg.<br>>         LogLevel warn<br>> <br>>         CustomLog /var/log/apache2/access.log combined<br>> <br>> </VirtualHost><br>> <br>> From: Curtis Bruneau [mailto:<a href="mailto:curtisb@vianet.ca">curtisb@vianet.ca</a>]<br>
> Sent: Monday, August 22, 2011 4:59 PM<br>> Subject: Re: [rt-users] Page Formatting (Only Text) After Perl Update<br>> <br>> I've encourtered this issue when you try to alias the noauth directories to bypass the mason.handler in the Apache config. If you have an Apache config line similar to below try to comment it out.<br>
> <br>> Alias /NoAuth /opt/rt3/share/html/NoAuth<br>> <br>> Basically in the above situation the css isn't processed properly. It could be something else though.<br>> <br>> Curtis<br>> <br>> On 11-08-22 04:44 PM, Lake, Seth M wrote:<br>
> So, I stupidly updated my debian RT box today and one of the things patched was Perl (5.10.1 -> 5.12.4).  Since I used CPAN originally for installing Perl modules when I setup the server it broke pretty much everything about RT.  After much flipping back and forth between logs and apt-get install I resolved all of the load errors and the Apache server came up.  But I still seem to be missing something.<br>
> <br>> All pages will display with no formatting at all.  The only graphic that shows is the >>|<< Best Practical logo, everything else is completely text without the usual formatting.  There is lists and tables, but no font changes are graphics at all (100% blue links on a while background).<br>
> <br>> I assume there is some Perl module I'm missing.  As I said, there's no errors so it's a "soft" failure.  The site functionality seems unaffected, just a bit harder to get around now.<br>
> <br>> Any help greatly appreciated.<br>> <br>> <br>> <br>> <br>> <br>> --------<br>> <br>> RT Training Sessions (<a href="http://bestpractical.com/services/training.html">http://bestpractical.com/services/training.html</a>)<br>
> <br>> *  Chicago, IL, USA - September 26 & 27, 2011<br>> <br>> *  San Francisco, CA, USA - October 18 & 19, 2011<br>> <br>> *  Washington DC, USA - October 31 & November 1, 2011<br>> <br>
> *  Melbourne VIC, Australia - November 28 & 29, 2011<br>> <br>> *  Barcelona, Spain - November 28 & 29, 2011<br>> <br></div>