Monty Taylor wrote:
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.
Yeah. Since merging with trunk I cannot build. configure barfs with:
configure: error: protobuf is required for Drizzle
But libprotobuf is clearly installed:
jpi...@serialcoder:~/repos/drizzle/time-rework$ locate libprotobuf
/usr/lib/libprotobuf.la
/usr/lib/libprotobuf.so
I've tried with --with-lib-prefix=/usr/lib and
--with-libprotobuf-prefix=/usr/lib to no avail.
Any hints?
-jay
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp