有没有人在这个组合上走运?
到目前为止,我已经得到了这样的信息:
ERROR: could not load library "C:/Program Files/PostgreSQL/9.0/lib/plperl.dll":
The specified module could not be found....to可以复制一份perl512.dll并重命名为perl510.dll。现在我在安装一些我需要的模块时遇到了问题,所以我不知道是因为它不能工作,还是因为我拥有的PostgreSQL二进制文件是为Perl5.10设计的,因为现在的错误消息是:
WARNING: Use of uninitialized value $prolog in concatenation (.) or string at -e line 25.
CONTEXT: compilation of PL/Perl function "my_function"
WARNING: Use of uninitialized value $src in concatenation (.) or string at -e line 25.
CONTEXT: compilation of PL/Perl function "my_function"
ERROR: didn't get a CODE reference from compiling function "my_function"
CONTEXT: compilation of PL/Perl function "my_function"发布于 2010-11-09 08:52:20
我认为它需要重新编译。我试着从我的函数中删除模块依赖,只是把它变成一个简单的返回语句,但它仍然有相同的错误。
或者是草莓Perl 5.10而不是5.12。
https://stackoverflow.com/questions/4129479
复制相似问题