<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Nick Rout wrote:
<blockquote
cite="mid:52bd4a780806250022m3b9a5ffcwecb1f317be9a9eb9@mail.gmail.com"
type="cite">
<pre wrap="">On Wed, Jun 25, 2008 at 6:34 AM, John Payne <a class="moz-txt-link-rfc2396E" href="mailto:mythtv@payne.ch"><mythtv@payne.ch></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">It uses LWP::Simple, XML::Simple, File::Basename, DBI & DBIx:Perlish,
which is simplifies DB access without the usual DBI overhead.
</pre>
</blockquote>
<pre wrap=""><!---->
Using ubuntu, can you tell me which package to apt-get to obtain
DBIx::Perlish? running your script gives me:
Can't locate DBIx/Perlish.pm in @INC (@INC contains: /etc/perl
/usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
/usr/local/lib/site_perl .) at bin/apple_trailer_download.pl line 9.
BEGIN failed--compilation aborted at bin/apple_trailer_download.pl line 9.
Can't seem to find it in ubuntu.
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
</pre>
</blockquote>
I'm afraid I can't help you there - I'm on fedora using the Mythdora
distributon. On this and other Unixes I install modules using the Perl
CPAN module. <br>
I assume there''ll be a Ubuntu package for CPAN - install that then run
(as root) "perl -MCPAN -e shell" - you'll have to go through the
initial configuration and select you local CPAN mirrors, then just
"install DBIx::Perlish".<br>
<br>
Anyone else know another solution for ubuntu?<br>
<br>
John<br>
</body>
</html>