in reply to Perl recompile after OS kernel update

That depends on whether your (custom) Perl does any interaction with the kernel beyond what its C library does. I also consider it highly unlikely that your Perl program would do interaction closely coupled to the kernel without you knowing about it.

Of course, there is an easy way to determine that. Get your admins to set up a box with the upgraded kernel and test your application(s) on that box.

  • Comment on Re: Perl recompile after OS kernel update