Top/Linux/iTunesサーバにする

必要なライブラリをダウンロード、インストール

yum install avahi-devel libid3tag-devel sqlite-devel

http://nightlies.mt-daapd.org/ より mt-daapd-svn-1586.tar.gzをダウンロード。

mt-daapdのビルドとインストール

[root@www tmp]#  tar xvzf ~/mt-daapd-svn-1586.tar.gz
[root@www tmp]# cd mt-daapd-svn-1586
[root@www mt-daapd-svn-1586]# ./configure --enable-sqlite3
[root@www mt-daapd-svn-1586]# make
[root@www mt-daapd-svn-1586]# make install
[root@www mt-daapd-svn-1586]# 
[root@www mt-daapd-svn-1586]# cp -pfr contrib/mt-daapd.conf /usr/local/etc/
[root@www mt-daapd-svn-1586]# cd contrib/init.d
[root@www init.d]# cp -pfr ./mt-daapd-fedora /etc/init.d/mt-daapd

サービスへの追加

[root@www etc]# chkconfig --level 345 mt-daapd  on
[root@www etc]# chkconfig --list mt-daapd
mt-daapd        0:off   1:off   2:off   3:on    4:on    5:on    6:off
[root@www etc]#

手動で起動するには

 /etc/init.d/mt-daapd start

ですね。

ためになったリンク


この記事は

選択肢 投票
おもしろかった 0  
そうでもない 0  
Top/Linux/iTunesサーバにする

現在のアクセス:7370


トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2026-07-15 (水) 00:03:24