InstantClientTap / homebrew-instantclient

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

Why does sqlplus conflict with basiclite? #20

Closed bertday closed 6 years ago

bertday commented 6 years ago

First of all, this is an awesome project, thanks for making this easier!

I wanted to install basiclite and sqlplus. I downloaded the files and put them in my cache. basiclite installed fine, but sqlplus threw an error:

Error: Cannot install instantclienttap/instantclient/instantclient-basic because conflicting formulae are installed.
  instantclient-basiclite

Please `brew unlink instantclient-basiclite` before continuing.

Does sqlplus only work with basic for some reason?

kaukas commented 6 years ago

Please try

$ brew install instantclient-sqlplus --with-basiclite

and let me know if that works.

bertday commented 6 years ago

That worked, thanks Linas!

On Jan 27, 2018, at 2:24 PM, Linas Juškevičius notifications@github.com wrote:

Please try

$ brew install instantclient-sqlplus --with-basiclite and let me know if that works.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/InstantClientTap/homebrew-instantclient/issues/20#issuecomment-361008529, or mute the thread https://github.com/notifications/unsubscribe-auth/ABZVAU257HkGIKq5TX4mj3I51ODjpVs5ks5tO3fmgaJpZM4RvYv1.

kaukas commented 6 years ago

Welcome! :-)