<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body>
<p>Hi Matt,</p>
<p><br>
</p>
<p>It is possible the module is installed but not loaded. You can
check by running one of the following commands:</p>
<p><br>
</p>
<p>RedHat/CentOS/Fedora: httpd -M</p>
<p>Debian/Ubuntu: source /etc/apache2/envvars && apache2 -M</p>
<p><br>
</p>
<p>You should see perl_module in the list returned. My general
experience is that Mod Perl is enabled automatically on
RedHat-based Linux OS but often you need to run "a2enmod perl" on
Debian based systems. On RedHat based systems there should be the
file /etc/httpd/conf.modules.d/02-perl.conf that loads Mod Perl.
On Debian-based systems there should be a symlinked file in
/etc/apache2/mods-enabled/ called perl.load that symlinks to
/etc/apache2/mods-available/perl.load.</p>
<p><br>
</p>
<p>Regards</p>
<p><br>
</p>
<p>David Newman</p>
<p><br>
</p>
<div class="moz-cite-prefix">On 13/05/2020 08:29, Matthew Brady via
Eprints-tech wrote:<br>
</div>
<blockquote type="cite" cite="mid:EMEW3|4f5d4d09775809fd7731a8f619b106d8w4C8U214eprints-tech-bounces|ecs.soton.ac.uk|SYCPR01MB4478A07D09F9507C2A1BD8D4D9BF0@SYCPR01MB4478.ausprd01.prod.outlook.com">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0);">
Hi Yuri,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0);">
Yes, seems to be</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0);">
$ yum list installed | grep mod_perl<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0);">
mod_perl.x86_64 2.0.11-1.el7
@epel<br>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b>
<a class="moz-txt-link-abbreviated" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk">eprints-tech-bounces@ecs.soton.ac.uk</a>
<a class="moz-txt-link-rfc2396E" href="mailto:eprints-tech-bounces@ecs.soton.ac.uk"><eprints-tech-bounces@ecs.soton.ac.uk></a> on behalf of Yuri
via Eprints-tech <a class="moz-txt-link-rfc2396E" href="mailto:eprints-tech@ecs.soton.ac.uk"><eprints-tech@ecs.soton.ac.uk></a><br>
<b>Sent:</b> Wednesday, May 13, 2020 4:38 PM<br>
<b>To:</b> <a class="moz-txt-link-abbreviated" href="mailto:eprints-tech@ecs.soton.ac.uk">eprints-tech@ecs.soton.ac.uk</a>
<a class="moz-txt-link-rfc2396E" href="mailto:eprints-tech@ecs.soton.ac.uk"><eprints-tech@ecs.soton.ac.uk></a><br>
<b>Subject:</b> Re: [EP-tech] Apache and PerlSwitches</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">is mod_perl installed?<br>
<br>
<br>
Il 13/05/20 04:17, Matthew Brady via Eprints-tech ha
scritto:<br>
> Hi All,<br>
><br>
> We are in the process of running up new servers to
migrate across to,<br>
> and I am getting a problem when starting Apache.<br>
><br>
> Syntax error on line 17 of
/opt/eprints3/cfg/apache.conf:<br>
><br>
> Line 17 contains:<br>
><br>
> PerlSwitches -I/opt/eprints3/perl_lib<br>
><br>
><br>
> I can run epadmin with various options, which seems
to indicate its<br>
> loading the EPrints::SystemSettings into $conf and
can connect to<br>
> database etc...<br>
><br>
> $ ./epadmin --verbose test repoep3<br>
><br>
> Starting EPrints Repository.<br>
> Connecting to DB ... done.<br>
> PID: 10718<br>
> Everything seems OK.<br>
><br>
><br>
> $ ./epadmin update_dry_run repoep3<br>
> Dry run: Fixed saved_search__rindex.field
collation<br>
> Dry run: Fixed document__rindex.field collation<br>
> Dry run: Fixed author__rindex.field collation<br>
> Dry run: Fixed user__rindex.field collation<br>
> Dry run: Fixed eprint__rindex.field collation<br>
> Dry run: Fixed request__rindex.field collation<br>
> Dry run: Fixed subject__rindex.field collation<br>
> Dry run: 0 datasets added<br>
> Dry run: 0 fields added<br>
> Dry run: 0 counters were added<br>
><br>
><br>
> As this is a completely new system, there are lots of
variables at play...<br>
> Upgraded OS, Upgraded Apache 2.2 to 2.4<br>
> I have installed the same Perl modules on this system
as the existing<br>
> systems, but I am at a loss where to start to
investigate the cause...<br>
><br>
> If anyone has any thoughts on where to start
troubleshooting this, I'm<br>
> all ears.<br>
><br>
><br>
> Cheers<br>
><br>
> Matt.<br>
><br>
>
__________________________________________________________________<br>
> This email (including any attached files) is
confidential and is<br>
> for the intended recipient(s) only. If you received
this email by<br>
> mistake, please, as a courtesy, tell the sender, then
delete this<br>
> email.<br>
> The views and opinions are the originator's and do
not necessarily<br>
> reflect those of the University of Southern
Queensland. Although<br>
> all reasonable precautions were taken to ensure that
this email<br>
> contained no viruses at the time it was sent we
accept no<br>
> liability for any losses arising from its receipt.<br>
> The University of Southern Queensland is a registered
provider<br>
> of education with the Australian Government.<br>
> (CRICOS Institution Code QLD 00244B / NSW 02225M,
TEQSA PRV12081)<br>
><br>
> *** Options: <a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech" moz-do-not-send="true">
http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a><br>
> *** Archive: <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&data=01%7C01%7C%7Cc04faeb35fe84fccb31e08d7f71198fb%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=0qGdmsVJ1QDpsYSNXaAx1P5xpksc4%2BwVnKqAk%2Bfm%2Bgg%3D&reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="T/fW/uL+gITSkzp7z4k5vX9/AEo+jKvsdS38/0gyK2uaMpwmLrLxsAsAZuUSdCRaroXDbsTTbQ3NA+RYG3TvJ6pQ9XphPhUpu3phmsN/57vEJioqIqnyqCzOpfpvYvWVs5QwC9PMATqDUfHd8rI5/Miz1V3emdT4uWsEjtkYUdg=" originalsrc="http://www.eprints.org/tech.php/" shash="Ei4doZVGOGG6a2lXFGkn64ejRiqYFBYdMlFpn88V6wnu5rybqiLKc577smOepJNreIl9Qftux7rcrSDMJO2FvOsOEno2GEkxi9J+hejvUCfxGBS/R9yXrkE/NicUeNEzAJaQXBR5WUtbs1JQkLK4Mw1m8vZxbIChbwd2VCZ5XOY=" moz-do-not-send="true">
https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cc887e90bdd0e47eaa17d08d7f70850ad%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=vPoTEUE1fVrS9hAP4cDcteffxYYqY4hbYnz55NxZB7M%3D&amp;reserved=0</a><br>
> *** EPrints community wiki: <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&data=01%7C01%7C%7Cc04faeb35fe84fccb31e08d7f71198fb%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=VmNGD9%2FzcxBy3uJnN2YnnrJRPVV3SSuFq1DhH5ua2og%3D&reserved=0" originalSrc="http://wiki.eprints.org/" shash="J8/mRSe7JrD8D+sHzxTWqgfxEZ/6umeRHPFAUNBO/ko5enIv/rUbpUg/vRJpNHIfEzv9PgSBwIcvth8GMtMB1o9xab+AXod5qiJynucA6iU6P7WMnt4ab7h2MlVWkj7jO14STEWD6Ht0PLqJWVLI6hJUD0VZKZ6CIaUeEKiBrmo=" originalsrc="http://wiki.eprints.org/" shash="rijW33tep31Cx63UY/b5CwRnCeGkIkfyKzFMcE+OeK07+sKUuySiadqo/b1qPYMqCxl22VJFl650af0yz2N/a5Fbq/XRoK4h8LOALUS7Isqp6LcgRXQ+z9eC2t+ujyV8FZGSzjkROKZHbR0ml5ppWEWSyDuU2MbDuliQUet4mn4=" moz-do-not-send="true">
https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cc887e90bdd0e47eaa17d08d7f70850ad%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=Ix5yn8HA8%2FIuXbgWA%2FBlAWJek81Rhly%2BJ79jMvyKui8%3D&amp;reserved=0</a><br>
<br>
*** Options: <a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech" moz-do-not-send="true">
http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a><br>
*** Archive: <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&data=01%7C01%7C%7Cc04faeb35fe84fccb31e08d7f71198fb%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=0qGdmsVJ1QDpsYSNXaAx1P5xpksc4%2BwVnKqAk%2Bfm%2Bgg%3D&reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="T/fW/uL+gITSkzp7z4k5vX9/AEo+jKvsdS38/0gyK2uaMpwmLrLxsAsAZuUSdCRaroXDbsTTbQ3NA+RYG3TvJ6pQ9XphPhUpu3phmsN/57vEJioqIqnyqCzOpfpvYvWVs5QwC9PMATqDUfHd8rI5/Miz1V3emdT4uWsEjtkYUdg=" originalsrc="http://www.eprints.org/tech.php/" shash="Ei4doZVGOGG6a2lXFGkn64ejRiqYFBYdMlFpn88V6wnu5rybqiLKc577smOepJNreIl9Qftux7rcrSDMJO2FvOsOEno2GEkxi9J+hejvUCfxGBS/R9yXrkE/NicUeNEzAJaQXBR5WUtbs1JQkLK4Mw1m8vZxbIChbwd2VCZ5XOY=" moz-do-not-send="true">http://www.eprints.org/tech.php/</a><br>
*** EPrints community wiki: <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&data=01%7C01%7C%7Cc04faeb35fe84fccb31e08d7f71198fb%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=VmNGD9%2FzcxBy3uJnN2YnnrJRPVV3SSuFq1DhH5ua2og%3D&reserved=0" originalSrc="http://wiki.eprints.org/" shash="J8/mRSe7JrD8D+sHzxTWqgfxEZ/6umeRHPFAUNBO/ko5enIv/rUbpUg/vRJpNHIfEzv9PgSBwIcvth8GMtMB1o9xab+AXod5qiJynucA6iU6P7WMnt4ab7h2MlVWkj7jO14STEWD6Ht0PLqJWVLI6hJUD0VZKZ6CIaUeEKiBrmo=" originalsrc="http://wiki.eprints.org/" shash="rijW33tep31Cx63UY/b5CwRnCeGkIkfyKzFMcE+OeK07+sKUuySiadqo/b1qPYMqCxl22VJFl650af0yz2N/a5Fbq/XRoK4h8LOALUS7Isqp6LcgRXQ+z9eC2t+ujyV8FZGSzjkROKZHbR0ml5ppWEWSyDuU2MbDuliQUet4mn4=" moz-do-not-send="true">http://wiki.eprints.org/</a><br>
</div>
</span></font></div>
<div>__________________________________________________________________
<div>This email (including any attached files) is confidential
and is
<div>for the intended recipient(s) only. If you received this
email by
<div>mistake, please, as a courtesy, tell the sender, then
delete this
<div>email.<br>
<div>The views and opinions are the originator's and do
not necessarily
<div>reflect those of the University of Southern
Queensland. Although
<div>all reasonable precautions were taken to ensure
that this email
<div>contained no viruses at the time it was sent
we accept no
<div>liability for any losses arising from its
receipt.<br>
<div>The University of Southern Queensland is
a registered provider
<div>of education with the Australian
Government.
<div>(CRICOS Institution Code QLD 00244B /
NSW 02225M, TEQSA PRV12081)
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">*** Options: <a class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a>
*** Archive: <a class="moz-txt-link-freetext" href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&data=01%7C01%7C%7Cc04faeb35fe84fccb31e08d7f71198fb%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=0qGdmsVJ1QDpsYSNXaAx1P5xpksc4%2BwVnKqAk%2Bfm%2Bgg%3D&reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="T/fW/uL+gITSkzp7z4k5vX9/AEo+jKvsdS38/0gyK2uaMpwmLrLxsAsAZuUSdCRaroXDbsTTbQ3NA+RYG3TvJ6pQ9XphPhUpu3phmsN/57vEJioqIqnyqCzOpfpvYvWVs5QwC9PMATqDUfHd8rI5/Miz1V3emdT4uWsEjtkYUdg=">http://www.eprints.org/tech.php/</a>
*** EPrints community wiki: <a class="moz-txt-link-freetext" href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&data=01%7C01%7C%7Cc04faeb35fe84fccb31e08d7f71198fb%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=VmNGD9%2FzcxBy3uJnN2YnnrJRPVV3SSuFq1DhH5ua2og%3D&reserved=0" originalSrc="http://wiki.eprints.org/" shash="J8/mRSe7JrD8D+sHzxTWqgfxEZ/6umeRHPFAUNBO/ko5enIv/rUbpUg/vRJpNHIfEzv9PgSBwIcvth8GMtMB1o9xab+AXod5qiJynucA6iU6P7WMnt4ab7h2MlVWkj7jO14STEWD6Ht0PLqJWVLI6hJUD0VZKZ6CIaUeEKiBrmo=">http://wiki.eprints.org/</a></pre>
</blockquote>
<div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
<table style="border-top: 1px solid #D3D4DE;">
        <tr>
