●debian(etch)でmythtvを試してみました。(その5)
■xmltvのインストール
debian:~# apt-get install xmltv
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
libarchive-zip-perl libcompress-zlib-perl libconvert-binhex-perl libcrypt-ssleay-perl
libdate-manip-perl libfcgi-perl libhtml-tableextract-perl
libhttp-cache-transparent-perl libio-socket-ssl-perl libio-stringy-perl
libmailtools-perl libmime-lite-perl libmime-perl libnet-ssleay-perl libossp-uuid-perl
libossp-uuid15 libsoap-lite-perl libterm-readkey-perl libtimedate-perl
libtk-tablematrix-perl libwww-mechanize-perl libxml-libxml-common-perl
libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl libxml-sax-perl
libxml-twig-perl libxml-writer-perl libxmltv-perl perl-tk xmltv-gui xmltv-util
Suggested packages:
libhtml-element-extended-perl uuid libunicode-map8-perl libunicode-string-perl
liblog-tracemessages-perl
Recommended packages:
libnet-jabber-perl libtie-ixhash-perl libxml-xpath-perl libterm-progressbar-perl
liblingua-preferred-perl libtext-kakasi-perl
The following NEW packages will be installed:
libarchive-zip-perl libcompress-zlib-perl libconvert-binhex-perl libcrypt-ssleay-perl
libdate-manip-perl libfcgi-perl libhtml-tableextract-perl
libhttp-cache-transparent-perl libio-socket-ssl-perl libio-stringy-perl
libmailtools-perl libmime-lite-perl libmime-perl libnet-ssleay-perl libossp-uuid-perl
libossp-uuid15 libsoap-lite-perl libterm-readkey-perl libtimedate-perl
libtk-tablematrix-perl libwww-mechanize-perl libxml-libxml-common-perl
libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl libxml-sax-perl
libxml-twig-perl libxml-writer-perl libxmltv-perl perl-tk xmltv xmltv-gui xmltv-util
0 upgraded, 33 newly installed, 0 to remove and 1 not upgraded.
Need to get 6760kB of archives.
After unpacking 22.4MB of additional disk space will be used.
Do you want to continue [Y/n]?
■mythtvユーザでログインしてmythtv-setupを実行
■チャンネル設定がうまくいかないようなのでlibtext-kakasi-perlを入れる
debian:~# apt-get install libtext-kakasi-perl
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
kakasi-dic libkakasi2
The following NEW packages will be installed:
kakasi-dic libkakasi2 libtext-kakasi-perl
0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
Need to get 958kB of archives.
After unpacking 2458kB of additional disk space will be used.
Do you want to continue [Y/n]?
■php5-mysqlのインストール
debian:/etc/init.d# /etc/init.d/apache2 restart
Forcing reload of web server (apache2)... waiting .
debian:/etc/init.d# apt-get install php5-mysql
続きはまた今度