I ditched my effort to get my program on localhost working with workbench Because it was having problems which I hope are due to using workbench instead of mariadb. I have downloaded mariadb and am now using xampp which did make it easier to setup apache. I am actually using a different computer so as not to get things confused.

Perl works fine as well as the localhost server as I have run test script successfully. I am using Apache/2.4.46 (Win64) OpenSSL/1.1.1g PHP/7.4.10 Server at localhost Port 80 Server version: 10.4.14-MariaDB xampp control panel 3.2.4 image magick 7.0-q16 on windows 10 64 bit.

Trying to open the program localhost, the same way I successfully open it on-line I get this:

Internal Server Error The server encountered an internal error or misconfiguration and was u +nable to complete your request. Please contact the server administrator at postmaster@localhost to inf +orm them of the time this error occurred, and the actions you perform +ed just before this error. More information about this error may be available in the server error + log.
Error log:
[Sat Jan 09 16:37:28.290929 2021] [cgi:error] [pid 1508:tid 1868] [cli +ent 127.0.0.1:53290] End of script output before headers: main.pl<br> [Sat Jan 09 16:37:28.290929 2021] [cgi:error] [pid 1508:tid 1868] [cli +ent 127.0.0.1:53290] AH01215: Can't locate loadable object for module + Image::Magick in @INC (@INC contains: C:/xampp/perl/site/lib C:/xamp +p/perl/vendor/lib C:/xampp/perl/lib) at C:/xampp/perl/site/lib/Ultima +teAuction.pm line 1849.\r: C:/xampp/cgi-bin/ua/main.pl<br> [Sat Jan 09 16:37:28.290929 2021] [cgi:error] [pid 1508:tid 1868] [cli +ent 127.0.0.1:53290] AH01215: Compilation failed in require at C:/xam +pp/perl/site/lib/UltimateAuction.pm line 1849.\r: C:/xampp/cgi-bin/ua +/main.pl<br> [Sat Jan 09 16:37:28.290929 2021] [cgi:error] [pid 1508:tid 1868] [cli +ent 127.0.0.1:53290] AH01215: BEGIN failed--compilation aborted at C: +/xampp/perl/site/lib/UltimateAuction.pm line 1849.\r: C:/xampp/cgi-bi +n/ua/main.pl<br> [Sat Jan 09 16:37:28.290929 2021] [cgi:error] [pid 1508:tid 1868] [cli +ent 127.0.0.1:53290] AH01215: Compilation failed in require at C:/xam +pp/cgi-bin/ua/main.pl line 20.\r: C:/xampp/cgi-bin/ua/main.pl<br> [Sat Jan 09 16:37:28.291926 2021] [cgi:error] [pid 1508:tid 1868] [cli +ent 127.0.0.1:53290] AH01215: BEGIN failed--compilation aborted at C: +/xampp/cgi-bin/ua/main.pl line 20.\r: C:/xampp/cgi-bin/ua/main.pl
I have tried to download perl magick as well but not sure what to do from here. Obviously I do not have this configured correctly. Can anyone help?

In reply to Trying again with mariadb by traincity

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.