找不到 RPC/XML.pm Perl 和 RPC XML

发布于 2024-11-04 16:15:21 字数 565 浏览 3 评论 0原文

当尝试将 RPC XML 与 Perl 结合使用时,我收到此错误消息。

软件错误:

无法在 @INC 中找到 RPC/XML.pm(@INC 包含:/etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr /lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) 在 test.pl 行9. BEGIN 失败——编译在 test.pl 第 9 行中止。 如需帮助,请发送邮件给网站管理员([未给出地址]),提供此错误消息以及错误的时间和日期。

首先我以为我没有安装 XML-RPX。但是当我查看 phpinfo() 文件时,我发现:

xmlrpc_error_number 0 0

xmlrpc_errors 关闭 关闭

为什么会出现此错误?在我看来,它已安装并且 PHP“找到了它”。但 Perl 不是。

I'm getting this error message when trying to to use the RPC XML with Perl.

Software error:

Can't locate RPC/XML.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at test.pl line 9.
BEGIN failed--compilation aborted at test.pl line 9.
For help, please send mail to the webmaster ([no address given]), giving this error message and the time and date of the error.

First I thought I didn't have XML-RPX installed. But when I look into a phpinfo()-file I find this:

xmlrpc_error_number 0 0

xmlrpc_errors Off Off

How come this error shows up? It looks to me as it is installed and PHP "finds it". But not Perl.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不离久伴 2024-11-11 16:15:21

PHP 具有 xmlrpc 配置并不表明已安装 RPC::XML Perl 模块,并且错误消息强烈表明未安装(如果已安装,则它位于 Perl 库路径之外)。

您需要安装 RPC::XML 模块。

PHP having an xmlrpc config is no indication that the RPC::XML Perl module is installed, and the error message strongly suggests that it isn't (If it is, then it is outside the Perl library paths).

You need to install the RPC::XML module.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文