<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
Let me be a little more verbose here.<br>
<br>
The program works fine if you click on one of those <br>
words - so this link works:<br>
<a class="moz-txt-link-freetext" href="http://mflan.com/cgi-bin/qa.cgi?name=muscle">http://mflan.com/cgi-bin/qa.cgi?name=muscle</a><br>
<br>
If you put a word (and word) in the box and hit <br>
submit, it does not work.<br>
<br>
If you put muscle in that box and hit submit it <br>
does not work.<br>
<br>
I need File::Find installed, that is for sure.<br>
I may need more things after that.<br>
<br>
<br>
Mike<br>
<br>
<br>
<br>
<div class="moz-cite-prefix">On 12/1/2018 9:40 AM, Julian Brown
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAMzD1Sr+6GAOzA42CbqJwAi9ynfp2Xc1kgJ9n6oOMMg=TOq3pQ@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">So changing the shebang to #!/usr/bin/perl fixed
your problem?
<div><br>
</div>
<div>Julian</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr">On Sat, Dec 1, 2018 at 8:56 AM Mike Flannigan
<<a href="mailto:mikeflan@att.net" moz-do-not-send="true">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">
<div text="#000000" bgcolor="#FFFFFF"> <br>
Thanks Julian,<br>
<br>
Using that shebang produced a 500: Internal Error<br>
<br>
<br>
Before yesterday I was using<br>
#!/usr/local/bin/perl<br>
It worked long ago with that.<br>
<br>
Now I am using<br>
#!/usr/bin/perl<br>
use cPanelUserConfig; <br>
<br>
just because they say to use that.<br>
<br>
<br>
The website is this:<br>
<a class="m_7088278504517671530moz-txt-link-freetext"
href="http://www.mflan.com/cgi-bin/qa.cgi" target="_blank"
moz-do-not-send="true">http://www.mflan.com/cgi-bin/qa.cgi</a><br>
<br>
Just put 'and' or 'doctor' in the search <br>
window and hit Submit. It should produce <br>
a list of questions like when you click <br>
on any of the bold words on the right side <br>
of the page.<br>
<br>
<br>
Yes, it is a cPanel server (in my opinion).<br>
<br>
<br>
<br>
Mike<br>
<br>
<br>
<div class="m_7088278504517671530moz-cite-prefix">On
12/1/2018 8:40 AM, Julian Brown wrote:<br>
</div>
<blockquote type="cite">
<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"
target="_blank" moz-do-not-send="true">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" moz-do-not-send="true">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"
moz-do-not-send="true">http://www.namesdir.com/mirrors/cpan/index.html</a>
<br>
(connected:0).......(request attempt
1/12)...Resolving <a
class="m_7088278504517671530moz-txt-link-abbreviated"
href="http://www.namesdir.com" target="_blank"
moz-do-not-send="true">www.namesdir.com</a>...<br>
(resolve attempt <a
class="m_7088278504517671530moz-txt-link-abbreviated"
href="mailto:1/65)...@69.64.50.156......receiving......request"
target="_blank" moz-do-not-send="true">1/65)...@69.64.50.156......receiving......request</a>
<br>
success......Done<br>
<br>
Mirror Check passed for <a
href="http://www.namesdir.com" rel="noreferrer"
target="_blank" moz-do-not-send="true">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>
</blockquote>
</div>
</blockquote>
</div>
<br>
</blockquote>
<br>
<br>
</div>
_______________________________________________<br>
Houston mailing list<br>
<a href="mailto:Houston@pm.org" target="_blank"
moz-do-not-send="true">Houston@pm.org</a><br>
<a href="https://mail.pm.org/mailman/listinfo/houston"
rel="noreferrer" target="_blank" moz-do-not-send="true">https://mail.pm.org/mailman/listinfo/houston</a><br>
Website: <a href="http://houston.pm.org/" rel="noreferrer"
target="_blank" moz-do-not-send="true">http://houston.pm.org/</a><br>
</blockquote>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
Houston mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Houston@pm.org">Houston@pm.org</a>
<a class="moz-txt-link-freetext" href="https://mail.pm.org/mailman/listinfo/houston">https://mail.pm.org/mailman/listinfo/houston</a>
Website: <a class="moz-txt-link-freetext" href="http://houston.pm.org/">http://houston.pm.org/</a>
</pre>
</blockquote>
<br>
</body>
</html>