[mythtv] small problems with mythtv
Isaac Richards
mythtv-dev@snowman.net
Wed, 7 Aug 2002 22:46:16 -0400
On Wednesday 07 August 2002 10:13 pm, Jason M. wrote:
> O.k. I was trippen. I was at work and forget that I didn't get filldata to
> work.
> when I tried to execute "mysql < mc.sql" as a non-root user I get an access
> denied message. I ran it as root and it worked, but when I run filldata I
> get this error.
>
> Can't locate Can't locate DBI.pm in @INC (@INC contains:
> /usr/lib/perl5/5.6.1/i586-linux /usr/lib/perl5/5.6.1
> /usr/lib/perl5/site_perl/5.6.1/i586-linux /usr/lib/perl5/site_perl/5.6.1
> /usr/lib/perl5/site_perl .) at ./filldata line 5.
> BEGIN failed--compilation aborted at ./filldata line 5.
>
> Sorry I didn't mention this in the first place.
you'll need to install the perl dbi code, and probably also the mysql
interface for perl as well. On debian, the package names are libdbi-perl and
libdbd-mysql-perl. Not sure 'bout other distros.
Isaac