[Libreoffice-qa] MySQL native connector for OS X

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Thu Sep 25 00:44:47 PDT 2014


On Wed, Sep 24, 2014 at 07:50:56PM -0400, Robinson Tryon wrote:
> On Wed, Sep 24, 2014 at 7:33 PM, Dan Lewis <elderdanlewis at gmail.com> wrote:
> >> Ubuntu version. I seem to recall that build-dep did not install all of
> >> the required build environment for me and that I had to add extra stuff.
> 
> bingo!
> 
> >      First and only error:
> >
> >         Error running ./autogen.sh line 258.
> >
> > Explanation of the error:
> >          Files not found:
> >  gstreamer-0.10
> >  gstreamer-0.10-plugins-base-0.10
> > ...
> > So, what should I do now. My laptop (32r bit) is running Kubuntu 14.04.
> 
> The build dependencies package on *buntu doesn't include gstreamer
> stuff. To fix that:
> 
>  sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev

Alternatively, do:

 ./autogen.sh --enable-gstreamer --disable-gstreamer-0-10

to use the less horribly outdated gstreamer 1.0 instead of gstreamer 0.10 (as Ubuntu
packages do).

Best,

Bjoern


More information about the Libreoffice-qa mailing list