[gst-devel] checking for LIBOIL... configure: error: liboil-0.3.14 or later is required.
Tim-Philipp Müller
t.i.m at zen.co.uk
Tue Sep 16 12:19:06 CEST 2008
On Tue, 2008-09-16 at 10:02 +0000, learning gst wrote:
Hi,
(there's no need to send mails to both gstreamer-devel and
gstreamer-embedded, pick whichever you think is the most suitable list
and then send mails only to that list, thanks).
> I compiled
>
> gst-plugins-base
> with the command ./configure --prefix="$prefix" --disable-nls --disable-static --with-html-dir=/tmp/dump
> But I always get the error information:
>
> checking for LIBOIL... configure: error: liboil-0.3.14 or later is
> required.
>
> Actually I installed liboil in the :/usr/local/lib.
>
> How should I fix it?
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
Then re-run ./configure
Cheers
-Tim
More information about the gstreamer-devel
mailing list