From f093f9fbcf7a94835f9bc92f05fdc686e56b1483 Mon Sep 17 00:00:00 2001 From: CorvusCorrax Date: Fri, 23 Mar 2018 11:17:08 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6b30ed0..affc925 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,18 @@ for rpm linux : $ su - # yum localinstall oracle-instantclient12.1-basic-12.1.0.2.0-1.x86_64.rpm # yum localinstall oracle-instantclient12.1-devel-12.1.0.2.0-1.x86_64.rpm +# vi /etc/ld.so.conf.d/oracledb.conf +``` + +add the following line : + +```bash +/usr/lib/oracle/12.1/client64/lib +``` + +save and exit, then : + +```bash # exit $ vi ~/.bash_profile ```