Hello,

I'm running Fedora 16 32bit on a server of mine and I'm trying to get a cgi script to work. I'm getting the following error in the error log when trying to run the install.cgi via the browser.

/usr/bin/perl: symbol lookup error: Modules/WSD/Filter51032_2.so: unde +fined symbol: Perl_Istack_sp_ptr [Fri Nov 09 14:24:16 2012] [error] [client 1.1.1.1] Premature end of s +cript headers: install.cgi

I install perl and all the modules via CPAN. I've reinstalled some of the perl modules but still get the same error. Maybe the perl version is messing around with the script? I'm not sure. A Google search provided no relevant solution to this problem. Can anyone recommend something?

Thank you in advanced.


In reply to undefined symbol when running cgi script by central101

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.