Hi, On Sat, May 22, 2010 at 8:57 AM, Davit Barbakadze <[email protected]> wrote: > 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:
You usually need the dev version of library packages to compile anything that relies on the lib. Try yum-install libao-dev. Cheers, -- David ------------------------------------------------------------------------------ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
