in reply to Re: Changing path values during Configure causes make problems during 5.8.2 install.
in thread Changing path values during Configure causes make problems during 5.8.2 install.
should not work, 'cause you're trying to create /System/Library/Perl symlink, which already exist. reverse the argument. So if you enter 5.8.2 symlink you come back to parent dir.
ln -s /System/Library/Perl /System/Library/Perl/5.8.2
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Changing path values during Configure causes make problems during 5.8.2 install.
by tachyon (Chancellor) on Dec 20, 2003 at 13:30 UTC |