in reply to Re^3: strange "Perl on Leopard" install behavior
in thread strange "Perl on Leopard" install behavior

Now, *this* is a great suggestion. Thanks. I will implement this. Given that I already have stuff in my /usr/local/, I should be just able to duplicate that under my home directory ~/usr/local/, then remove /usr/local/, and then create the symbolic link, as suggested. Does that sound ok? (I am not intricately familiar with the Unix underpinnings, so I want to proceed on this carefully so as to not upset an already existing apple cart).

Still would like to know why that darn os upgrade do something so dumb as to rename my lib, and then create a circular link from a new lib to itself.

--

when small people start casting long shadows, it is time to go to bed

Replies are listed 'Best First'.
Re^5: strange "Perl on Leopard" install behavior
by johngg (Canon) on Jan 12, 2008 at 22:11 UTC
    That sounds safe enough but, just to be really paranoid, instead of removing /usr/local rename it instead. That way it's still there in case of mishap. Only remove it once you are sure your new symbolic link to ~/usr/local is doing what you expect.

    Sorry for the slow reply, I've been in the kitchen for what seems like hours.

    Cheers,

    JohnGG