Ubuntu DLNA server - rygel compiling

Good Evening, bit of an annoying ubuntu question I am hoping someone
will be able to help out on.

I am trying to get a DLNA media server running on the beagleboard for
a uni project. I am trying to compile rygel on ubuntu (arm port).
While running the ./configure script I encountered an error saying
that package 'gupnp-1.0' was not installed. I could not find the exact
package but I installed the libgupnp-1.0-2 package which I believe has
the gupnp-1.0 package included. Still the same error message.

Any tips on how to get past this? Does anyone know the right package I
may need?

I am running 9.10 btw :slight_smile:

something like: "sudo apt-get build-dep pulseaudio-module-rygel-media-server"

or install ubuntu's version... "sudo apt-get install
pulseaudio-module-rygel-media-server"

https://launchpad.net/ubuntu/+source/pulseaudio

Regards,

Good Evening, bit of an annoying ubuntu question I am hoping someone
will be able to help out on.

I am trying to get a DLNA media server running on the beagleboard for
a uni project. I am trying to compile rygel on ubuntu (arm port).

If you only need a media server and are not too picky:
there are plenty media servers on the feed (ushare, coherence,
gmediaserver or something like that, ...).
Guess none of them is DLNA certified, but neither is rygel.

I use mediatomb on my Ubuntu box. It plays music and videos to my PS3 quite nicely.

–dan