Hello Guys! Trying to build liquidsoap on fc12 and constantly getting "configure: error: libao not found" when trying to configure ocaml-libao. Although I got it installed: yum install libao and:
[r...@localhost ocaml-ao]# ls -al /usr/lib | grep ao drwxr-xr-x 3 root root 4096 2010-05-22 22:32 ao lrwxrwxrwx 1 root root 14 2010-05-22 22:32 libao.so.2 -> libao.so.2.1.3 -rwxr-xr-x 1 root root 17032 2009-07-27 00:09 libao.so.2.1.3 Here is printout if ./configure output: [r...@localhost ocaml-ao]# ./configure configuring ocaml-ao 0.1.10 checking for ocamlc... /usr/bin/ocamlc ocaml version is 3.11.1+rc1 ocaml library path is /usr/lib/ocaml checking for ocamlopt... /usr/bin/ocamlopt checking ocamlopt version... ok checking for ocamlc.opt... /usr/bin/ocamlc.opt checking ocamlc.opt version... ok checking for ocamlopt.opt... /usr/bin/ocamlopt.opt checking ocamlc.opt version... ok checking for ocamldep... /usr/bin/ocamldep checking for ocamldoc... no checking for ocamlfind... /usr/bin/ocamlfind 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 for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes configure: error: libao not found Not sure what can be wrong?.. -- Davit Barbakadze ------------------------------------------------------------------------------ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
