[
https://issues.apache.org/jira/browse/THRIFT-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Sebastien Delfino updated THRIFT-781:
------------------------------------------
Attachment: 0001-THRIFT-781.-Install-libfb303.so-in-the-correct-targe.patch
Looks like a small bug in cpp/Makefile.am.
Libfb303.so is currently copied to ./lib instead of the target install lib
directory.
I'm attaching a small patch that fixes it.
> Libfb303.so not copied to target lib directory
> ----------------------------------------------
>
> Key: THRIFT-781
> URL: https://issues.apache.org/jira/browse/THRIFT-781
> Project: Thrift
> Issue Type: Bug
> Affects Versions: 0.2
> Environment: Ubuntu 9.10
> Reporter: Jean-Sebastien Delfino
> Attachments:
> 0001-THRIFT-781.-Install-libfb303.so-in-the-correct-targe.patch
>
>
> 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-static
> make
> make install
> and 'make install' doesn't copy libfb303.so to the expected directory
> $HOME/fb303-bin/lib
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.