Questions tagged [libiconv]
81 questions
163
votes
33 answers
Why does installing Nokogiri on Mac OS fail with libiconv is missing?
I've been trying to install Nokogiri on Mac OS 10.9.3 and whatever I try, the install fails in the end with the following error message:
$ sudo gem install nokogiri -- --with-xml2-include=/usr/local/Cellar/libxml2/2.9.1/include/libxml2…

polarblau
- 17,649
- 7
- 63
- 84
35
votes
4 answers
Errors using rspec, missing libraries after installing Homebrew and uninstalling MacPorts
I may have taken one step too far beyond my knowledge. I installed Homebrew and after it continued to give me warnings about having MacPorts installed I uninstalled that. But now my rspec tests don't run.
These are the errors I…

markstewie
- 9,237
- 10
- 50
- 72
30
votes
6 answers
_libiconv or _iconv undefined symbol on Mac OSX
When compiling some packages from source on Mac OSX, I get the following iconv error:
Undefined symbols for architecture x86_64:
"_iconv", referenced from:
"_iconv_close", referenced from:
"_iconv_open", referenced from:
or I get:
Undefined…

John Q
- 1,262
- 2
- 13
- 19
19
votes
5 answers
libiconv and MacOS
I am trying to compile GCC 4.5.1 in Mac OS X Lion.
I have a problem with libiconv. First it complained about undefined symbols for architecture x86_64, which were: _iconv, _iconv_open and _iconv_close. I found out that MacPorts version of libiconv…

Javier Moreno
- 191
- 1
- 1
- 3
9
votes
1 answer
rpy2 doesn't work - requires libiconv.so.2
I have a relatively fresh installation of anaconda, in which I installed rpy2 using "conda install rpy2". However, when I try running it, I get this error, e.g.:
> /[dir]/anaconda/bin/python -m 'rpy2.tests'
Traceback (most recent call last):
File…

R S
- 11,359
- 10
- 43
- 50
9
votes
3 answers
PHP compile fails with undefined symbols for architecture x86_64, libiconv on macOS Sierra
I have upgraded a Mac to macOS 10.12.0 Sierra, and am trying to upgrade PHP to version 7.0.9, but 'make test' fails with:
Undefined symbols for architecture x86_64:
"_libiconv", referenced from:
_zif_iconv_substr in iconv.o
…

jlbrown
- 121
- 1
- 6
9
votes
1 answer
How to fix libiconv error on Mac?
I have uninstall port from Mac with this comand:
sudo port -fp uninstall installed
Then when I use wget to download file,it shows me:
dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib
Referenced from: /opt/local/bin/wget
Reason:…

ikebukuro
- 93
- 1
- 1
- 4
8
votes
1 answer
How can I install a go package with MinGW which depends on libiconv
I am currently trying to set up a Go project, and considering I am running Windows, while the other 2 developers are working on a Mac, I have some trouble with installing a few packages.
After trying to install the packages with cmd, I was only able…

Sossenbinder
- 4,852
- 5
- 35
- 78
6
votes
1 answer
Nokogiri install fails: iconv doesn't work [osx]
I have a problem installing Nokogiri.
I read the install manual and followed the instructions.
I have installed all dependences. libxml2 and libxslt work fine but libiconv had some problems. I read some questions here and installed and reinstalled…

Casuki
- 61
- 2
5
votes
2 answers
Git Error: dyld: lazy symbol binding failed: Symbol not found: _iconv_open
I was trying to fix up my .bashrc on a new mac with some aliases I had and I had made a .bash_profile to try to load up the .bashrc when the terminal was opened. However, it has been giving me this error every time I try to use a git command.
git…

JustNeph
- 761
- 3
- 10
- 25
5
votes
1 answer
Incompatible library version: nokogiri.bundle requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0
In an attempt to get mysql installed on my mac for a rails project I followed an online suggestion of installing homebrew and removing mac ports. This is where the problems began. The rails project won't build, I am getting this:
[rake --prereqs]…

nycfdtd
- 404
- 7
- 23
5
votes
3 answers
Git > dyld: lazy symbol binding failed: Symbol not found: _iconv_open
I don't know what happened but suddenly all my git commands won't work no more, this is the error message I get.
$ git show
dyld: lazy symbol binding failed: Symbol not found: _iconv_open
Referenced from: /usr/local/bin/git
Expected in:…

Samuel
- 540
- 1
- 4
- 17
4
votes
1 answer
How can i build iconv as static library?
i want build iconv as static library on my MacOSX
i downloaded sources from http://www.gnu.org/software/libiconv/ and tried:
$ ./configure
$ make
$ make install
This process only makes libiconv.dylib, a dynamic library.
How can I build the static…

corbands
- 167
- 1
- 11
4
votes
0 answers
libiconv.2.dylib Mountain Lion issue
Anytime I'm try to install something git dependent (homebrew for example) I get this error:
> Incompatible library version: git requires version 8.0.0 or later, but
> libiconv.2.dylib provides version 7.0.0
I've reinstalled git and xcode but the…

themexican
- 41
- 3
4
votes
2 answers
How to install libiconv for android ndk?
Can somebody teach me or point me to a tutorial on how to install libiconv for android? I've been googling for 3 days and I can't find a tutorial or a how-to.

Coola
- 479
- 1
- 8
- 15