Bug#509625: libsoap-lite-perl: unresolved symbol Apache2::Const::HTTP_BAD_REQUEST

Erik Anderson erikba at teamworkgroup.com
Tue Dec 23 21:39:49 UTC 2008


Package: libsoap-lite-perl
Version: 0.710.08-1
Severity: normal
Tags: patch

Attempt to smoketest a mod_perl installation using this package resulted 
in a 500 error in a web browser and the following error in apache2.err:

Can't locate auto/Apache2/Const/HTTP_BAD_RE.al in @INC (@INC contains: 
/etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
/usr/local/lib/site_perl . /etc/apache2) at 
/usr/share/perl5/SOAP/Transport/HTTP.pm line 707\n

Issue was resolved locally by modifying HTTP.pm and changing the 
following line:

Apache2::Const->import(-compile => 'OK');

to read:

Apache2::Const->import(-compile => qw(OK HTTP_BAD_REQUEST));

(I don't do many debian reports, if this "patch" is acceptible then 
someone will probably have to diff it into a proper patch or something)


-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libsoap-lite-perl depends on:
ii  libcompress-zlib-perl      2.012-1       Perl module for creation and manip
ii  libcrypt-ssleay-perl       0.57-1+b1     Support for https protocol in LWP
ii  libfcgi-perl               0.67-2.1+b1   FastCGI Perl module
ii  libio-socket-ssl-perl      1.16-1        Perl module implementing object or
ii  libio-stringy-perl         2.110-4       Perl modules for IO from scalars a
ii  libmime-tools-perl         5.427-1       Perl5 modules for MIME-compliant m
ii  libossp-uuid-perl          1.5.1-1.1+b1  perl OSSP::UUID - OSSP uuid Perl B
ii  liburi-perl                1.35.dfsg.1-1 Manipulates and accesses URI strin
ii  libwww-perl                5.813-1       WWW client/server library for Perl
ii  libxml-parser-perl         2.36-1.1+b1   Perl module for parsing XML files
ii  perl                       5.10.0-18     Larry Wall's Practical Extraction 
ii  perl-modules [libversion-p 5.10.0-18     Core Perl modules

libsoap-lite-perl recommends no packages.

Versions of packages libsoap-lite-perl suggests:
ii  libapache2-mod-perl2          2.0.4-4    Integration of perl with the Apach
pn  libmime-lite-perl             <none>     (no description available)
pn  libnet-jabber-perl            <none>     (no description available)

-- no debconf information





More information about the pkg-perl-maintainers mailing list