【发布时间】:2013-12-02 08:56:14
【问题描述】:
我从http://strawberryperl.com/releases.html下载了便携草莓perl版本perl-5.18.1.1并解压
当我运行 protableshell.bat 时
然后运行 cpan> install some::module
我总是收到以下错误消息“系统找不到指定的路径。”
下面是我在尝试安装 Text::CSV_XS 时遇到的错误示例
Welcome to Text::CSV (v.1.32)
=============================
If you install Text::CSV_XS v.0.99, it makes Text::CSV faster.
Checking if your kit is complete...
Looks good
Writing Makefile for Text::CSV
Writing MYMETA.yml and MYMETA.json
The system cannot find the path specified.
MAKAMAKA/Text-CSV-1.32.tar.gz
C:\strawberry-perl-5.18.1.1-64bit-portable\c\bin\dmake.exe -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Stopping: 'install' failed for 'Text::CSV'.
Failed during this command:
MAKAMAKA/Text-CSV-1.32.tar.gz : make NO
这可能是什么问题?
【问题讨论】:
-
指定路径中是否存在
dmake? -
是的,我检查过了,它存在于路径中。
-
你能手动安装模块吗?
-
是的,手动下载它们并使用 dmake install 安装它们
标签: perl strawberry-perl