<div dir="ltr">If your "script" has a shebang at the top, make sure it says:<div><br></div><div>#!/usr/local/cpanel/3rdparty/bin/perl</div><div><br></div><div>That will ensure you are using the cPanel Perl which has all those modules installed.</div><div><br></div><div>Julian</div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Dec 1, 2018 at 8:39 AM Julian Brown <<a href="mailto:jlbprof@gmail.com">jlbprof@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Does the HG server that is being used is it a cPanel server?  If so everything you need should already be there.<div><br></div><div>Julian</div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Dec 1, 2018 at 6:29 AM Mike Flannigan <<a href="mailto:mikeflan@att.net" target="_blank">mikeflan@att.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
A sign of the times?<br>
<br>
I have a CGI program on HostGator that worked fine<br>
for years. Now it takes the form input, recreates<br>
the webpage, but does not produce any output. I<br>
have this set:<br>
use CGI::Carp qw(fatalsToBrowser);<br>
but there are no errors given.<br>
<br>
I think it broke when they moved me to a new<br>
server many months ago.<br>
<br>
I notice that File::Find, which the program uses, is<br>
not listed as an installed module.<br>
<br>
ExtUtils::MakeMaker    7.34<br>
File::Copy::Recursive    0.44<br>
File::HomeDir    1.004<br>
File::Path    2.16<br>
<br>
and 40+ others are installed, but not File::Find.<br>
<br>
Wouldn't that produce an error when it saw:<br>
use File::Find in the program?<br>
<br>
<br>
So I call up support. 1st tier couldn't handle it,<br>
so they bumped it up to tier 2 support. Mine is<br>
the first call the tier 2 guy has ever had regarding<br>
Perl modules!<br>
<br>
When we try to install File::Find it gives error:<br>
<br>
Ping:0.000100851058959961 (ticks) Testing connection speed to <br>
208.43.108.66 using pureperl...(using cached speed)...Done<br>
<br>
Ping:0.000107288360595703 (ticks) Testing connection speed to <br>
66.23.237.210 using pureperl...(using cached speed)...Done<br>
<br>
Ping:0.000108242034912109 (ticks) Testing connection speed to <br>
216.14.113.158 using pureperl...(using cached speed)...Done<br>
<br>
Three usable fallback mirrors located<br>
<br>
Fetching <a href="http://www.namesdir.com/mirrors/cpan/index.html" rel="noreferrer" target="_blank">http://www.namesdir.com/mirrors/cpan/index.html</a> <br>
(connected:0).......(request attempt 1/12)...Resolving www.namesdir.com...<br>
(resolve attempt 1/65)...@69.64.50.156......receiving......request <br>
success......Done<br>
<br>
Mirror Check passed for <a href="http://www.namesdir.com" rel="noreferrer" target="_blank">www.namesdir.com</a> (/index.html)<br>
<br>
Checking C compiler....Could not locate an executable "gcc" binary....Done<br>
** Unrecoverable Error **<br>
<br>
The C compiler is not functional and auto repair failed.<br>
<br>
Perl module installs require a working C compiler.<br>
<br>
Please repair the C compiler and try again.<br>
<br>
**************************<br>
<br>
<br>
So I wait for a C compiler expert to spring into action.<br>
It's been less than 24 hours so far and this is very<br>
low priority for me. I will wait for incident number<br>
09337722 to be resolved.<br>
<br>
<br>
Mike<br>
_______________________________________________<br>
Houston mailing list<br>
<a href="mailto:Houston@pm.org" target="_blank">Houston@pm.org</a><br>
<a href="https://mail.pm.org/mailman/listinfo/houston" rel="noreferrer" target="_blank">https://mail.pm.org/mailman/listinfo/houston</a><br>
Website: <a href="http://houston.pm.org/" rel="noreferrer" target="_blank">http://houston.pm.org/</a><br>
</blockquote></div>
</blockquote></div>