On Mon, Aug 11, 2008 at 11:15 PM, Brian Aker <[EMAIL PROTECTED]> wrote: > Hi! > > Once we push tonight this library will need to be installed locally in order > to compile Drizzle: > http://code.google.com/p/protobuf/downloads/list >
Not sure about anyone else, but on my Debian Gutsy machine 'make install' installed the libraries in /usr/local/lib, but the protoc program wanted them in /usr/lib. Also not sure if this will actually affect Drizzle compilation. I had to create symlinks for: libprotobuf.so.0 libprotobuf.so.0.0.0 libproto.so.0 libprotoc.so.0 Quasar _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

