in reply to Re^3: WS-Security and Perl
in thread WS-Security and Perl

Thanks I did get it unzipped and it requires that I install a bunch of other pieces before using it. I tried to install all of the items and several of them will not build. I am pretty comfortable when using CPAN, but when I try to use make and it gets a whole bunch of errors I am not sure where to go from there. I can not make DateTime or Crypt-OpenSSL-X509-0.6. They both get a bunch of errors. Any suggestions?

Replies are listed 'Best First'.
Re^5: WS-Security and Perl
by Khen1950fx (Canon) on Mar 07, 2008 at 06:11 UTC
    I couldn't get any errors, and both modules installed without a hitch on 5.8.8, 5.9.5, and 5.10.0. I think that you have a dependency problem, so run cpan:

    cpan -fi DateTime Crypt::OpenSSL::X509

Re^5: WS-Security and Perl
by Anonymous Monk on Mar 07, 2008 at 04:59 UTC
    read the READMEs
      Thanks, I have read the Readme top to bottom and it did not help. I brought some of my modules up to data (LWP for one) and that fixed DateTime. I can not fix the Crypt module no matter what I install. I tried the last command you gave me for the Crypt module and it makes it past the creation of Makefile.PL, but errors out during the make. I have reinstalled every module in the Readme, plus everything I could think of an I can not get it to build. I am using 5.8.4 (not sure if that matters).