Re: cx_oracle and EL Capitan?
Kubo Takehiro <[email protected]> Tue, 13 Oct 2015 08:30:12 +0900
| Newsgroups | gmane.comp.python.db.cx-oracle |
|---|---|
| Message-ID | <CAAkVAoT-tSgEYfJc1SCugMezhe5j5e1Mr0M0Xs402U86idaU0A@mail.gmail.com> |
On Tue, Oct 13, 2015 at 8:18 AM, Christopher Jones <[email protected]> wrote: > It's a general issue for all users of Oracle client libraries. > E.g node-oracledb also has the problem: https://github.com/oracle/node-oracledb/issues/231 ruby-oci8 also. http://www.rubydoc.info/github/kubo/ruby-oci8/file/docs/install-on-osx.md https://github.com/kubo/fix_oralib_osx "ruby fix_oralib.rb" must be run with "--absolute-path" option cx_oracle and node-oracledb because ruby-oci8 passes -Wl,-rpath,/path/to/oracle/library to cc but cx_oracle and node-oraclede don't. ------------------------------------------------------------------------------