Hello, found a bug in package pkg:/library/perl-5/[email protected] :
/usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/Tk.pm
l. 93,94
# This is a workround for Solaris X11 locale handling
Preload(DynaLoader::dl_findfile('-L/usr/openwin/lib','-lX11'))
if (NeedPreload() && -d '/usr/openwin/lib');
should be
# This is a workround for Solaris X11 locale handling
Preload(DynaLoader::dl_findfile('-L/usr/openwin/lib/64','-lX11'))
if (NeedPreload() && -d '/usr/openwin/lib/64');
otherwise it tries to load the 32bit libX11.so library, which fails.
Affects commands like snmpcheck.
--
Dr.Udo Grabowski Inst.of Meteorology & Climate Research IMK-ASF-SAT
https://www.imk-asf.kit.edu/english/sat.php
KIT - Karlsruhe Institute of Technology https://www.kit.edu
Postfach 3640,76021 Karlsruhe,Germany T:(+49)721 608-26026 F:-926026
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ oi-dev mailing list [email protected] https://openindiana.org/mailman/listinfo/oi-dev
