This issue just will not die.

I have recently moved to a server that is under the same architecture as my intranet server (Intel) and we are both running the same version and builds of ActiveState Perl (5.6.1 Build 629).

I do not have any way (telnet, SSH, shell) of installing modules to the host machine and the host provider will not install *additional* modules not included in the standard distributions of Perl.

I have installed (via PPM) the various modules that I need on my intranet box (XP/Apache/ASPerl) and all is well there. I was hoping that I could simply u/l my entire (yes the whole thing) /perl/site/lib folder to my host provider and simple reference the modules in my scripts with 'use ./lib'. While this seems to *almost work*, I am seeing the following error message concerning the DBI.DLL:

Can't load './lib/auto/DBI/DBI.dll' for module DBI: load_file:The spec +ified module could not be found at d:/Perl/lib/DynaLoader.pm line 206 +. at lib/DBI.pm line 236

The DLL file exists in the location so I am wondering if the problem is something else. Please help me. Any guesses at this point would be welcome as I'm at the end of my wits. I wrote a custom content management system that I dearly love and would hate to have to start from scratch without DBI.

Signed: Deperately seeking *manual* DBI installation

======================
Sean Shrum
http://www.shrum.net


In reply to Manual DBI installations; new ? on old problem by S_Shrum

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.