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.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.