Vasilisa Sidorova created IGNITE-3444: ------------------------------------------
Summary: Documentation for odbc-example should be updated Key: IGNITE-3444 URL: https://issues.apache.org/jira/browse/IGNITE-3444 Project: Ignite Issue Type: Bug Components: odbc Affects Versions: 1.6 Reporter: Vasilisa Sidorova Priority: Minor --------------------------------------------- DESCRIPTION --------------------------------------------- # After user Install ignite odbc driver according to platforms\cpp\odbc\README.txt he/she should add directories with libignite-odbc.so to the LD_LIBRARY_PATH (this information is in platforms\cpp\odbc\README.txt - it's OK). As a rule, it will be done once # After that user can build and run odbc-example and this action could happens many times and this can be done much later after driver installation # Therefore LD_LIBRARY_PATH could be reseted and it will not be enough the platforms/cpp/examples/README.txt for odbc-example running --------------------------------------------- PROPOSAL --------------------------------------------- Add information about adding path to libignite-odbc.so to the LD_LIBRARY_PATH into "Running examples on Linux" part of the platforms/cpp/examples/README.txt For example, this text: {noformat} * Make sure path to libignite-odbc.so is added to LD_LIBRARY_PATH (usually it is /usr/local/lib) {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)