Hi Monks,
I am wondering if any one have experienced or got an explaination of the following.
When using DBI and CGI under mod_perl on Apache the following two lines cause a seg fault when in the startup.pl script
use CGI qw(-compile);
use DBI;
However the following works OK :-
use DBI;
use CGI qw(-compile);
These are the module/versions :-
Apache 1.3.26
mod_ssl 2.8.9
mod_layout 3.0.3
mod_perl 1.26
root@cgi1:/# perl -MDBI -e 'print "$DBI::VERSION\n"'
1.21
root@cgi1:/# perl -MCGI -e 'print "$CGI::VERSION\n"'
2.752
Any help would be welcome
UnderMine
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.