On Mon, May 06, 2013 at 10:03:38PM -0700, Ken Restivo wrote:
> The server I need to run liquidsoap on is Debian squeeze. Only. I don't have
> a choice here.
>
> There's a bug in the binary iquidsoap-1.0.1~squeeze~sfo package which ignores
> or destroys metadata on input.http inputs. I was told to try the latest 1.1.1
> from git, which supposedly does not have this problem. So, I need to get the
> latest version of liquidsoap running in order to have a working system, it
> seems.
>
> However.
>
> checking for ocaml dtools module >= 0.3.0... configure: error: requires
> version >= 0.3.0 found 0.1.6.
>
> Are there backports or repositories for liquidsoap which have all the build
> dependencies in them too?
>
> It looks like backports.debian.org doesn't have it.
Following up, it looks like those packages are in the git, so good news there.
For some reason they were not etting recognized or built. I forced them to
build with this rather brutal hack:
for i in `cat PACKAGES`; do
(cd $i; ./bootstrap && \
./configure --disable-graphics && \
make && \
sudo make install)
done
And then came back to the top level, and ./configure && make.
But now I'm stuck with this at the final link step:
/usr/local/lib/ocaml/3.11.2/ogg/libogg_stubs.a(ogg_stubs.o): In function
`ocaml_ogg_stream_pageout':
/home/src/backports/liquidsoap-full/ocaml-ogg/src/ogg_stubs.c:326: undefined
reference to `ogg_stream_pageout_fill'
collect2: ld returned 1 exit status
So, I'm confused. I grepped around in /usr/include and there's no such thing as
ogg_stream_pageout_fill. Is that even part of libogg-dev?
-ken
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users