Skip to content

Instantly share code, notes, and snippets.

@kamatari
Created October 7, 2014 11:43
Show Gist options
  • Save kamatari/f1afd8a40c5a20665bd2 to your computer and use it in GitHub Desktop.
Save kamatari/f1afd8a40c5a20665bd2 to your computer and use it in GitHub Desktop.
$ brew install sqlite expat
==> Installing sqlite dependency: readline
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/readline-6.3.8.mavericks.bottle.tar.gz
######################################################################## 100.0%
==> Pouring readline-6.3.8.mavericks.bottle.tar.gz
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.
Mac OS X provides similar software, and installing this software in
parallel can cause all kinds of trouble.
OS X provides the BSD libedit library, which shadows libreadline.
In order to prevent conflicts when programs look for libreadline we are
defaulting this GNU Readline installation to keg-only.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/readline/lib
CPPFLAGS: -I/usr/local/opt/readline/include
==> Summary
🍺 /usr/local/Cellar/readline/6.3.8: 40 files, 2.1M
==> Installing sqlite
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/sqlite-3.8.6.mavericks.bottle.tar.gz
######################################################################## 100.0%
==> Pouring sqlite-3.8.6.mavericks.bottle.tar.gz
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.
Mac OS X already provides this software and installing another version in
parallel can cause all kinds of trouble.
OS X provides an older sqlite3.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/sqlite/lib
CPPFLAGS: -I/usr/local/opt/sqlite/include
==> Summary
🍺 /usr/local/Cellar/sqlite/3.8.6: 9 files, 2.1M
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/expat-2.1.0.mavericks.bottle.tar.gz
######################################################################## 100.0%
==> Pouring expat-2.1.0.mavericks.bottle.tar.gz
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.
Mac OS X already provides this software and installing another version in
parallel can cause all kinds of trouble.
OS X includes Expat 1.5.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/expat/lib
CPPFLAGS: -I/usr/local/opt/expat/include
==> Summary
🍺 /usr/local/Cellar/expat/2.1.0: 11 files, 412K
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment