On Sat, Aug 3, 2013 at 12:50 AM, Richard West wrote:
> (eg. some CMake options I couldn't find or understand)
googling for cmake+rpath gives this:
http://www.cmake.org/Wiki/CMake_RPATH_handling
looks promising, but I am not sure if it is possible to use it without
changes to the project's cmake
I am using RDKit as part of a web app, and when running on a shared web server
I do not have control over the LD_LIBRARY_PATH of the Apache process. This made
it rather hard to get working using the regular installation instructions,
leading to lots of undefined symbol ImportErrors. I tried var