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 -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss