运行nfsen时,我的日志显示:
nfsen[24213]: ERROR: Can't locate PHP/Serialization.pm in @INC (you may need to install the PHP::Serialization module) (@INC contains: /usr/local/nfsen/plugins /usr/local/nfsen/libexec /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at /usr/local/nfsen/plugins/Events.pm line 84.#012BEGIN failed--compilation aborted at /usr/local/nfsen/plugins/Events.pm line 84.#012Compilation failed in require at /usr/local/nfsen/libexec/Nfcomm.pm line 514. 是否有一种简单的方法分别安装序列化模块?
发布于 2015-08-19 14:08:26
文件PHP/Serialization.pm或更好的/usr/share/perl5/PHP/Serialization.pm是包libphp-serialization-perl的一部分。
因此,安装通过
sudo apt-get install libphp-serialization-perlhttps://askubuntu.com/questions/663336
复制相似问题