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

Re^2: The sad state of SOAP and Perl

by Anonymous Monk
on Apr 13, 2006 at 03:19 UTC ( [id://542984]=note: print w/replies, xml ) Need Help??


in reply to Re: The sad state of SOAP and Perl
in thread The sad state of SOAP and Perl

Have you had a look at the Writing, Installing, and Using Perl Modules section of the Tutorials of this site?
Although SOAP is not something I have used before, I am quite familiar with Writing, Installing and Using Perl Modules.

I am familiar enough that I know the magick incantation...
make make test make install
...doesn't work every single time. I know it is not always easy to get modules to compile correctly on all platforms, but I'm not exactly trying to get this stuff to run on a PocketPC or an X-Box. We're talking standard hardware + Fedora/Windows.

I know from reading p5p and mailing lists the kinds of hoops folks have to jump through to get Makemaker to do everything, and about Build.pm, CPANPLUS, etc.

<soap-box>
I have developed relatively large-scale projects spread across multiple servers, networks and operating systems and have always had this kind of trouble (not only with Perl).

Case in point: JavaScript::SpiderMonkey. SpiderMonkey would be *awesome* to have in several projects (embeddable scripting runtime, anyone?) but it seems that nobody can get this thing to compile. The CPAN Testers page doesn't help any either.
</soap-box>

On the other hand you have Inline::* - installs quickly, runs right out of the box (even on Windows) and does what its label says it does.

I know that the magick of being able to have 99% of everything work great is really nice, but I'm wondering what can be done to smooth out this last 1% of modules that have been difficult (or in the case of SpiderMonkey, nigh impossible) to install since Day One.

Replies are listed 'Best First'.
Re^3: The sad state of SOAP and Perl
by PodMaster (Abbot) on Apr 13, 2006 at 07:35 UTC
    Case in point: JavaScript::SpiderMonkey. SpiderMonkey would be *awesome* to have in several projects (embeddable scripting runtime, anyone?) but it seems that nobody can get this thing to compile. The CPAN Testers page doesn't help any either.
    Hmm, I see several bug reports, indicating others have been able to compile it. Have you tried reading the JavaScript-SpiderMonkey/INSTALL file? It helped me :)

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.

Re^3: The sad state of SOAP and Perl
by jdrago_999 (Hermit) on Apr 13, 2006 at 03:25 UTC
    That reply was me - I didn't realize I wasn't logged in.

Log In?
Username:
Password:

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

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

    No recent polls found