Ticket #13421 (closed defect: fixed)
mysql5 makes relative links in /opt/local/bin
| Reported by: | branson@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.5.2 |
| Keywords: | mysql, cpan, | Cc: | jwa@… |
| Port: | mysql5, mysql5-devel |
Description (last modified by ryandesign@…) (diff)
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
Change History
Note: See
TracTickets for help on using
tickets.

