Missing build dependencies in libdrizzle package
Monty Taylor
mordred at inaugust.com
Mon Jul 27 17:07:59 UTC 2009
C.J. Adams-Collier wrote:
> Hey Monty, etc.,
>
> $ wget http://launchpad.net/drizzle/trunk/aloha/+download/drizzle-2009.07.1098.tar.gz && \
> tar xfvz drizzle-2009.07.1098.tar.gz && \
> cd drizzle-2009.07.1098 && \
> sudo apt-get build-dep libdrizzle0 && \
> sudo apt-get install gperf libprotobuf-dev protobuf-compiler uuid-dev libdrizzle-dev libreadline5-dev libpcre3-dev && \
> ./configure && \
> make && \
> sudo make install
>
> this gets me pretty far.
So... libdrizzle doesn't have the build deps for drizzle - drizzle has
the build deps for drizzle. But drizzle itself isn't yet uploaded to the
main repo. You should add the drizzle-developers PPA to your apt
sources, then you can do:
apt-get build-dep drizzle
And you'll be good to go.
Monty
More information about the Ubuntu-devel-discuss
mailing list