Date: Thu, 15 May 2008 11:09:57 -0400 From: FreeBSD <freebsd@optiksecurite.com> To: freebsd-questions@freebsd.org Subject: Perl not creating symlink when installed from package Message-ID: <482C5245.9000505@optiksecurite.com>
next in thread | raw e-mail | index | archive | help
Hi everyone, I have a problem with perl-5.8.8_1. When I install it from the ports (via make install clean or make package-recursive clean), it creates symlinks from /usr/local/bin/perl to /usr/bin/perl: [...] Removing stale symlinks from /usr/bin... Skipping /usr/bin/perl Skipping /usr/bin/perl5 Done. Creating various symlinks in /usr/bin... Symlinking /usr/local/bin/perl5.8.8 to /usr/bin/perl Symlinking /usr/local/bin/perl5.8.8 to /usr/bin/perl5 Done. [...] But, when I install the package created with 'make package-recursive clean', it didn't create those symlinks. So, the dependencies that rely on perl and expect to find it in /usr/bin/perl can't find it and the installation fails. Did someone have any information on this issue? Thanks for the support, Martin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?482C5245.9000505>