Hi,

an ubuntu upgrade, from 11.10 to 12.04 LTS (64 bit), affected my Bugzilla 4.2 setup.


I can open and access Bugzilla, and the sanity check completes without any errors. I can search for and find the created tickets, but can't open and can't read them (the page doesn't load, remains hanging), and i can't create new tickets, (the page hangs when i select the "Product" in which i intend to create a new ticket...


MySQL version: 5.5.22

Perl v5.14.2

i'm not sure whether it is a MySQL, Perl or other upgrade effect... but it surprizes me that when i run ./checksetup.pl the identified mysql version is 4..020 when i have installed v 5.5.22, and I get a Perl_Istack_sp_ptr error immediately after that:

root@desk-1:/var/www/bugzilla# ./checksetup.pl
* This is Bugzilla 4.2 on perl 5.14.2
* Running on Linux 3.2.0-24-generic #37-Ubuntu SMP Wed Apr 25 08:43:22 UTC 2012
Checking perl modules...
Checking for CGI.pm (v3.51) ok: found v3.59
Checking for Digest-SHA (any) ok: found v5.71
Checking for TimeDate (v2.21) ok: found v2.24
Checking for DateTime (v0.28) ok: found v0.74
Checking for DateTime-TimeZone (v0.71) ok: found v1.46
Checking for DBI (v1.614) ok: found v1.620
Checking for Template-Toolkit (v2.22) ok: found v2.22
Checking for Email-Send (v2.00) ok: found v2.198
Checking for Email-MIME (v1.904) ok: found v1.910
Checking for URI (v1.37) ok: found v1.60
Checking for List-MoreUtils (v0.22) ok: found v0.33
Checking for Math-Random-ISAAC (v1.0.1) ok: found v1.004
Checking available perl DBD modules...
Checking for DBD-Pg (v1.45) not found
Checking for DBD-mysql (v4.001) ok: found v4.020
/usr/bin/perl: symbol lookup error: lib/x86_64-linux-gnu-thread-multi/auto/DBD/SQLite/SQLite.so: undefined symbol: Perl_Istack_sp_ptr

Reading error related posts and following various directions, i tried to reinstall Perl and CPAN, but this didn't helped. and i ended up in having


/etc/perl
/usr/lib/perl AND
/usr/lib/perl5 (which i'm not sure is ok...)

the /usr/lib/perl directory contains
/..
~5.14
/5.14.2

The perl -v command returns

This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux-gnu-thread-multi (with 53 registered patches, see perl -V for more detail)

Could you please help ?

Thanks in advance.
Adrian

In reply to Perl_Istack_sp_ptr error by ai_bcn

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.