libiconv Questions
6
Solved
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:
"_ic...
3
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:
...
Rosaleerosaleen asked 21/10, 2016 at 2:15
33
Solved
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/loc...
5
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_c...
1
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 rea...
1
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...
1
Solved
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 try...
2
Solved
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...
4
Solved
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...
3
Solved
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
Referen...
1
Solved
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...
Castleberry asked 25/9, 2013 at 17:45
1
Solved
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
...
1
© 2022 - 2024 — McMap. All rights reserved.