I would do a "ldconfig" to update ld cache, and/or check what is included from /etc/ld.so.conf
OR: install libaacplus package from debian multimedia. the error you mentioned says "liquidsoap binary is linked with libaacplus.so.2 which is has not been found". Le 08/08/2011 17:04, Guillaume (Numerizik) a écrit : > I have i think.. > > I did this: > > wget http://217.20.164.161/~tipok/aacplus/libaacplus-2.0.2.tar.gz > tar xzf libaacplus-2.0.2.tar.gz > cd libaacplus-2.0.2 > ./autogen.sh > make > make install > > I need to do something else ? > > Thanks > > -----Message d'origine----- > De : Martin Hamant [mailto:[email protected]] > Envoyé : lundi 8 août 2011 16:36 > À : Guillaume (Numerizik) > Cc : 'Romain Beauxis'; [email protected] > Objet : Re: [Savonet-users] Install from HG > > Oh, I know this one :) > This is because you don't have runtime aacplus2 libraries installed. > > > 08/08/2011 15:22, Guillaume (Numerizik) a écrit : >> And if i add AAC i have this error >> >> FR01ERS001:~# /usr/local/bin/liquidsoap --version >> /usr/local/bin/liquidsoap: error while loading shared libraries: >> libaacplus.so.2: cannot open shared object file: No such file or >> directory >> >> thanks >> >> -----Message d'origine----- >> De : Romain Beauxis [mailto:[email protected]] Envoyé : lundi 8 >> août 2011 15:01 À : Guillaume (Numerizik) Cc : Martin Hamant; >> [email protected] >> Objet : Re: [Savonet-users] Install from HG >> >> 2011/8/8 Guillaume (Numerizik)<[email protected]>: >>> Hello >> Hey! >> >>> For this error it's ok but i have this error again. >>> >>> OCAMLOPT -c tools/dyntools.ml >>> File "tools/dyntools.ml", line 28, characters 5-22: >>> Unbound value Dynlink.is_native >>> make[3]: *** [tools/dyntools.cmx] Error 2 >>> make[3]: Leaving directory `/root/savonet/liquidsoap/src' >>> make[2]: *** [all-auto-ocaml-prog] Error 2 >>> make[2]: Leaving directory `/root/savonet/liquidsoap/src' >>> make[1]: *** [all-subdirs] Error 2 >>> make[1]: Leaving directory `/root/savonet/liquidsoap' >>> make: *** [all] Error 1 >>> >>> What's your distribution ? Debian ? if yes, what's your pre-requesites ? >> Hmmm.. I'm annoyed to read that as I though it was fixed after 1.0.0 > beta3.. >> Could you send me the output of the following commands: >> * ocaml -version >> * ./configure >> >> Thanks, >> Romain >> ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
