PhilipS has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to install modules from cpan on a machine where /tmp is an existing symbolic link. So Archive::Zip fails with "Could not extract xxx safely: /tmp is an existing symbolic link."
(I get the same issue with /var if I try to make/test/install manually. And I don't have permissions to change the symbolic links on that machine.)
Is there a workaround? I don't see any easy way to tell cpan to use a different directory as a temporary directory.
Thanks,
Philip
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: cpan problems when /tmp and /var are existing symbolic links
by davido (Cardinal) on Jan 23, 2019 at 08:39 UTC | |
|
Re: cpan problems when /tmp and /var are existing symbolic links
by Corion (Patriarch) on Jan 23, 2019 at 09:35 UTC | |
|
Re: cpan problems when /tmp and /var are existing symbolic links
by afoken (Chancellor) on Jan 23, 2019 at 08:25 UTC | |
by davido (Cardinal) on Jan 23, 2019 at 08:40 UTC |