Re: [MacPorts] #13421: mysql5 makes relative links in /opt/local/bin
#13421: mysql5 makes relative links in /opt/local/bin ---------------------------------------+------------------------------------ Reporter: branson@sandsecurity.com | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: mysql, cpan, Port: mysql5, mysql5-devel | ---------------------------------------+------------------------------------ Description changed by ryandesign@macports.org: Old description:
This breaks several things like CPAN which require authoritative links.
My solution was:
cd /opt/local/lib/mysql5/bin; for a in * ; for > ln -sf /opt/local/lib/mysql5/bin/$a /opt/local/bin/$a
New description: This breaks several things like CPAN which require authoritative links. My solution was: {{{ cd /opt/local/lib/mysql5/bin; for a in * ; for > ln -sf /opt/local/lib/mysql5/bin/$a /opt/local/bin/$a }}} -- -- Ticket URL: <http://trac.macports.org/ticket/13421#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts