Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I believe the package is libxul-dev. The following patch, applied to Mozilla::DOM's Makefile.PL resolves the dependency and allows a compile and test to work successfully (at least for me on Debian SID).
--- Makefile.PL 2007-06-06 22:40:06.000000000 +0200 +++ /home/reenen/tmp/Makefile.PL 2008-05-07 14:41:16.204005 +648 +0200 @@ -14,6 +14,7 @@ # someone mentioned adding iceweasel (debian), but I don't # know how it's called +my $icepkg = 'xulrunner-xpcom'; my $mozpkg = 'mozilla-xpcom'; my $ffpkg = 'firefox-xpcom'; my $mffpkg = 'mozilla-firefox-xpcom'; @@ -21,6 +22,7 @@ our %build_reqs = ( 'perl-ExtUtils-Depends' => '0.205', 'perl-ExtUtils-PkgConfig' => '1.07', + $icepkg => '1.7', $mozpkg => '1.7', $ffpkg => '1.0', $mffpkg => '1.0', @@ -40,7 +42,8 @@ exit 1; # not reached } -my %pkgcfg = ExtUtils::PkgConfig->find("$mozpkg >= " . $build_req +s{$mozpkg}, +my %pkgcfg = ExtUtils::PkgConfig->find( "$icepkg >= " . $build_re +qs{$icepkg}, + "$mozpkg >= " . $build_req +s{$mozpkg}, "$ffpkg >= " . $build_reqs +{$ffpkg}, "$mffpkg >= " . $build_req +s{$mffpkg});

In reply to Re^6: [OT] Problem installing Mozilla::Mechanize by Anonymous Monk
in thread [OT] Problem installing Mozilla::Mechanize by Gangabass

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



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 17:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found