<div dir="ltr">Thanks for the tip.</div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Sat, May 17, 2025 at 4:11 PM B. Watson <<a href="mailto:urchlay@slackware.uk">urchlay@slackware.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
On Sat, 17 May 2025, Luveh Keraph wrote:<br>
<br>
> Just a quick comment about a 15.0 upgrade that took place last month: after upgrading Perl to 5.34.3 in April ClusterSSH stopped working. Removing it and building it again fixes the<br>
> problem. I wonder what other SlackBuilds packages are similarly affected?<br>
<br>
Any perl package that includes XS (compiled C) code. They generally<br>
all break when you upgrade perl. You can check what you have<br>
installed:<br>
<br>
grep -l '^usr/lib.*vendor_perl.*so$' /var/adm/packages/*_SBo<br>
<br>
Packages that are part of Slackware that would have this problem, get<br>
updated at the same time as perl does (we hope!) so you shouldn't have<br>
to worry about them.<br>
_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org" target="_blank">SlackBuilds-users@slackbuilds.org</a><br>
<a href="https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="noreferrer" target="_blank">https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/" rel="noreferrer" target="_blank">https://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="https://slackbuilds.org/faq/" rel="noreferrer" target="_blank">https://slackbuilds.org/faq/</a><br>
<br>
</blockquote></div>