Hi All..
I'm sorry if this has been posted before, but I've been trying all  
weekend to get liquidsoap installed on my centos5 VPS.

My goal is to have Liquidsoap listen for my mp3 audio and insert a  
plug at the top of each hour.  It may also be required in the future  
to transcode the mp3 to another format - but one step at a time.

I've been following the tutorial at  
http://djlab.com/2009/05/building-and-installing-liquidsoap-on-centos5/

I'm now up to './configure' in the Liquidsoap directory.
When I try and configure, I get this error:

-bash: libshout: command not found
r...@s9 [/usr/src/liquidsoap-full-0.9.0]#

To which I tried:
r...@s9 [/usr/src/liquidsoap-full-0.9.0]# find / -name "libshout"
/usr/local/share/doc/libshout
/home/virtfs/monitor/usr/local/share/doc/libshout
/home/virtfs/lifacom/usr/local/share/doc/libshout
/home/virtfs/autismbo/usr/local/share/doc/libshout
/home/virtfs/lifp/usr/local/share/doc/libshout
r...@s9 [/usr/src/liquidsoap-full-0.9.0]#

So I looked in the first directory:
r...@s9 [/usr/src/liquidsoap-full-0.9.0]# cd /usr/local/share/doc/libshout
r...@s9 [/usr/local/share/doc/libshout]# ls
./  ../  COPYING  example.c  NEWS  nonblocking.c  README
r...@s9 [/usr/local/share/doc/libshout]#

I have the source for libshout in:
/usr/src/
r...@s9 [/usr/src/libshout-2.2.2]# ls
./          compile*       config.h.in     config.sub*   COPYING    
doc/       INSTALL*     ltmain.sh  Makefile.am  NEWS           
shout-config.in  src/
../         config.guess*  config.log      configure*    debian/    
examples/  install-sh*  m4/        Makefile.in  README        shout.pc  
         stamp-h1
aclocal.m4  config.h       config.status*  configure.ac  depcomp*   
include/   libtool*     Makefile   missing*     shout-config   
shout.pc.in      win32/
r...@s9 [/usr/src/libshout-2.2.2]#


I've followed these steps, and my server responds that libshout was installed.
wget http://downloads.us.xiph.org/releases/libshout/libshout-2.2.2.tar.gz
tar -zxf libshout-2.2.2.tar.gz
cd libshout-2.2.2
./configure
make
make install


----------------------------------------------------------------------
Libraries have been installed in:
    /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
      during execution
    - add LIBDIR to the `LD_RUN_PATH' environment variable
      during linking
    - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
    - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------



So - with all that information - the final piece of the pie is I am  
not a Linux expert.  I've still got a lot to learn.

Can someone make heads or tails of the info I copied from my install  
failure and help me troubleshoot my install?

Thanks in advance for the help.


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to