Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚在我的 linux 网络服务器上安装了新版本的 perl(从 5.10.1 升级到 5.12.4),我希望一切都会顺利,但似乎没有。现在系统中默认的 perl 版本是新的,但是 mod_perl 仍然停留在旧版本上。我的问题是:我可以告诉 mod_perl 使用新版本的 perl,还是必须重新安装它?从我认为应该有一种方法来改变解释器而不是重新安装,但我还没有找到它。
mod_perl 需要针对它正在使用的任何版本的 Perl 构建(它已将编译的 perl 包含在其中)。您将需要安装 5.12.4 版本。
从长远来看,您可能需要考虑从 mod_perl 转移到 Plack/PSGI。