libintl.8.dylib not loaded?

Lawrence Velázquez larryv at macports.org
Mon Oct 27 22:38:20 PDT 2014


On Oct 27, 2014, at 11:10 PM, Bill Christensen <billc_lists at greenbuilder.com> wrote:

> 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

Looks like you'd still have the originals then. Try moving them back.

    % sudo mv -f /bin/bash{-osx,}
    % sudo mv -f /bin/sh{-osx,}

vq


More information about the macports-users mailing list