首页 > 代码库 > Win8.1下Perl PPM启动问题
Win8.1下Perl PPM启动问题
Win8.1(专业版)下执行Perl(版本5.18.2)的PPM工具提示:
C:\Users\宁>ppm
ppm gui failed: DBI connect(‘dbname=C:\Users\宁\AppData\Local/ActiveState/Active
Perl/1802/ppm-MSWin32-x64-multi-thread-5_18.db‘,‘‘,...) failed: unable to open d
atabase file
经过多方查找:
http://community.activestate.com/forum-topic/ppm-does-not-work-after-install
You can set the ACTIVEPERL_PPM_HOME environment variable to
point to a directory without extended Unicode characters in its name and PPM
will try to maintain its database in this directory instead.
Example:
set ACTIVEPERL_PPM_HOME=c:\perl\temp
就是说自己设置一个不含中文的目录(设置之前请确保目录存在),原因初步判断为目录中包含中文.
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。