When trying to start elasticsearch in my local machine (OS X Lion) with the following command: elasticsearch/bin/elasticsearch -f
I am getting this error: dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
Referenced from: /opt/local/bin/getopt
Reason: no suitable image found. Did find:
/opt/local/lib/libintl.8.dylib: mach-o, but wrong architecture
Error parsing arguments!
Has anyone came up with this error in the past and found a solution?
Lion messes up the development environment at many places. So, it removes
gettext. Try to reinstall from MacPorts with
sudo port clean gettext
sudo port install gettext
Best regards,
Jörg
On Tuesday, November 13, 2012 12:38:07 PM UTC+1, Alexandros Kom wrote:
When trying to start elasticsearch in my local machine (OS X Lion) with
the
following command:
/elasticsearch/bin/elasticsearch -f/
I am getting this error:
/dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
Referenced from: /opt/local/bin/getopt
Reason: no suitable image found. Did find:
/opt/local/lib/libintl.8.dylib: mach-o, but wrong architecture
Error parsing arguments!/
Has anyone came up with this error in the past and found a solution?
When trying to start elasticsearch in my local machine (OS X Lion) with
the following command:
/elasticsearch/bin/elasticsearch -f/
I am getting this error:
/dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
How have you installed elasticsearch? Downloading from http://www.elasticsearch.org/download/ & unpacking, using Homebrew? Are you
using MacPorts, Fink?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.