Hi Cess! 2011/1/31 Cees van Egmond <[email protected]>: > Hi, > I'm tying to compile liquidsoap with AAC+ since I use low bit rates. > First I did a manual install of libaacplus since that one is not available > on Ubuntu server 9.04, using: > wget > http://tipok.ath.cx/downloads/media/aac+/libaacplus/libaacplus-2.0.2.tar.gz > -O /home/fitpc2/tar/libaacplus-2.0.2.tar.gz > tar -xvzf /home/fitpc2/tar/libaacplus-2.0.2.tar.gz > cd libaacplus-2.0.2 > ./autogen.sh > ./configure > make > sudo make install > sudo make install for the latest SVN gives me tho following error: > ../liqi/liqi: error while loading shared libraries: libaacplus.so.2: cannot > open shared object file: No such file or directory > make[2]: *** [html/advanced.html] Error 127 > make[2]: Leaving directory `/home/fitpc2/svn/liquidsoap/doc' > make[1]: *** [doc-install] Error 2 > make[1]: Leaving directory `/home/fitpc2/svn/liquidsoap' > make: *** [install] Error 2 > while /usr/local/lib/libaacplus.so.2 is available. > Any idea's
You probably need to run ldconfig as root to refresh ld's cache.. Romain ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
