# New Ticket Created by Leopold Toetsch # Please include the string: [perl #38429] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38429 >
Platform x86/linux Compiling a static Parrot simplifies debugging, e.g. for setting breakpoints. But it doesn't play nicely with dynamic extensions. $ ./parrot -w t/dynpmc/foo_1.pir Couldn't load 'foo.so': libparrot.so.0.4.1: cannot open shared object file It works only with $ LD_LIBRARY_PATH=blib/lib ./parrot ... leo