InstantClientTap / homebrew-instantclient

A tap of Mac Homebrew formulas for Oracle Instant Client.
MIT License
80 stars 39 forks source link

Add new formula for the Instant Client Basic. #1

Closed kubo closed 9 years ago

kubo commented 9 years ago

I added formula for the Instant Client Basic. It depends on instantclient-basiclite formula.

The difference of basic and basic lite is only NLS data. This formula installs NLS data only. All other files are provided by instantclient-basiclite.

Firstly, Oracle instant client tries to load libociei.dylib (NLS data provided by the basic package). If it fails, it tries to load libociicus.dylib (NLS data provided by the basiclite pacakge). So just adding libociei.dylib changes the basiclite package to the basic package.

kaukas commented 9 years ago

The first PR! \o/

Did the other packages successfully install for you?

Thank you for the great input!