Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: DBI Confusion

Quote Reply
Re: DBI Confusion In reply to
I've tried jsut about everything I can think of to fix this problem. I'm still getting the same error after reinstalling the operating system withouth any of the default RedHat Apache or MySQL support. I upgraded the version of perl that was installed with RedHat 7.1 prior to compiling Apache, MySQL, DBI, and Mysql-modules all from the latest sources.

I think my problem may stem from the fact that the DBI.pm is not being found in the @INC path. I had to copy it from ../i686-linux/DBI.pm to ..i686-linux/Apache/DBI.pm directory in order for httpd to start. I assume this is where my problem is. It's just a guess. Any suggestions?

System Information
======================================
Perl Version: 5.006001
Gossamer Mail Version: 2.0.2-Upgrade
DBI.pm Version: 1.18
MIME::Base64 Version: 2.12
Digest::MD5 Version: 2.13
Persistant Env: mod_perl (1) SpeedyCGI (0)
Mod Perl Version: 1.26
DBI::errstr = @INC =
/var/www/cgi-bin/admin
/usr/local/lib/perl5/site_perl/5.6.1/i686-linux/
/usr/local/lib/perl5/5.6.1/i686-linux
/usr/local/lib/perl5/5.6.1
/usr/local/lib/perl5/site_perl/5.6.1/i686-linux
/usr/local/lib/perl5/site_perl/5.6.1
/usr/local/lib/perl5/site_perl
.
/usr/local/apache/
/usr/local/apache/lib/perl


Stack Trace
======================================
GMail (836): DBI::connect called at /var/www/cgi-bin/admin/GT/SQL/Driver.pm line 78 with arguments
(DBI, DBI:mysql:gmail:mailsql.chaosunlimited.com, a-user-name, a-password, HASH(0x8db0e88)).
GMail (836): GT::SQL::Driver::connect called at /var/www/cgi-bin/admin/GT/SQL/Table.pm line 132 with arguments
(GT::SQL::Driver::MYSQL=HASH(0x8da97bc)).
GMail (836): GT::SQL::Table::connect called at /var/www/cgi-bin/admin/GT/SQL/Table.pm line 320 with arguments
(GT::SQL::Table=HASH(0x8dabd70)).
GMail (836): GT::SQL::Table::update called at /var/www/cgi-bin/admin/GMail/User.pm line 164 with arguments
(GT::SQL::Table=HASH(0x8dabd70), HASH(0x8d9b048), HASH(0x8da9780)).
GMail (836): GMail::User::update_template called at /var/www/cgi-bin/admin/GMail.pm line 586 with arguments
(GMail::User=HASH(0x8d9ca94), default).
GMail (836): GMail::template_set called at /var/www/cgi-bin/user/join.cgi line 40 with arguments
(GMail).
GMail (836): Apache::ROOT::cgi_2dbin::user::join_2ecgi::main called at /var/www/cgi-bin/admin/GT/Plugins.pm line 98 with no arguments.
GMail (836): GT::Plugins::dispatch called at /var/www/cgi-bin/user/join.cgi line 29 with arguments
(GT::Plugins=HASH(0x8da96f0), join::main, CODE(0x8d7bf28)).
GMail (836): Apache::ROOT::cgi_2dbin::user::join_2ecgi::handler called at /usr/local/lib/perl5/site_perl/5.6.1/i686-linux/Apache/Registry.pm line 143 with arguments
(Apache=SCALAR(0x8d67ca8)).
GMail (836): (eval) called at /usr/local/lib/perl5/site_perl/5.6.1/i686-linux/Apache/Registry.pm line 143 with arguments
(Apache=SCALAR(0x8d67ca8)).
GMail (836): Apache::Registry::handler called at /var/www/cgi-bin/admin/GT/SQL/Driver/MYSQL.pm line 0 with arguments
(Apache=SCALAR(0x8d67ca8)).
GMail (836): (eval) called at /var/www/cgi-bin/admin/GT/SQL/Driver/MYSQL.pm line 0 with arguments
(Apache=SCALAR(0x8d67ca8)).





Subject Author Views Date
Thread DBI Confusion DrewBlack 4509 Jul 15, 2001, 11:45 PM
Post Re: DBI Confusion
DrewBlack 4401 Jul 15, 2001, 11:58 PM
Thread Re: DBI Confusion
Alex 4396 Jul 16, 2001, 11:06 AM
Thread Re: DBI Confusion
DrewBlack 4370 Jul 17, 2001, 3:32 AM
Thread Re: DBI Confusion
Alex 4368 Jul 17, 2001, 8:40 AM
Post Re: DBI Confusion
DrewBlack 4368 Jul 17, 2001, 9:14 AM