Bug 7070 - Loading Apache2::SizeLimit fails due to a broken dependency
Summary: Loading Apache2::SizeLimit fails due to a broken dependency
Status: RESOLVED INVALID
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: i586 Linux
Priority: Normal major
Target Milestone: Mageia 3
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-15 19:37 CEST by Frédéric "LpSolit" Buclin
Modified: 2013-08-02 00:34 CEST (History)
4 users (show)

See Also:
Source RPM: apache-mod_perl-2.0.7-7.mga3
CVE:
Status comment:


Attachments

Description Frédéric "LpSolit" Buclin 2012-08-15 19:37:21 CEST
# perl -MApache2::SizeLimit -wE 'say $Apache2::SizeLimit::VERSION'

Can't load '/usr/lib/perl5/vendor_perl/5.16.0/i386-linux-thread-multi/auto/APR/APR.so' for module APR: /usr/lib/perl5/vendor_perl/5.16.0/i386-linux-thread-multi/auto/APR/APR.so: undefined symbol: apr_bucket_shared_split at /usr/lib/perl5/5.16.0/i386-linux-thread-multi/DynaLoader.pm line 190.
 at /usr/lib/perl5/vendor_perl/5.16.0/i386-linux-thread-multi/APR/Pool.pm line 23.
Compilation failed in require at /usr/lib/perl5/vendor_perl/5.16.0/i386-linux-thread-multi/APR/Pool.pm line 23.
BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.16.0/i386-linux-thread-multi/APR/Pool.pm line 23.
Compilation failed in require at /usr/lib/perl5/vendor_perl/5.16.0/i386-linux-thread-multi/Apache2/SizeLimit.pm line 23.
BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.16.0/i386-linux-thread-multi/Apache2/SizeLimit.pm line 23.
Compilation failed in require.
BEGIN failed--compilation aborted.

Bugzilla depends on this module to be able to work with mod_perl.
Manuel Hiebel 2012-08-18 17:19:04 CEST

CC: (none) => dmorganec, luigiwalser, mageia

David Walser 2012-08-18 18:51:09 CEST

CC: (none) => guillomovitch

Comment 1 Frédéric "LpSolit" Buclin 2013-08-02 00:34:01 CEST
ok, forget it.

  perl -wE 'eval "require Apache2::SizeLimit"; say Apache2::SizeLimit->VERSION'

works fine.

Status: NEW => RESOLVED
Resolution: (none) => INVALID


Note You need to log in before you can comment on or make changes to this bug.