Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C6BEE200B36 for ; Wed, 6 Jul 2016 19:10:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C5418160A64; Wed, 6 Jul 2016 17:10:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3F48C160A73 for ; Wed, 6 Jul 2016 19:10:12 +0200 (CEST) Received: (qmail 4142 invoked by uid 500); 6 Jul 2016 17:10:11 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 4098 invoked by uid 99); 6 Jul 2016 17:10:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2016 17:10:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F257D2C0003 for ; Wed, 6 Jul 2016 17:10:10 +0000 (UTC) Date: Wed, 6 Jul 2016 17:10:10 +0000 (UTC) From: "Vasilisa Sidorova (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-3444) Documentation for odbc-example should be updated MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 06 Jul 2016 17:10:12 -0000 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)