Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Installing XML::Parser (with expat)

by dorko (Prior)
on Feb 13, 2007 at 17:49 UTC ( [id://599727]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    PATH=/usr/ccs/bin:$PATH     # to add the correct "ar"
    PATH=/local/gnu/bin:$PATH   # add gcc to the path so configure can fin
    +d it.
    ...
    /local/gnu/bin/make         # run the right make -- the wrong make doe
    +sn't understand '-phony'
    /local/gnu/bin/make test
    /local/gnu/bin/make install
    
  2. or download this
    $expat_libpath = '/home/reliant/shaw/.local/lib';
    $expat_incpath = '/home/reliant/shaw/.local/include';
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    use lib ('/home/reliant/shaw/perlmodules/sun4-solaris');
    require XML::Simple;
    require XML::Parser;
    
  4. or download this
    Content-type: text/html
    Software error:
    ...
    Compilation failed in require at /webct/webct-3.6.0.18/webct/webct/gen
    +eric/admin/brenttest.pl line 12.
    
    For help, please send mail to the webmaster, giving this error message
    + and the time and date of the error.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://599727]
Approved by Joost
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-19 03:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found