|
Добро пожаловать на Форум RadioCMS. |
Форум доступен только для чтения. |
Опции темы | Опции просмотра |
#21
|
|||
|
|||
![]()
Я оставлял playlist.txt пустым, потом создавал плейлист с одним треком в системе, но радио не вещало тот трек...
|
#22
|
|||
|
|||
![]()
Читайте "Первый запуск" на этой странице http://radiocms.ru/main/11-ustanovka.html
|
#23
|
|||
|
|||
![]()
Создал плейлист, установил ближайшее время, подождал, надпись не появилась.
|
#24
|
|||
|
|||
![]()
Проверяйте cron, значит он не срабатывает.
|
#25
|
|||
|
|||
![]()
Сделал все, но:
Ввожу ezstream -c /usr/local/etc/ezstream.xml Мне пишет: -bash: ezstream:: command not found Хотя я устанавливал. Как правильно установить ezstream на CentOS? |
#26
|
|||
|
|||
![]()
Значит не установился ezstream, вероятней всего, когда собирали из исходников были ошибки которые вы не заметили.
|
#27
|
|||
|
|||
![]()
Как вы устанавливали? Что вы писали? Не сразу же строчку конфига в SSH?
|
#28
|
|||
|
|||
![]() Цитата:
В дебиан например повеселее с этим,там и айскаст и эзстрим есть в репах. ^_^ |
#29
|
|||
|
|||
![]()
Стоит CentOS.
Я ставлю так: Код:
wget http://downloads.xiph.org/releases/ezstream/ezstream-0.5.6.tar.gz tar -xzf ezstream-0.5.6.tar.gz cd ezstream-0.5.6/ ./configure make sudo make install Вот лог: Код:
[root@root-nul ~]# wget http://downloads.xiph.org/releases/ezstream/ezstream-0.5.6.tar.gz --2011-01-20 21:44:25-- http://downloads.xiph.org/releases/ezstream/ez stream-0.5.6.tar.gz Resolving downloads.xiph.org... 140.211.166.134 Connecting to downloads.xiph.org|140.211.166.134|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 263150 (257K) [application/x-gzip] Saving to: `ezstream-0.5.6.tar.gz.2' 100%[======================================>] 263,150 201K/s in 1.3s 2011-01-20 21:44:27 (201 KB/s) - `ezstream-0.5.6.tar.gz.2' saved [263150/263150] [root@root-nul ~]# tar -xzf ezstream-0.5.6.tar.gz [root@root-nul ~]# cd ezstream-0.5.6 [root@root-nul ezstream-0.5.6]# ./configure checking for a BSD-compatible install... /usr/bin/install -c checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for AIX... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for gcc option to accept ISO C99... -std=gnu99 checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 checking for fgrep... /bin/grep -F checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking whether to enable debugging... no checking if gcc -std=gnu99 understands -fstack-protector... yes checking if gcc -std=gnu99 understands -fstrict-aliasing... yes checking if gcc -std=gnu99 understands -Wall... yes checking if gcc -std=gnu99 understands -W... yes checking if gcc -std=gnu99 understands -Wstrict-aliasing... yes checking if gcc -std=gnu99 understands -Wwrite-strings... yes checking if gcc -std=gnu99 understands -Wpointer-arith... yes checking if gcc -std=gnu99 understands -Wshadow... yes checking if gcc -std=gnu99 understands -Wconversion... yes checking if gcc -std=gnu99 understands -Wcast-qual... yes checking if gcc -std=gnu99 understands -Wcast-align... yes checking if gcc -std=gnu99 understands -Wbounded... no checking if gcc -std=gnu99 understands -Wmissing-declarations... yes checking if gcc -std=gnu99 understands -Wmissing-prototypes... yes checking if gcc -std=gnu99 understands -Wstrict-prototypes... yes checking if gcc -std=gnu99 understands -Wformat=2... yes checking for an ANSI C-conforming const... yes checking for working volatile... yes checking for sys/time.h... yes checking for signal.h... yes checking for langinfo.h... yes checking for libgen.h... yes checking for locale.h... yes checking for paths.h... yes checking for size_t... yes checking for ssize_t... yes checking for basename in -lgen... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking shout/shout.h usability... yes checking shout/shout.h presence... yes checking for shout/shout.h... yes checking if libshout works... no checking for libshout ... no configure: error: libshout 2.2.x is required. [root@root-nul ezstream-0.5.6]# make make: *** No targets specified and no makefile found. Stop. Код:
make: *** No targets specified and no makefile found. Stop. |
#30
|
|||
|
|||
![]()
Dragonstyle, вижу у вас ошибку "configure: error: libshout 2.2.x is required." что значит что libshout не установлен. Надо сначала его установить.
|