Tue Feb 09 10:58:20 2016: Request 111896 was acted upon. Transaction: Correspondence added by walter.gnadenber...@rbinternational.com Queue: PAR Subject: Re: [rt.cpan.org #111896] PAR Question Solaris 10 Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: walter.gnadenber...@rbinternational.com Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=111896 >
Hello Roderich, xsnoahd01:/home/misnh1>/opt/csw/bin/perl -V Summary of my perl5 (revision 5 version 10 subversion 1) configuration: Commit id: f49f26c46eb30e17edc39f23c060b8294c44115b Platform: osname=solaris, osvers=2.10, archname=sun4-solaris-thread-multi uname='sunos unstable10s 5.10 generic_142909-17 sun4v sparc sunw,sparc-enter prise-t5220' config_args='' hint=recommended, useposix=true, d_sigaction=define useithreads=define, usemultiplicity=define useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=undef, use64bitall=undef, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='/opt/SUNWspro/bin/cc', ccflags ='-D_REENTRANT -xO3 -m32 -xarch=sparc -I/ opt/csw/bdb48/include -I/opt/csw/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS =64 -DPERL_USE_SAFE_PUTENV', optimize='-xO3 -m32 -xarch=sparc', cppflags='-D_REENTRANT -xO3 -m32 -xarch=sparc -I/opt/csw/bdb48/include -I/op t/csw/include' ccversion='Sun C 5.9 SunOS_sparc Patch 124867-16 2010/08/11', gccversion='', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize =8 alignbytes=8, prototype=define Linker and Libraries: ld='/opt/SUNWspro/bin/cc', ldflags ='-m32 -xarch=sparc -L/opt/csw/lib -lperl -L/opt/csw/bdb48/lib -L/opt/csw/lib -L/usr/lib -L/usr/ccs/lib -L/lib' libpth=/usr/lib /usr/ccs/lib /lib /opt/csw/lib libs=-lsocket -lnsl -lgdbm -ldb-4.8 -ldl -lm -lpthread -lc -lperl perllibs=-lsocket -lnsl -ldb-4.8 -ldl -lm -lpthread -lc -lperl libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so.5.10.1 gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-R /opt/csw/lib' cccdlflags='-KPIC', lddlflags='-G -L/opt/csw/lib -L/opt/csw/bdb48/lib -L/usr /lib -L/usr/ccs/lib -L/lib' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP PERL_USE_SAFE_PUTENV USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API USE_SITECUSTOMIZE Built under solaris Compiled at Jul 24 2012 13:41:27 @INC: /opt/csw/lib/perl/site_perl /opt/csw/share/perl/site_perl /opt/csw/share/perl/site_perl /opt/csw/lib/perl/csw /opt/csw/share/perl/csw /opt/csw/share/perl/csw /opt/csw/lib/perl/5.10.1 /opt/csw/share/perl/5.10.1 . Freundliche Grüße / Kind regards, Walter GNADENBERGER Software Development & Testing Raiffeisen Bank International AG | Am Stadtpark 9, 1030 Vienna, Austria | Tel.: +43 1 71707-5633 | Fax: +43 1 71707-765633 | walter.gnadenber...@rbinternational.com | http://www.rbinternational.com Bitte denken Sie an die Umwelt, bevor Sie drucken. / Please consider the environment before printing. This message and any attachment ("the Message") are confidential. If you have received the Message in error, please notify the sender immediately and delete the Message from your system, any use of the Message is forbidden. Correspondence via e-mail is primarily for information purposes. RBI neither makes nor accepts legally binding statements via e-mail unless explicitly agreed otherwise. Information pursuant to § 14 Austrian Companies Code: Raiffeisen Bank International AG; Registered Office: Am Stadtpark 9, A-1030 Vienna; Company Register Number: FN 122119m at the Commercial Court of Vienna (Handelsgericht Wien). From: bug-...@rt.cpan.org To: walter.gnadenber...@rbinternational.com, Date: 09.02.2016 16:05 Subject: [rt.cpan.org #111896] PAR Question Solaris 10 <URL: https://rt.cpan.org/Ticket/Display.html?id=111896 > On 2016-02-09 09:38:04, walter.gnadenber...@rbinternational.com wrote: > I am using following perl > xsnoahd01:/home/misnh1>which perl > /opt/csw/bin/perl > xsnoahd01:/home/misnh1>/opt/csw/bin/perl --version Please provide the output of (note the uppercase "V") $ /opt/csw/bin/perl -V The problem that libperl.so is missing from the packed executable may perhaps be fixed - at least PAR::Packer has a provision to pack that, though incorrect configuration information of your perl or a bug in PAR::Packer's build process may have prevented it. That's why I need the above information and also the log of how you built PAR::Packer. Cheers, Roderich