in reply to Re: how to detect gtk installed or not
in thread how to detect gtk installed or not

thanks.. unfortunately, my require is against wxPerl, and not any of the underlying system support that wx Requires.

if I try to start this app, I get a missing DLL/SO error message, which I am trying to suppress as it doesn't help my users at all.

using Load for wxPerl is really difficult to get working.
  • Comment on Re^2: how to detect gtk installed of not

Replies are listed 'Best First'.
Re^3: how to detect gtk installed of not
by Corion (Patriarch) on Jan 14, 2013 at 08:10 UTC

    This means that however you tried to install wxPerl, it was a broken attempt. If the wxPerl module were installed properly, or missing completely, require should either work or fail, but not pop up a "SO missing" message.

    But maybe you can be a bit more explicit about how things fail for you, by posting a short, self-contained snippet together with the error messages. That would likely help us to help you better.