Skip to content

Commit de40aff

Browse files
committed
Simplify example
1 parent a962ba8 commit de40aff

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

INSTALL.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,19 +231,18 @@ the root user.
231231

232232
### 3.3 Install the add-on
233233

234-
235234
Tell the installer where to find Instant Client:
236235

237236
```
238-
export OCI_LIB_DIR=/opt/oracle/instantclient_12_1
239-
export OCI_INC_DIR=/opt/oracle/instantclient_12_1/sdk/include
237+
export OCI_LIB_DIR=/opt/oracle/instantclient
238+
export OCI_INC_DIR=/opt/oracle/instantclient/sdk/include
240239
```
241240

242241
These variables are only needed during installation.
243242

244243
If Instant Client is in `/opt/oracle/instantclient` and you have no
245244
other Oracle software installed, then these variables are not
246-
required. See
245+
actually required. See
247246
[Oracle Client Location Heuristic on Linux](#linuxinstsearchpath).
248247

249248
If you are behind a firewall you may need to set your proxy, for

0 commit comments

Comments
 (0)