<div><br> I upgraded centos from 5.5 to 5.8 . I am unable to start the http server. The error in the logs is <br><strong>"use" not allowed in expression at /data/rt3/bin/<a href="http://webmux.pl">webmux.pl</a> line 49, at end of line\nsyntax error at /data/rt3/bin/<a href="http://webmux.pl">webmux.pl</a> line 49, near "use strict"\nBEGIN not safe after errors--compilation aborted at /data/rt3/bin/<a href="http://webmux.pl">webmux.pl</a> line 58.\nCompilation failed in require at (eval 7) line 1</strong></div>
<div> </div>
<div>If the comment the PerlRequire line in my conf file, I can start the httpd server. <strong>Any ideas how to fix this?</strong></div>
<div> </div>
<div> <VirtualHost *:443><br> ServerName <a href="http://devrt.cs.stonybrook.edu">devrt.cs.stonybrook.edu</a><br> DocumentRoot /data/rt3/share/html<br> AddDefaultCharset UTF-8</div>
<div> PerlModule Apache::DBI<br> <strong>PerlRequire /data/rt3/bin/<a href="http://webmux.pl">webmux.pl</a></strong></div>
<div><br> <Location /><br> SetHandler perl-script<br> PerlHandler RT::Mason<br> </Location></div>
<div> ErrorLog logs/ssl_error_log<br> TransferLog logs/ssl_access_log<br> LogLevel warn</div>
<div> <Directory /><br> SSLRequireSSL</div>
<div> </Directory></div>
<div> SSLEngine on<br> SSLProtocol all -SSLv2<br> SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW<br> SSLCACertificateFile /etc/sslcertificate/devwww_cs_sunysb_edu_interm.cer<br>
SSLCertificateFile /etc/sslcertificate/devwww_cs_sunysb_edu_cert.cer<br> SSLCertificateKeyFile /etc/sslcertificate/devwww.cs.sunysb.edu.key<br></VirtualHost><br></div>
<div> </div>
<div>Thanks much.</div>