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...
Tatianatatianas asked 31/8, 2019 at 0:47

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...
Antacid asked 3/4, 2011 at 9:54

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...
Milone asked 27/9, 2012 at 10:45

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...
Adown asked 14/7, 2014 at 11:29

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...
Crocodile asked 14/2, 2017 at 9:17

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...
Sanction asked 14/2, 2017 at 16:13

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...
Legume asked 18/10, 2013 at 17:33

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...
Verjuice asked 19/4, 2011 at 9:14

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...
Text asked 28/3, 2013 at 9:44

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 ...
Arand asked 9/11, 2012 at 3:40
1

© 2022 - 2024 — McMap. All rights reserved.