On Thu, May 31, 2012 at 6:15 PM, <[email protected]> wrote: > Hi, > > Recently my Perl was updated during one of the coreutils upgrade and now I’m > getting below error in Perl. Can you advise which module package needs to be > upgraded? > > > > ld.so.1: perl: fatal: relocation error: file > /opt/csw/lib/perl/site_perl/auto/Compress/Zlib/Zlib.so: symbol > Perl_Tstack_sp_ptr: referenced symbol not found > > Killed
You probably have mixed versions of the main Perl package (CSWperl) and the Perl module packages (CSWpm*). Check with "pkgutil -C". All binary Perl modules are compiled against the main Perl package and will not work with any other version. /peter _______________________________________________ users mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/users
