Ticket #75 (closed bug: invalid)

Opened 1 year ago

Last modified 1 year ago

SOAP::Lite Installation Failed

Reported by: devinbhullar@gmail.com Assigned to: knwang
Priority: lowest Milestone: 0.9
Component: HoneyClient::Util::SOAP Version: none
Severity: none Keywords: soap, lite, soap::lite, make, 71, 72, 73, 74
Cc:

Description (Last modified by kindlund)

hi this is my Makefile.PL from the Honey-Client-0.98 file it is looking for SOAP LITE 0.67 but the one i have from CPAN is 0.69

— Devinder

# Load the Module::Install bundled in ./inc/
use inc::Module::Install;

# Define metadata
name            'HoneyClient-Util';
license         'gpl';
perl_version    '5.006';
author          'MITRE Honeyclient Project <honeyclient@mitre.org>';
version         '0.98';
clean_files     't/';

requires        'Carp' => '0';
requires        'Data::Dumper' => '0';
requires        'Log::Dispatch::Syslog' => '0';
requires        'Log::Log4perl' => '0';
requires        'SOAP::Lite' => '0.67';
requires        'SOAP::Transport::HTTP' => '0';
requires        'Sys::Syslog' => '0';
requires        'XML::Tidy' => '0';
requires        'XML::XPath' => '0';

no_index        'directory' => 'etc';
no_index        'directory' => 'inc';
no_index        'directory' => 'thirdparty';

auto_install;
WriteAll;

Attachments

Change History

08/27/07 19:25:33 changed by kindlund

  • status changed from new to closed.
  • description changed.
  • reporter changed from Devinder <devinbhullar@gmail.com> to devinbhullar@gmail.com.
  • component changed from Unknown to HoneyClient::Util::SOAP.
  • summary changed from perl Makefile.PL HoneyClient-Util-0.98 to SOAP::Lite Installation Failed.
  • priority changed from high to lowest.
  • milestone set to 0.9.
  • keywords set to soap, lite, soap::lite, make, 71, 72, 73, 74.
  • resolution set to invalid.

Hi Devinder,

You have submitted multiple tickets, regarding the issues you've had with HoneyClient::Util and SOAP::Lite.

These tickets are: #71, #72, #73, #74, #75

In the future, please ONLY submit one ticket per issue. If you have additional follow-up information and/or questions, feel free to add additional comments to an existing ticket.

In this specific ticket, it looks like you tried to install SOAP::Lite automatically via the Makefile scripts. If this does not work for you, then try installing SOAP::Lite manually via CPAN. This can be accomplished by typing the following as root:

# cpan

> install SOAP::Lite

If the installer is unable to download and install SOAP::Lite v0.69, then you need to try a different CPAN mirror that has a more updated version of this library.

For example, I use the following CPAN mirror: ftp://mirrors.kernel.org/pub/CPAN

In sum, this is not a bug with our code.

Regards,

— Darien


Add/Change #75 (SOAP::Lite Installation Failed)




Change Properties
Action