From 511fc40ee6945fd763eb4983aba0244eb39ff9f7 Mon Sep 17 00:00:00 2001 From: zickzackv Date: Mon, 19 Jan 2015 09:10:02 +0100 Subject: [PATCH] add note to install universal binaries of freetds Otherwise cffi tries to load the 64-bit version of the library which fails --- INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index c207066..f200a47 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -37,6 +37,11 @@ You will need to install either SBCL or CCL separately, and when using brew install sbcl brew install clozure-cl +NOTE: Make sure you installed the universal binaries of Freetds, so that +they can be loaded correctly. + + brew install freetds --universal --build-from-source + ### Compiling SBCL by yourself If you ended up building SBCL yourself or you just want to do that, you can