File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7628,8 +7628,9 @@ Node-oracledb looks for the Oracle Client libraries as follows:
7628
7628
in the directory where the `oracledb*.node` binary is. For example in
7629
7629
`node_modules/oracledb/build/Release`. This directory should contain the
7630
7630
libraries from an unzipped Instant Client 'Basic' or 'Basic Light'
7631
- package. If the libraries are not found, no error is thrown and the
7632
- search continues, see next bullet point.
7631
+ package. For example, use `ln -s
7632
+ ~/instantclient_19_3/libclntsh.dylib node_modules/oracledb/build/Release/`. If the libraries are not found, no error
7633
+ is thrown and the search continues, see next bullet point.
7633
7634
7634
7635
- In `/usr/lib/dir`. If the Oracle Client libraries cannot be loaded, then
7635
7636
an error is thrown.
You can’t perform that action at this time.
0 commit comments