LINUX.ORG.RU

Помогите с компиляцией Liquidsoap 1.2.0 на Debian

 ,


0

1

Привет знатокам! Очень нужна ваша помощь, ибо намаялся неопытный.

Что хочу? Хочу поставить Liquidsoap для вещательных задач в формате AAC+

Что сделано? Стоит чистая Debian 7.9, скачан и распакован архив https://github.com/savonet/liquidsoap/releases/download/1.2.0/liquidsoap-1.2....

Далее привожу что пишет машина: root@debian:~/liquidsoap-1.2.0# ./bootstrap root@debian:~/liquidsoap-1.2.0# ./configure checking for a BSD-compatible install... /usr/bin/install -c checking for GNU make... make checking whether user liquidsoap exists... no configure: WARNING: Won't be able to install log and PID directories! checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 configure: error: Cannot find pkg-config

Чего ему не хватает?


configure: error: Cannot find pkg-config

очевидно, что pkg-config

JB ★★★★★
()
Ответ на: комментарий от CYB3R

Да, с этим разобрался. Теперь погряз в установках ocaml-ов и прочей ерунды. Вот уж не думал что скомпилировать приложение будет так сложно.

Теперь вот что он мне пишет:

radio@debian:~/liquidsoap-1.2.0$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking for GNU make... make checking whether user liquidsoap exists... no configure: WARNING: Won't be able to install log and PID directories! checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 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 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 whether byte ordering is bigendian... no checking for ocamlc... ocamlc OCaml version is 4.01.0 checking if ocaml compiler supports first-class modules... yes OCaml library path is /usr/lib/ocaml checking for ocamlopt... ocamlopt checking for ocamlc.opt... no checking for ocamlopt.opt... no checking for ocaml... ocaml checking for ocamldep... ocamldep checking for ocamldep.opt... no checking for ocamlmktop... ocamlmktop checking for ocamlmklib... ocamlmklib checking for ocamldoc... ocamldoc checking for ocamldoc.opt... no checking for ocamlbuild... ocamlbuild checking for camlidl... no checking for ocamllex... ocamllex checking for ocamllex.opt... no checking for ocamlyacc... ocamlyacc checking for camlp4... camlp4 checking for camlp4boot... no checking for camlp4o... camlp4o checking for camlp4of... no checking for camlp4oof... no checking for camlp4orf... no checking for camlp4prof... no checking for camlp4r... camlp4r checking for camlp4rf... no checking for ocamlfind... ocamlfind checking for ocaml standard library path... /usr/lib/ocaml checking for caml/threads.h... yes checking whether ocamlopt accepts -ffast-math... no checking for ocamlc version... 4.01.0 checking for ocaml graphics module... ok checking for ocaml bytes module... configure: error: Not found. radio@debian:~/liquidsoap-1.2.0$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking for GNU make... make checking whether user liquidsoap exists... no configure: WARNING: Won't be able to install log and PID directories! checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 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 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 whether byte ordering is bigendian... no checking for ocamlc... ocamlc OCaml version is 4.01.0 checking if ocaml compiler supports first-class modules... yes OCaml library path is /usr/lib/ocaml checking for ocamlopt... ocamlopt checking for ocamlc.opt... no checking for ocamlopt.opt... no checking for ocaml... ocaml checking for ocamldep... ocamldep checking for ocamldep.opt... no checking for ocamlmktop... ocamlmktop checking for ocamlmklib... ocamlmklib checking for ocamldoc... ocamldoc checking for ocamldoc.opt... no checking for ocamlbuild... ocamlbuild checking for camlidl... no checking for ocamllex... ocamllex checking for ocamllex.opt... no checking for ocamlyacc... ocamlyacc checking for camlp4... camlp4 checking for camlp4boot... no checking for camlp4o... camlp4o checking for camlp4of... no checking for camlp4oof... no checking for camlp4orf... no checking for camlp4prof... no checking for camlp4r... camlp4r checking for camlp4rf... no checking for ocamlfind... ocamlfind checking for ocaml standard library path... /usr/lib/ocaml checking for caml/threads.h... yes checking whether ocamlopt accepts -ffast-math... no checking for ocamlc version... 4.01.0 checking for ocaml graphics module... ok checking for ocaml bytes module... configure: error: Not found.

Что-то я уже теряю надежду установить эту софтину :(

NGNeer
() автор топика
Ответ на: комментарий от anonymous

Все, сдаюсь, вообще запутался напрочь. Тот случай когда радиоинженер пытается разобраться в тонкостях линукса :)

Парни! Кто-нить может удаленно помочь по-братски? Уверен что у профи этот процесс займет немного времени, а мне мучаться с ним хрен знает сколько(

С меня пиво/вино/водка/шоколад

NGNeer
() автор топика
Ответ на: комментарий от NGNeer

apt-get build-dep liquidsoap

это установит все необходимые для сборки зависимости для liquidsoap

JB ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.