Quick heads up - if you've been building drizzle using anything other than a plain ./configure ... it's likely that a configure option has changed names.
Things that located libraries before, such as --with-protobuf or --with-event, are now --with-libprotobuf-prefix, etc. The reason for this is that I replaced the SEARCH_FOR_LIB macro that I'd written with AC_LIB_HAVE_LINKFLAGS from the m4 files that are installed from gettext, which does largely the same thing but has the benefit of outside maintenance. There is also a parameter --with-lib-prefix which allows you to specifiy a root-like location where you have things stored - so if you've been installing all of the deps into /opt/drizzle, you can do --with-lib-prefix=/opt/drizzle and configure will happily add that to the search path for libs and includes. I tested on solaris sparc, opensolaris x86, osx and ubuntu intrepid - but it's possible I've missed something, so please let me know if this breaks anything for you. Monty _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

