back again.. I have this perl/wxperl app (packaged with perl2exe for Windows/Linux/AIX/Solaris/HPUX and Z/linux) that I need to be able to distribute to platform X.

I cannot modify platform X to allow the app to run so I need to package all the shared objects/dlls into the runtime..

I am almost there..

the app runs, but puts out a theme warning GTK warning : unable to locate theme engine in module path: "murrine",

so, it seems I have some file missing. I have the libcairo.so, and libcanberra-gtk-module.so

I looked at the build for the engine smooth, but it only creates one so. (libsmooth.so)

(yes, I know that one set of SO's will not work for all platforms, I have that covered already, each built runtime will only package dependent files for its requirements)

In reply to where are all the files I need? by sdetweil

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.