[rt-users] RPM installation of RT

Jesse Vincent jesse at bestpractical.com
Thu Apr 12 15:56:28 EDT 2007




On Thu, Apr 12, 2007 at 12:53:52PM -0700, John Oliver wrote:
> I installed Fedora Core 6 on a machine, and was very pleasantly
> surprised when "yum install rt3" worked like a charm, after the hours
> I'd spent trying to get RT installed under RHEL4! :-)
> 
> I went to http://my-server/rt3/ and the error_log says:
> 
> [Thu Apr 12 11:37:28 2007] [error] [client 192.168.2.192]
> install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC

Looks like the RPM ddidn't handle the dependencies correctly.

> I do have mysql.pm 
> 
> [root at sdtvm08 ~]# find / -name mysql.pm
> /usr/lib/perl5/vendor_perl/5.8.8/DBIx/SearchBuilder/Handle/mysql.pm
> /usr/lib/perl5/vendor_perl/5.8.8/DBIx/DBSchema/DBD/mysql.pm

Perl paths are fully qalified.

You have DBIx::SearchBuilder::Handle::mysql and
DBIx::DBSchema::DBD::mysql, but not DBD::mysql.

You'll need to install DBD::mysql. 

> 
> How do I add one of those to @INC, and why wasn't this already done?
> 
> -- 
> ***********************************************************************
> * John Oliver                             http://www.john-oliver.net/ *
> *                                                                     *
> ***********************************************************************
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
> 
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
> 
> 
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
> Buy a copy at http://rtbook.bestpractical.com
> 

-- 



More information about the rt-users mailing list