<td style="width: 55px; padding-top: 13px;"><a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com%2Femail-signature%3Futm_medium%3Demail%26utm_source%3Dlink%26utm_campaign%3Dsig-email%26utm_content%3Demailclient&data=01%7C01%7C%7Cc04faeb35fe84fccb31e08d7f71198fb%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=hylAEGPObzX1RG25eDLUlUW8PKkNQhfa6PJWpCzAgNU%3D&reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="btaE+y955PmJJCwrnVZyxLzCNF2dcJaOQcmUGPbAQbmEA8O0appfIXecG9o+h6FJcQVT40oL+oOTR1E0iK8jiz9L/sT07s8kspaeipba0O1xBq2UtAYYS4ZrT+YLpsbQ0rPMJgpdS+f5lp7VK6OJ9p3vbwmnU64bHeIJMQRX5VY=" target="_blank"><img src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-green-avg-v1.png" alt="" width="46" height="29" style="width: 46px; height: 29px;"></a></td>
                <td style="width: 470px; padding-top: 12px; color: #41424e; font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 18px;">Virus-free. <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com%2Femail-signature%3Futm_medium%3Demail%26utm_source%3Dlink%26utm_campaign%3Dsig-email%26utm_content%3Demailclient&data=01%7C01%7C%7Cc04faeb35fe84fccb31e08d7f71198fb%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=hylAEGPObzX1RG25eDLUlUW8PKkNQhfa6PJWpCzAgNU%3D&reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="btaE+y955PmJJCwrnVZyxLzCNF2dcJaOQcmUGPbAQbmEA8O0appfIXecG9o+h6FJcQVT40oL+oOTR1E0iK8jiz9L/sT07s8kspaeipba0O1xBq2UtAYYS4ZrT+YLpsbQ0rPMJgpdS+f5lp7VK6OJ9p3vbwmnU64bHeIJMQRX5VY=" target="_blank" style="color: #4453ea;">www.avg.com</a>
                </td>
        </tr>
</table><a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"> </a></div></body>
</html>