Thu Feb 11 09:50: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: audr...@audreyt.org, walter.gnadenber...@rbinternational.com
      Status: open
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=111896 >



Heureka Senores,

we did it! :-)
I recompiled and reinstalled it and it works fine yet.

Also get an okay from the project owner:

THANKS for your HELP!

Was really great for me to work with you!


bin>./filechecker.bin3

 +------------------------------------------------------------------+
 | FILECHECKER v2.17                                                |
 +------------------------------------------------------------------+

 ==> No input file / pattern provided, Exit Code 1!
xsnoahd05:/home/misnh5/bin>ldd filechecker.bin3
        libc.so.1 =>     /usr/lib/libc.so.1
        libm.so.2 =>     /usr/lib/libm.so.2
        /lib/libm/libm_hwcap1.so.2
        /platform/sun4v/lib/libc_psr.so.1





THANKS a lot!!

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:     audr...@audreyt.org, walter.gnadenber...@rbinternational.com,
Date:   11.02.2016 12:27
Subject:        [rt.cpan.org #111896] PAR Question Solaris 10



<URL: https://rt.cpan.org/Ticket/Display.html?id=111896 >

On 2016-02-11 04:50:30, walter.gnadenber...@rbinternational.com wrote:
> The libs libperl.so and libdb-4.8.so are shared again.

Yikes, that's another bug which has been there for almost 3 years
and nobody noticed.
Remove the file myldr/boot, once more edit myldr/Makefile and change

./boot: boot.o
        $(LD) boot.o ...some stuff...  -o ./boot

so that the second line just reads

        $(LD) boot.o -o ./boot

(as boot - and hence any packed executable - has absolutely no business
being
linked with anything but the standard C library). Then "make" and
test as before. If this got rid of the shared libraries, try to run the
packed executable on a machine that doesn't have perl installed
(that's what the first workaround actually was intended to solve).

Sorry for inconvenience, Roderich

Reply via email to