Opened 18 years ago
Closed 18 years ago
#1055 closed defect (fixed)
ipp-2.4-cr0: Apache2::SOAP installation not recognized
| Reported by: | Michael Wood-Vasey | Owned by: | jhoblitt |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | misc | Version: | 2.4 |
| Severity: | minor | Keywords: | |
| Cc: | jester@… |
Description
I installed Apache::SOAP2 via the pscheckperl -build option but it's not recognized:
[wwoodvas@serenity psconfig] pscheckperl -build
examining perl modules based on tagsets/ipp-2.4.perl
psconfig version: ipp-2.4
prefix: /Volumes/data/PS1/code/ipp-2.4.darwin
perldir: /Volumes/data/PS1/code/ipp-2.4.darwin/lib
PERL5LIB: /Volumes/data/PS1/code/ipp-2.4.darwin/lib:/sw/lib/perl5:/sw/lib/perl5/darwin:/usr/local/deephome/snperl:/Users/wwoodvas/Documents/Harvard/Modules/Wanalysis/code/Kcorr/perl:
Getopt::Long: 2.35
Module::Build: 0.2806
ExtUtils::MakeMaker: 6.30
[...]
Apache::DBI: 1.06
Apache2::SOAP: missing
extract Apache2::SOAP from Apache2-SOAP-0.72.tar.gz
tar xvzf Apache2-SOAP-0.72.tar.gz
Apache2-SOAP-0.72/
Apache2-SOAP-0.72/lib/
Apache2-SOAP-0.72/lib/SOAP/
Apache2-SOAP-0.72/lib/SOAP/Transport/
Apache2-SOAP-0.72/lib/SOAP/Transport/HTTP2.pm
Apache2-SOAP-0.72/lib/Apache2/
Apache2-SOAP-0.72/lib/Apache2/SOAP.pm
Apache2-SOAP-0.72/META.yml
Apache2-SOAP-0.72/t/
Apache2-SOAP-0.72/t/soap/
Apache2-SOAP-0.72/t/soap/convert.t
Apache2-SOAP-0.72/t/TEST.PL
Apache2-SOAP-0.72/t/conf/
Apache2-SOAP-0.72/t/conf/extra.last.conf.in
Apache2-SOAP-0.72/t/lib/
Apache2-SOAP-0.72/t/lib/TestSOAP/
Apache2-SOAP-0.72/t/lib/TestSOAP/convert.pm
Apache2-SOAP-0.72/t/lib/TestSOAP.pm
Apache2-SOAP-0.72/Changes
Apache2-SOAP-0.72/MANIFEST
Apache2-SOAP-0.72/README
Apache2-SOAP-0.72/Makefile.PL
tardir: Apache2-SOAP-0.72
perl Makefile.PL PREFIX=/Volumes/data/PS1/code/ipp-2.4.darwin LIB=/Volumes/data/PS1/code/ipp-2.4.darwin/lib
[ info] generating script t/TEST
Writing Makefile for Apache2::SOAP
make < /dev/null
Manifying blib/man3/Apache2::SOAP.3pm
make install
Manifying blib/man3/Apache2::SOAP.3pm
Writing /Volumes/data/PS1/code/ipp-2.4.darwin/lib/darwin-thread-multi-2level/auto/Apache2/SOAP/.packlist
Appending installation info to /Volumes/data/PS1/code/ipp-2.4.darwin/lib/darwin-thread-multi-2level/perllocal.pod
Test::URI: 1.08
Config::YAML: 1.42
DBD::mysql: 4.006
File::ExtAttr: 1.07
DBI: 1.52
Net::Server::Daemonize: 0.05
[wwoodvas@serenity psconfig] pscheckperl
examining perl modules based on tagsets/ipp-2.4.perl
psconfig version: ipp-2.4
prefix: /Volumes/data/PS1/code/ipp-2.4.darwin
perldir: /Volumes/data/PS1/code/ipp-2.4.darwin/lib
PERL5LIB: /Volumes/data/PS1/code/ipp-2.4.darwin/lib:/sw/lib/perl5:/sw/lib/perl5/darwin:/usr/local/deephome/snperl:/Users/wwoodvas/Documents/Harvard/Modules/Wanalysis/code/Kcorr/perl:
Getopt::Long: 2.35
Module::Build: 0.2806
[...]
Apache::DBI: 1.06
Apache2::SOAP: missing
Test::URI: 1.08
Config::YAML: 1.42
DBD::mysql: 4.006
File::ExtAttr: 1.07
DBI: 1.52
Net::Server::Daemonize: 0.05
The following 1 perl modules are missing from your system
Apache2::SOAP
you may install them in your local path by re-running pscheckperl with -build
Change History (3)
comment:1 by , 18 years ago
| Cc: | added |
|---|---|
| Summary: | Apache2::SOAP installation not recognized → ipp-2.4-cr0: Apache2::SOAP installation not recognized |
comment:2 by , 18 years ago
| Version: | unspecified → 2.4 |
|---|
comment:3 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
The server and client code of Nebulous has been split into separate packages so this module is no longer required by the default install.

Also see bug 1043 for another SOAP-related bug.