There is not this line.... It have just 46 lines
it is just:
---------------------------
#!/bin/sh
cat <<MSG
-------------------------------------------------------------------------------
| This configure file is provided in order for you to be able to
build |
| liquidsoap without having to install all the
dependencies. |
| If you want to use the libraries, use the configure of the
subdirectories. |
| This script will build liquidsoap with features indicated in
PACKAGES. |
| Edit it or build manually if you need something more
specific. |
-------------------------------------------------------------------------------
MSG
OPTS=""
error=""
if [ ! -f PACKAGES ]; then
echo "Please copy PACKAGES.default to PACKAGES";
echo "and edit it to enable the packages you";
echo "want to enable.";
exit 1;
fi;
packages=`grep -v '\#' PACKAGES`
for p in `for i in $packages ; do ls -d $i* | head -1 ; done` ; do
if test "x$p" = "xliquidsoap" ; then
base="liquidsoap"
echo ./configure $OPTS $* > liquidsoap/configure-with-options
else
base=`echo $p | sed -e 's/ocaml-//' | sed -e 's/-.*//'`
OPTS="$OPTS --with-$base-dir=../$p/src"
fi
echo
echo "****** Configuring $p"
echo
cd $p
if test -f ./configure ; then
echo ./configure $OPTS $*
./configure $OPTS $* || exit 1
else
echo "No configure script found for $*"
exit 1
fi
cd ..
done
-------------------------------------------------------
Em 21 de setembro de 2011 13:39, Samuel Mimram <[email protected]> escreveu:
> Hi,
>
> Could you please show us the line 3058 of the configure?
>
> ++
>
>
> 2011/9/21 Fábio Costa <[email protected]>:
> > Yes.
> > I guess the error is in this:
> >
> > ./configure: line 3058: --exists: command not found
> >
> >
> >
> > Em 21 de setembro de 2011 13:21, Josh <[email protected]>
> escreveu:
> >>
> >> do you have libao-ocaml-dev?
> >>
> >> ----- Original Message -----
> >> From: Fábio Costa
> >> To: [email protected]
> >> Sent: Wednesday, September 21, 2011 5:04 PM
> >> Subject: [Savonet-users] configure: error: libao not found
> >> I am trying to install liquidsoap from source in a new ubuntu server
> >> install.
> >> I already installed libao-dev and libao-ocaml.
> >>
> >> I am runing 1.0 beta 2.1
> >>
> >> ________________________________
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> All the data continuously generated in your IT infrastructure contains a
> >> definitive record of customers, application performance, security
> >> threats, fraudulent activity and more. Splunk takes this data and makes
> >> sense of it. Business sense. IT sense. Common sense.
> >> http://p.sf.net/sfu/splunk-d2dcopy1
> >>
> >> ________________________________
> >>
> >> _______________________________________________
> >> Savonet-users mailing list
> >> [email protected]
> >> https://lists.sourceforge.net/lists/listinfo/savonet-users
> >
> >
> >
> ------------------------------------------------------------------------------
> > All the data continuously generated in your IT infrastructure contains a
> > definitive record of customers, application performance, security
> > threats, fraudulent activity and more. Splunk takes this data and makes
> > sense of it. Business sense. IT sense. Common sense.
> > http://p.sf.net/sfu/splunk-d2dcopy1
> > _______________________________________________
> > Savonet-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/savonet-users
> >
> >
>
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users