我没有linux系统的经验,我想帮我解决这个问题..现在我有以下工作..
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/
Run Code Online (Sandbox Code Playgroud)
现在当我用以下消息键入icecast shell响应时
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
Run Code Online (Sandbox Code Playgroud)
我知道如何使用icecast进入windows(icecast配置文件),但我不知道在哪里找到它以及如何将其修改为linux(vi editor :()任何帮助都会对我有用
如果这是一个基于Ubuntu或基于Debian的系统,那么简单的sudo apt-get install icecast2应该为您安装服务器而不会污染您的系统.配置文件通常在/etc/.如果是Debian或Ubuntu,dpkg -L icecast2 | grep etc安装后应该显示配置文件.启动编辑器,编辑它们然后重新启动服务.