Jean-Sebastien Delfino wrote:
Hi,I'm building contrib/fb303 on Ubuntu 9.10 like this: cd contrib/fb303./bootstrap.sh --prefix=$HOME/fb303-bin -with-thriftpath=$HOME/thrift-0.2.0-bin --disable-staticmake make installand 'make install' doesn't copy libfb303.so to the expected directory $HOME/fb303-bin/libAny idea?
Looks like a small bug in contrib/fb303/cpp/Makefile.am. I've created JIRA THRIFT-781 and attached a small patch that fixes it.
-- Jean-Sebastien