Доброго вермени суток. Нужно было поставить bugzilla и сконфигурировать для работы с базой в ORACLE После установки необходимых модулей Perl создания пользователя в Oracle и раздачи ему прав и внесения изменений в localconfig (база данных, пользователь БД, пароль для доступа к БД) запуск ./checksetup.pl выдает: [oracle@ora10gr2 bugzilla]$ ./checksetup.pl * This is Bugzilla 4.2.1 on perl 5.8.8 * Running on Linux 2.6.18-194.el5 #1 SMP Mon Mar 29 20:06:41 EDT 2010 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.41) ok: found v1.52 Checking for Template-Toolkit (v2.22) ok: found v2.24 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) not found Checking for DBD-SQLite (v1.29) not found Checking for DBD-Oracle (v1.19) ok: found v1.44 The following Perl modules are optional: Checking for GD (v1.20) not found Checking for Chart (v2.1) not found Checking for Template-GD (any) not found Checking for GDTextUtil (any) not found Checking for GDGraph (any) not found Checking for MIME-tools (v5.406) not found Checking for libwww-perl (any) ok: found v2.033 Checking for XML-Twig (any) not found Checking for PatchReader (v0.9.6) 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 (v0.712) not found Checking for JSON-RPC (any) not found Checking for JSON-XS (v2.0) not found Checking for Test-Taint (any) not found Checking for HTML-Parser (v3.40) ok: found v3.55 Checking for HTML-Scrubber (any) not found Checking for Encode (v2.21) found v2.12 Checking for Encode-Detect (any) not found Checking for Email-MIME-Attachment-Stripper (any) not found Checking for Email-Reply (any) not found Checking for TheSchwartz (any) not found Checking for Daemon-Generic (any) not found Checking for mod_perl (v1.999022) not found Checking for Apache-SizeLimit (v0.96) not found Checking for mod_headers (any) ok Checking for mod_expires (any) ok Checking for mod_env (any) ok *********************************************************************** * 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. Below that table are the * * commands to install each module. * *********************************************************************** * 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 * * MIME-tools * Move Bugs Between Installations * * XML-Twig * Move Bugs Between Installations, Automatic Update Notifications * * PatchReader * Patch Viewer * * perl-ldap * LDAP Authentication * * Authen-SASL * SMTP Authentication * * RadiusPerl * RADIUS Authentication * * SOAP-Lite * XML-RPC Interface * * JSON-RPC * JSON-RPC Interface * * JSON-XS * Make JSON-RPC Faster * * Test-Taint * JSON-RPC Interface, XML-RPC Interface * * HTML-Scrubber * More HTML in Product/Group Descriptions * * Encode * Automatic charset detection for text attachments * * Encode-Detect * Automatic charset detection for text attachments * * Email-MIME-Attachment-Stripper * Inbound Email * * Email-Reply * Inbound Email * * TheSchwartz * Mail Queueing * * Daemon-Generic * Mail Queueing * * mod_perl * mod_perl * * Apache-SizeLimit * mod_perl * *********************************************************************** COMMANDS TO INSTALL OPTIONAL MODULES: GD: /usr/bin/perl install-module.pl GD Chart: /usr/bin/perl install-module.pl Chart::Lines 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 MIME-tools: /usr/bin/perl install-module.pl MIME::Parser XML-Twig: /usr/bin/perl install-module.pl XML::Twig PatchReader: /usr/bin/perl install-module.pl PatchReader 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 JSON-RPC: /usr/bin/perl install-module.pl JSON::RPC JSON-XS: /usr/bin/perl install-module.pl JSON::XS Test-Taint: /usr/bin/perl install-module.pl Test::Taint HTML-Scrubber: /usr/bin/perl install-module.pl HTML::Scrubber Encode: /usr/bin/perl install-module.pl Encode Encode-Detect: /usr/bin/perl install-module.pl Encode::Detect Email-MIME-Attachment-Stripper: /usr/bin/perl install-module.pl Email::MIME::Attachment::Stripper Email-Reply: /usr/bin/perl install-module.pl Email::Reply TheSchwartz: /usr/bin/perl install-module.pl TheSchwartz Daemon-Generic: /usr/bin/perl install-module.pl Daemon::Generic mod_perl: /usr/bin/perl install-module.pl mod_perl2 Apache-SizeLimit: /usr/bin/perl install-module.pl Apache2::SizeLimit
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.44 Deep recursion on subroutine "DBD::Oracle::AUTOLOAD" at lib/i386-linux-thread-multi/DBD/Oracle.pm line 118. после чего Out of memory и Segmentation fault При проверке, объекты в базе данных не были созданы. Подскажите пожалуйста в чем может быть дело и как исправить? 07-06-2012 06:46:09 вывод команды env: HOSTNAME=ora10gr2 SHELL=/bin/bash TERM=xterm HISTSIZE=1000 SSH_CLIENT=10.224.140.145 4174 22 NLS_LANG=AMERICAN_AMERICA.CL8MSWIN1251 OLDPWD=/home/oracle/bugzilla/lib SSH_TTY=/dev/pts/2 USER=oracle LS_COLORS=no=00:fi=00:di=00 LD_LIBRARY_PATH=/u01/app/oracle/product/10.2.0/db/lib/ ORACLE_SID=alpha ORACLE_BASE=/u01/app/oracle MC_TMPDIR=/tmp/mc-oracle PATH=/u01/app/oracle/product/10.2.0/db//bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/NX/bin:/home/oracle/bin:/usr/NX/bin MAIL=/var/spool/mail/oracle NXDIR=/usr/NX PWD=/home/oracle/bugzilla INPUTRC=/etc/inputrc LANG=en_US.UTF-8 HISTCONTROL=ignorespace SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass HOME=/home/oracle SHLVL=2 LANGUAGE=AMERICAN_AMERICA.CL8MSWIN1251 MC_SID=21173 LOGNAME=oracle CVS_RSH=ssh SSH_CONNECTION=10.224.140.145 4174 10.224.140.24 22 LESSOPEN=|/usr/bin/lesspipe.sh %s ORACLE_HOME=/u01/app/oracle/product/10.2.0/db/ G_BROKEN_FILENAMES=1 _=/bin/env |