Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Instalation problem with Oracle

119 views
Skip to first unread message

Tomáš Pytlík

unread,
Dec 2, 2008, 5:46:59 AM12/2/08
to support-...@lists.mozilla.org
Hi there,

I try to install Bugzilla 3.2 on my Red Hat. Bugzilla should be working with
Oracle database. I follow documentation very carefully, but when I start
checksetup.pl for the last time (at point 2.2.3 in documentation) and expect
it compiles templates and creates tables in database, I get this message:

Deep recursion on subroutine "DBD::Oracle::AUTOLOAD" at
/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/DBD/Oracle.pm
line 95.

and it's neverending loop. Any suggestions?

Tomas

PS: Here I put complete output of the script:
* This is Bugzilla 3.2 on perl 5.8.8
* Running on Linux 2.6.18-92.1.10.el5 #1 SMP Wed Jul 23 03:56:11 EDT 2008

Checking perl modules...
Checking for CGI.pm (v3.21) ok: found v3.42
Checking for TimeDate (v2.21) ok: found v2.22
Checking for PathTools (v0.84) ok: found v3.12
Checking for DBI (v1.41) ok: found v1.52
Checking for Template-Toolkit (v2.15) ok: found v2.20
Checking for Email-Send (v2.00) ok: found v2.192
Checking for Email-MIME (v1.861) ok: found v1.861
Checking for Email-MIME-Modifier (v1.442) ok: found v1.442

Checking available perl DBD modules...
Checking for DBD-Pg (v1.45) ok: found v1.49
Checking for DBD-mysql (v4.00) found v3.0007
Checking for DBD-Oracle (v1.19) ok: found v1.22

The following Perl modules are optional:
Checking for GD (v1.20) not found
Checking for Chart (v1.0) not found
Checking for Template-GD (any) not found
Checking for GDTextUtil (any) not found
Checking for GDGraph (any) not found
Checking for XML-Twig (any) not found
Checking for MIME-tools (v5.406) not found
Checking for libwww-perl (any) ok: found v2.033
Checking for PatchReader (v0.9.4) not found
Checking for PerlMagick (any) not found
Checking for perl-ldap (any) not found
Checking for Authen-SASL (any) not found
Checking for RadiusPerl (any) not found
Checking for SOAP-Lite (any) not found
Checking for HTML-Parser (v3.40) ok: found v3.55
Checking for HTML-Scrubber (any) not found
Checking for Email-MIME-Attachment-Stripper (any) not found
Checking for Email-Reply (any) not found
Checking for mod_perl (v1.999022) ok: found v2.000002
Checking for CGI.pm (v3.11) ok: found v3.42
**********************************************************************
* OPTIONAL MODULES *
**********************************************************************
* Certain Perl modules are not required by Bugzilla, but by *
* installing the latest version you gain access to additional *
* features. *
* *
* The optional modules you do not have installed are listed below, *
* with the name of the feature they enable. If you want to install *
* one of these modules, just run the appropriate command in the *
* "COMMANDS TO INSTALL" section. *
**********************************************************************

***********************************************************************
* MODULE NAME * ENABLES FEATURE(S) *
***********************************************************************
* GD * Graphical Reports, New Charts, Old Charts
*
* Chart * New Charts, Old Charts *
* Template-GD * Graphical Reports *
* GDTextUtil * Graphical Reports *
* GDGraph * Graphical Reports *
* XML-Twig * Move Bugs Between Installations *
* MIME-tools * Move Bugs Between Installations *
* PatchReader * Patch Viewer *
* PerlMagick * Optionally Convert BMP Attachments to
PNGs *
* perl-ldap * LDAP Authentication *
* Authen-SASL * SMTP Authentication *
* RadiusPerl * RADIUS Authentication *
* SOAP-Lite * XML-RPC Interface *
* HTML-Scrubber * More HTML in Product/Group Descriptions *

* Email-MIME-Attachment-Stripper * Inbound Email *
* Email-Reply * Inbound Email *
***********************************************************************
COMMANDS TO INSTALL:

GD: /usr/bin/perl install-module.pl GD
Chart: /usr/bin/perl install-module.pl Chart::Base
Template-GD: /usr/bin/perl install-module.pl Template::Plugin::GD::Image

GDTextUtil: /usr/bin/perl install-module.pl GD::Text
GDGraph: /usr/bin/perl install-module.pl GD::Graph
XML-Twig: /usr/bin/perl install-module.pl XML::Twig
MIME-tools: /usr/bin/perl install-module.pl MIME::Parser
PatchReader: /usr/bin/perl install-module.pl PatchReader
PerlMagick: /usr/bin/perl install-module.pl Image::Magick
perl-ldap: /usr/bin/perl install-module.pl Net::LDAP
Authen-SASL: /usr/bin/perl install-module.pl Authen::SASL
RadiusPerl: /usr/bin/perl install-module.pl Authen::Radius
SOAP-Lite: /usr/bin/perl install-module.pl SOAP::Lite
HTML-Scrubber: /usr/bin/perl install-module.pl HTML::Scrubber
Email-MIME-Attachment-Stripper: /usr/bin/perl install-module.pl
Email::MIME::Attachment::Stripper
Email-Reply: /usr/bin/perl install-module.pl Email::Reply

To attempt an automatic install of every required and optional module
with one command, do:

/usr/bin/perl install-module.pl --all

Reading ./localconfig...
Checking for DBD-Oracle (v1.19) ok: found v1.22
Deep recursion on subroutine "DBD::Oracle::AUTOLOAD" at
/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/DBD/Oracle.pm
line 95.

Xiaoou Wu

unread,
Dec 2, 2008, 9:53:20 AM12/2/08
to Tomáš Pytlík, support-...@lists.mozilla.org
Hi,
please try to export ORACLE_HOME and LD_LIBRARY_PATH before run the
checksetup.pl

like :
export ORACLE_HOME="/usr/lib/oracle/xe/app/oracle/product/10.2.0/server"
export
LD_LIBRARY_PATH="/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib"
./checksetup.pl

Thanks,
Xiaoou

Tomáš Pytlík

unread,
Dec 2, 2008, 10:18:11 AM12/2/08
to Xiaoou Wu, support-...@lists.mozilla.org
Hi,

thank you for helping me. I try your suggestion, but it doesn't work. Script
always ends with deep recursion and nothing else happens.

Tom

2008/12/2 Xiaoou Wu <xiao...@oracle.com>

Xiaoou Wu

unread,
Dec 2, 2008, 10:33:18 AM12/2/08
to Tomáš Pytlík, support-...@lists.mozilla.org
There should be something wrong, please make sure you set the right
value to ORACLE_HOME and LD_LIBRARY_PATH.
Here is an example about setting Bugzilla 3.2 with Oracle, Please have
a try.

http://xiaoouwu.blogspot.com/2008/11/bugzilla-32-with-oracle-howto.html

Tomáš Pytlík wrote:
> Hi,
>
> thank you for helping me. I try your suggestion, but it doesn't work.
> Script always ends with deep recursion and nothing else happens.
>
> Tom
>

> 2008/12/2 Xiaoou Wu <xiao...@oracle.com <mailto:xiao...@oracle.com>>

Xiaoou Wu

unread,
Dec 2, 2008, 10:38:21 AM12/2/08
to Tomáš Pytlík, support-...@lists.mozilla.org
Hi Tom,

There should be something wrong, please make sure you set the right
value to ORACLE_HOME and LD_LIBRARY_PATH.
Here is an installation note or an example about setting up Bugzilla 3.2

Xiaoou

0 new messages