Howdy...

I've been searching high and low for answer to this conundrum. I've found quite a few references to the problem, but no solutions so far.

I am running:

RedHat 5.2,
Linux Kernel 2.2.18 #2,
Apache 1.3.14
Perl 5.00502, (complied on the box replacing the default install)
(I also have run the H2PH converter, but might have missed an include directory.)
mod_perl (via DSO) version 1.25
gcc version 2.7.2.3
(I do not have embed perl installed.)

I've used CPAN to install the latest and greatest Bundle::DBI as well as Bundle::Apache.

I'm trying to run mod_perl as a DSO under Apache 1.3.14. (I can successfully run Perl CGI scripts that use good olde regular DBI.)

Here is the error message:

Syntax error on line 1226 of /web/apache/conf/httpd.conf:
Can't load '/usr/lib/perl5/site_perl/5.005/i686-linux/auto/DBI/DBI.so'
for module DBI:
/usr/lib/perl5/site_perl/5.005/i686-linux/auto/DBI/DBI.so:
undefined symbol: PL_dowarn at
/usr/lib/perl5/5.00502/i686-linux/DynaLoader.pm line 168.

at /usr/lib/perl5/site_perl/5.005/i686-linux/DBI.pm line 182
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.005/i686-linux/DBI.pm line 182.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.005/Apache/DBI.pm line 4.

What other info might anyone need to help me solve this? Recommendations and ideas appreciated.


In reply to undefined symbol: PL_dowarn by group29

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.