libintl.8.dylib not loaded?

Bill Christensen billc_lists at greenbuilder.com
Mon Oct 27 20:10:47 PDT 2014


On 10/27/14, 9:32 PM, Lawrence Velázquez wrote:
> On Oct 27, 2014, at 10:27 PM, Bill Christensen <billc_lists at greenbuilder.com> wrote:
>
>> :msg:activate --->  Activating gettext @0.19.3_0
>> :debug:activate Using /usr/bin/tar
>> :debug:activate Using /usr/bin/bzip2
>> :info:activate dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
>> :info:activate   Referenced from: /bin/sh
>> :info:activate   Reason: image not found
> Did you replace /bin/sh with a MacPorts shell?
>
> vq
Yes... what I ran was:

sudo port install bash +universal
sudo mv /bin/bash{,-osx} ; sudo ln /opt/local/bin/bash /bin/bash
sudo mv /bin/sh{,-osx} ; sudo ln /bin/bash /bin/sh

in an attempt to minimize exposure to Shellshock.  IIRC I got the above 
from someone on this list.


More information about the macports-users mailing list