It almost worked, but XML::Compile::SOAP is causing problems:


Installing SOAP::Simple (0.00_03)
Running /usr/bin/perl /usr/bin/cpanp-run-perl /home/user/.cpanplus/5.10.1/build/SOAP-Simple-0.00_03/Makefile.PL INSTALLDIRS=site...
Cannot determine perl version info from lib/SOAP/Simple.pm
Warning: prerequisite XML::Compile::SOAP 2.03 not found.
Writing Makefile for SOAP::Simple

Module 'SOAP::Simple' requires 'XML::Compile::SOAP' to be installed

If you don't wish to see this question anymore
you can disable it by entering the following commands on the prompt:
's conf prereqs 1; s save'


1> Yes
2> No
3> Yes to all (for this module)
4> No to all (for this module)

Should I install this module? 1: 3
Running /usr/bin/perl /usr/bin/cpanp-run-perl /home/user/.cpanplus/5.10.1/build/XML-Compile-SOAP-2.23/Makefile.PL INSTALLDIRS=site...
Warning: prerequisite XML::Compile 1.2 not found.
Warning: prerequisite XML::Compile::Cache 0.98 not found.
Writing Makefile for XML::Compile::SOAP

Module 'XML::Compile::SOAP' requires 'XML::Compile' to be installed

Running /usr/bin/perl /usr/bin/cpanp-run-perl /home/user/.cpanplus/5.10.1/build/XML-Compile-1.21/Makefile.PL INSTALLDIRS=site...
Warning: prerequisite XML::LibXML 1.7 not found.
Writing Makefile for XML::Compile

Module 'XML::Compile' requires 'XML::LibXML' to be installed

Running /usr/bin/perl /usr/bin/cpanp-run-perl /home/user/.cpanplus/5.10.1/build/XML-LibXML-1.70/Makefile.PL INSTALLDIRS=site...
enable native perl UTF8
running xml2-config...
using fallback values for LIBS and INC
options:
LIBS='-L/usr/local/lib -L/usr/lib -lxml2 -lm'
INC='-I/usr/local/include -I/usr/include'
If this is wrong, Re-run as:
$ /usr/bin/perl Makefile.PL LIBS='-L/path/to/lib' INC='-I/path/to/include'

looking for -lxml2... no
looking for -llibxml2... libxml2 not found
Try setting LIBS and INC values on the command line
Or get libxml2 from
http://xmlsoft.org/
If you install via RPMs, make sure you also install the -devel
RPMs, as this is where the headers (.h files) are.

Also, you may try to run perl Makefile.PL with the DEBUG=1 parameter
to see the exact reason why the detection of libxml2 installation
failed or why Makefile.PL was not able to compile a test program.
no
ERROR File '/home/user/.cpanplus/5.10.1/build/XML-LibXML-1.70/Makefile' is not readable or does not exist

Key 'file' (/home/user/.cpanplus/5.10.1/build/XML-LibXML-1.70/Makefile) is of invalid type for 'CPANPLUS::Dist::MM::_find_prereqs' provided by CPANPLUS::Dist::MM::prepare at /usr/share/perl/5.10/CPANPLUS/Module.pm line 815
ERROR Unable to scan '/home/user/.cpanplus/5.10.1/build/XML-LibXML-1.70/Makefile' for prereqs

ERROR Unable to create a new distribution object for 'XML::LibXML' -- cannot continue

ERROR Failed to install 'XML::LibXML' as prerequisite for 'XML::Compile'

ERROR Unable to satisfy prerequisites for 'XML::Compile' -- aborting install

ERROR Unable to create a new distribution object for 'XML::Compile' -- cannot continue

ERROR Failed to install 'XML::Compile' as prerequisite for 'XML::Compile::SOAP'

ERROR Unable to satisfy prerequisites for 'XML::Compile::SOAP' -- aborting install

ERROR Unable to create a new distribution object for 'XML::Compile::SOAP' -- cannot continue

ERROR Failed to install 'XML::Compile::SOAP' as prerequisite for 'SOAP::Simple'

ERROR Unable to satisfy prerequisites for 'SOAP::Simple' -- aborting install

ERROR Unable to create a new distribution object for 'SOAP::Simple' -- cannot continue

*** Install log written to:
/home/user/.cpanplus/install-logs/SOAP-Simple-0.00_03-1304513112.log

Error installing 'SOAP::Simple'
Problem installing one or more modules

In reply to Re^4: checkVat - SOAP::Lite by DreamT
in thread checkVat - SOAP::Lite by DreamT

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.