Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149499 - mythweb should depend on some perl modules for streaming
Summary: mythweb should depend on some perl modules for streaming
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-29 02:49 UTC by Mike McQuaid
Modified: 2006-09-29 07:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike McQuaid 2006-09-29 02:49:39 UTC
The streaming functionality of mythweb depends on some perl modules which are not installed by default. 

This can be demonstrated by hitting the mythweb/tv/recorded page and attempting to click on a show name, causing it to attempt to stream, and firing errors into the web server logs.

Mythweb needs dev-perl/DBI to avoid this error:
Can't locate DBI.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/vendor_perl/5.8.8/i686-linux /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/local/lib/site_perl .) at xxx/mythweb/mythweb.pl line 13., referer: http://xxx/mythweb/tv/recorded

and needs dev-perl/DBD-mysql to avoid this error:
install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/vendor_perl/5.8.8/i686-linux /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/local/lib/site_perl .) at (eval 5) line 3.

dev-perl/DBD-mysql depends on dev-perl/DBI, so dev-perl/DBD-mysql can just be added as a dependency.
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2006-09-29 07:47:32 UTC
Fixed with mythweb-0.20_p11329