首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >将Icecast安装到Linux中

将Icecast安装到Linux中
EN

Stack Overflow用户
提问于 2011-12-06 19:29:52
回答 1查看 9.1K关注 0票数 1

我对linux系统没有经验,所以我想帮我解决这个问题。现在我有以下工作..

代码语言:javascript
复制
cd ~
cd home
cd myusernmae
mkdir src
wget http://downloads.xiph.org/releases/icecast/icecast-2.3.2.tar.gz
tar -zxvf icecast-2.3.2.tar.gz
cd icecast-2.3.2
./configure
Error so i type the followings
apt-get install libxslt1-dev
sudo apt-get install libogg-dev libvorbis-dev
./configure
make
make install
cp -R /home/username/icecast-2.3.2/web ~/icecast/

现在,当我输入带有以下消息的icecast shell响应时

代码语言:javascript
复制
Icecast 2.3.2

usage: icecast [-b -v] -c <file>
options:
        -c <file>       Specify configuration file
        -v              Display version info
        -b              Run icecast in the background

我知道如何在windows (icecast配置文件)中使用icecast,但我不知道在哪里可以找到它,也不知道如何将其修改为linux (vi编辑器:( )任何帮助都有用

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2011-12-06 19:35:50

如果这是一个基于Ubuntu或Debian的系统,一个简单的sudo apt-get install icecast2就可以为你安装服务器,而不会污染你的系统。配置文件通常在/etc/中。如果是Debian或Ubuntu,在安装后执行dpkg -L icecast2 | grep etc应该会显示配置文件。启动编辑器,编辑它们,然后重新启动服务。

票数 5
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/8399195

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档