我一直在努力在我的视窗7(x86_64)上安装伯克利分局CPAN模块,但没有任何uck(BerkeleyDB:Hash是我需要的)。 我安装了64台轨道主动发射器和Oracle Berkeley DB 11gR2 5.3.15。 第一,我尝试使用指挥装置:
*cpan install BerkeleyDB*
出现这一错误:
*It looks like the installation of dmake and MinGW has failed. You will not be
able to run Makefile commands or compile C extension code. Please check your
internet connection and your proxy settings!*
因此,我安装了微软Windows SDK,用于Windows 7和NET4。
然后,我安装了大刀子
*cpan App::cpanminus*
当我尝试运行时:
*cpanm BerkeleyDB*
我错了:
*Note (probably harmless): No library found for -llibdb
Note (probably harmless): No library found for bufferoverflowU.lib*
因此,我编辑了汇辑,并修改了校正,包括:
*INCLUDE = C:PROGRA~2OracleBERKEL~1.15include
LIB = C:PROGRA~2OracleBERKEL~1.15lib*
现在,我拿着 per。 pl,关于-文盲的警告消失了。
当我尝试运行时:
*nmake*
我有错误:
*Creating library blibarchautoBerkeleyDBBerkeleyDB.lib and object blibarc
hautoBerkeleyDBBerkeleyDB.exp
BerkeleyDB.obj : error LNK2001: unresolved external symbol __heap_exist
BerkeleyDB.obj : error LNK2001: unresolved external symbol db_version
BerkeleyDB.obj : error LNK2001: unresolved external symbol db_strerror
BerkeleyDB.obj : error LNK2001: unresolved external symbol db_env_create
BerkeleyDB.obj : error LNK2001: unresolved external symbol db_create
BerkeleyDB.obj : error LNK2001: unresolved external symbol db_sequence_create
blibarchautoBerkeleyDBBerkeleyDB.dll : fatal error LNK1120: 6 unresolved ext
ernals
NMAKE : fatal error U1077: "C:Program Files (x86)Microsoft Visual Studio 10.0
VCBinamd64link.EXE" : return code 0x460
Stop.*
我几乎丧失了在我个人电脑上成功建造这一单元的一切希望。 是否有任何人 with?
许多感谢,
SN