From: Dan F. <da...@ha...> - 2007-06-02 15:57:11
|
Steven Pfohl Murphy wrote: > "fatal: Can't locate object method "connect" via package "DBIx::DBCluster" > at /usr/sbin/sqlgrey line 833." > > I'm using sqlgrey 1.7.5 on a gentoo linux boxen and mysql 5.0.38 Sounds like DBIx::DBCluster isnt installed correctly.. This should have happened when you did make use_dbcluster Goto where you unzipped the sqlgrey package and do the following (as root): cd lib/DBIx-DBCluster-0.01/ perl Makefile.PL make make install - Dan |