Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: SOAP::Lite on Linux

by DrHyde (Prior)
on Nov 14, 2007 at 11:15 UTC ( [id://650719]=note: print w/replies, xml ) Need Help??


in reply to SOAP::Lite on Linux

Configure CPAN.pm to automatically follow pre-reqs then:
$ perl -MCPAN -e shell ... > o conf prerequisites_policy follow > o conf commit > exit
Why on earth anyone would want to use Activestate anywhere other than Windows is beyond me - it's only useful on platforms that lack development tools, everywhere else stuff generally Just Works. Even on Windows there are now better alternatives, such as Strawberry Perl.

Replies are listed 'Best First'.
Re^2: SOAP::Lite on Linux
by syphilis (Archbishop) on Nov 14, 2007 at 12:09 UTC
    Why on earth anyone would want to use Activestate anywhere other than Windows is beyond me

    (Like you, I felt that the OP is using ActivePerl on Linux ... I'm not entirely positive that's the case.) I guess that you might like to use ActivePerl on Linux if the Perl that you have access to is a non-devel (ie crippled) build, or if you didn't want to go to the trouble of building perl yourself, or if you didn't have access to (or feel competent with) a C compiler. There may be other reasons.

    Even on Windows there are now better alternatives, such as Strawberry Perl

    That's a *very* subjective appraisal of Strawberry Perl. For one thing, Strawberry Perl doesn't come with a PPM utility - therefore if you want to install anything that needs a third party library (eg Math::GMP, XML::Parser) then you first need to install that third party library. With ActivePerl, you can often find a PPM package that doesn't need that third party library.

    The MinGW installation that ships with Strawberry Perl does not include the fortran compiler (g77). Therefore any modules that rely on g77 (eg PGPLOT, PDL) will not build on Strawberry Perl, though they will build seamlessly on ActivePerl (if you're using a fully functional MinGW installation).

    Hopefully, some of these issues will be addressed with the next release of Strawberry Perl - which is, I agree, "on the right track".

    Cheers,
    Rob
      With ActivePerl, you can often find a PPM package that doesn't need that third party library.

      Or rather you can't find a ppm package of a cpan module.
      If one builds Perl with MinGW, can install any cpan module (working on windows).

      Radek

Log In?
Username:
Password:

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

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

    No recent polls found