#46154 closed defect (worksforme)
wget & libiconv problem
Reported by: | facardillo@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | ||
Port: | wget |
Description
After upgrading to Yosemite I decide to start with a fresh install of MacPorts. So I removed it using the instructions provided on the MacPorts website. I am having a lot of problems with many ports that used to work, including gcc and, now wget.
So:
- I removed completely MacPorts and all the ports installed;
- I installed MacPorts using the dpkg installer
- I run a selfupdate to sync the ports - you never know
As a first port, I installed wget. Installation was fine, but now when I run it I get:
$-> wget dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib Referenced from: /opt/local/bin/wget Reason: Incompatible library version: wget requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0 Trace/BPT trap: 5
Change History (5)
comment:1 Changed 10 years ago by facardillo@…
comment:2 Changed 10 years ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | new → closed |
You likely have DYLD_LIBRARY_PATH
set in your environment. Unset it and wget should start to work fine again. Note that DYLD_LIBRARY_PATH
is only meant for developers to test their binaries against new library versions. You should never set it in normal usage, and any binary that doesn't run without it should be considered broken on OS X.
You can re-open if that doesn't fix your problem, but this is very likely not a bug in the wget port. For this reason, I'd recommend you use our MailingLists for technical support.
comment:3 Changed 10 years ago by neverpanic (Clemens Lang)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 Changed 10 years ago by neverpanic (Clemens Lang)
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
comment:5 Changed 10 years ago by neverpanic (Clemens Lang)
Port: | wget added |
---|
After upgrading to Yosemite I decide to start with a fresh install of MacPorts. So I removed MacPorts and all the ports using the instructions provided on the MacPorts website.
After a first re-installation of MacPorts I had a lot of problems with many ports that used to work, including gcc and, now wget. So, to keep things simple, I decided to start over: I removed MacPorts again and started a second fresh install.
Installation was fine, but now when I run it I get: