Installation problems

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Installation problems

Paulo Paiva
Hi All!

I am installing the latest GStreamer releases in a different directory
in order to keep both.
So first I installed  the gstreamer0.1.33 with ./configure --prefix=/usr/
Now I am installing the plugins using the same ./configure but I keep
getting the message that the configuration can't find the latest
installation I did at /usr. (/user/bin has gstreamer10.0.33 and at
/user/local/bin is the 10.0.32)

Am I missing some other argument to pass into ./configure?

--
Paulo Paiva

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Installation problems

Tim-Philipp Müller-2
On Wed, 2011-05-11 at 16:38 +0100, Paulo Paiva wrote:

> I am installing the latest GStreamer releases in a different directory
> in order to keep both.
> So first I installed  the gstreamer0.1.33 with ./configure --prefix=/usr/
> Now I am installing the plugins using the same ./configure but I keep
> getting the message that the configuration can't find the latest
> installation I did at /usr. (/user/bin has gstreamer10.0.33 and at
> /user/local/bin is the 10.0.32)
>
> Am I missing some other argument to pass into ./configure?

Mixing GStreamer installations in two standard prefixes sounds like a
bad idea...

In any case, try with

 $ export PKG_CONFIG_PATH=/usr/lib/pkgconfig
 $ ./configure

 Cheers
  -Tim


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel