Difference between revisions of "Talk:Apertium on Mac OS X (System)"
Jump to navigation
Jump to search
(→macport pcre conflict with homebrew: new section) |
(meh) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
I didn't use a prefix (installed into /usr/local instead). Worked fine for me. [[User:Unhammer|unhammer]] 06:53, 4 September 2009 (UTC) |
|||
: since [[Apertium on Mac OS X (Local)]] says how to use a prefix, I removed it from the this HOWTO, much simpler this way, and doesn't conflict with the Macports tree. --[[User:Unhammer|unhammer]] 14:10, 3 June 2010 (UTC) |
|||
== macport pcre conflict with homebrew == |
|||
If you use homebrew as well as macports, you might get an error like |
|||
<pre>dyld: Symbol not found: _pcre_free</pre> |
|||
from apertium-preprocess-transfer |
|||
In that case, it's likely that apertium is using the wrong pcre. |
|||
Possible solution: <code>export LD_LIBRARY_PATH=/opt/local/lib</code> and reconfigure/recompile apertium/lttoolbox. |