Hello Monks:

I have a major problem and I would like to know what are your comments and if you can give me some ideas.


In the beginning

Some client wanted a big project, I had to change their whole site which was flat-text based to a database. Since I know MySQL I recommended that they use it.
I decided to use perl for this task and the famous module DBD::mysql and DBI.
I've been working on the CGI's for almost three months now and finally three days ago I finished them.


The Test

It was the moment of truth, finally I was able to see my work in action and hopefully I could show the work done the day after that.
I uploaded all my CGI's, created the database trough their Control Panel and checked all the attributes. So I entered the browser and OH NO a HUGE problem... the server doesn't have DBD::mysql installed.


Agony

Quickly I opened my mail program and sent an email to the administrator asking him to please install the module...

I had to wait 24 hours and finally the response:
Sorry... we can't install any modules that do not come with the original perl distribution


The Problem

Now Im desperate I don't know what to do, I tried to upload the module in a ne dir apart and tell my CGI's to look for the module there, but I have a version problem with the Dynaloader.


Solutions

I had thought of some solutions, and here they are:


I hope some of you may give me some ideas and comments...I really need to sort this out...THANKS


In reply to Administrator refuses to install DBD::mysql by kidd

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.