【发布时间】:2016-10-27 06:26:23
【问题描述】:
我正在尝试安装 Perl 模块 Geo::ShapeFile 和 Math::Round,但我不断遇到相同的错误,并且找不到有效的解决方案。我的 local::lib 安装得很好,但找不到它还是什么?我是在错误的地方做的吗?
cian@cian-Aspire-5750:~/Documents/Math-Round-0.07$ make install
Manifying 1 pod document
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ERROR: Can't create '/usr/local/man/man3'
mkdir /usr/local/man/man3: Permission denied at /usr/share/perl/5.22/ExtUtils/Install.pm line 477.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
at -e line 1.
Makefile:697: recipe for target 'pure_site_install' failed
make: *** [pure_site_install] Error 13
我注意到我的目录中的“/usr/local/man”指向了“usr/share/man”。我不知道这是否是一个问题如何解决。谢谢。
【问题讨论】: