Bug#573062: Apache2::Request fails to load (/usr/lib/perl5/auto/APR/Request/Request.so:, undefined symbol: apreq_hook_disable_uploads)

2010-05-17 Thread Steinar H. Gunderson
severity 573062 important thanks On Sat, May 01, 2010 at 09:42:56AM +0300, Damyan Ivanov wrote: I still get the same error message with I run perl -MApache2::Request -e1 And ldd /usr/lib/perl5/auto/APR/Request/Request.so doesn't show a link with libapreq2. I see the same problem. I

Processed: Re: Bug#573062: Apache2::Request fails to load (/usr/lib/perl5/auto/APR/Request/Request.so:, undefined symbol: apreq_hook_disable_uploads)

2010-05-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: severity 573062 important Bug #573062 [libapache2-request-perl] Apache2::Request fails to load (/usr/lib/perl5/auto/APR/Request/Request.so: undefined symbol: apreq_hook_disable_uploads) Severity set to 'important' from 'grave' thanks Stopping

Bug#573062: Apache2::Request fails to load (/usr/lib/perl5/auto/APR/Request/Request.so:, undefined symbol: apreq_hook_disable_uploads)

2010-05-04 Thread Sebastian Podjasek
On 2010-05-01 10:30, Damyan Ivanov wrote: Strange. Can you share the complete build log? Strange indeed. It seems that including modules works now, but trying to do anyting with them ends up in undefined symbols: perl -MApache2::Request -e 'my $apr = Apache2::Request-new();' perl: symbol

Bug#573062: Apache2::Request fails to load (/usr/lib/perl5/auto/APR/Request/Request.so:, undefined symbol: apreq_hook_disable_uploads)

2010-05-04 Thread Damyan Ivanov
-=| Sebastian Podjasek, Tue, May 04, 2010 at 03:13:17PM +0200 |=- On 2010-05-01 10:30, Damyan Ivanov wrote: Strange. Can you share the complete build log? Strange indeed. It seems that including modules works now, but trying to do anyting with them ends up in undefined symbols: perl

Bug#573062: Apache2::Request fails to load (/usr/lib/perl5/auto/APR/Request/Request.so:, undefined symbol: apreq_hook_disable_uploads)

2010-05-04 Thread Sebastian Podjasek
Dnia 2010-05-04, wto o godzinie 15:13 +0200, Sebastian Podjasek pisze: Strange indeed. It seems that including modules works now, but trying to do anyting with them ends up in undefined symbols: /usr/sbin/apache2: symbol lookup error: /usr/lib/perl5/auto/APR/Request/Apache2/Apache2.so:

Bug#573062: Apache2::Request fails to load (/usr/lib/perl5/auto/APR/Request/Request.so:, undefined symbol: apreq_hook_disable_uploads)

2010-05-04 Thread Sebastian Podjasek
Dnia 2010-05-04, wto o godzinie 18:11 +0300, Damyan Ivanov pisze: perl -MApache2::Request -e 'my $apr = Apache2::Request-new();' perl: symbol lookup error: /usr/lib/perl5/auto/APR/Request/Apache2/Apache2.so: undefined symbol: modperl_xs_sv2request_rec This is also trye in Lenny and

Bug#573062: Apache2::Request fails to load (/usr/lib/perl5/auto/APR/Request/Request.so:, undefined symbol: apreq_hook_disable_uploads)

2010-05-01 Thread Damyan Ivanov
-=| Sebastian Podjasek, Fri, Apr 30, 2010 at 03:11:41PM +0200 |=- I've applied modified patch from Lubomir and now it works Below you can find patch against whole debian/ directory to fix this problem. Not here :( I still get the same error message with I run perl -MApache2::Request

Bug#573062: Apache2::Request fails to load (/usr/lib/perl5/auto/APR/Request/Request.so:, undefined symbol: apreq_hook_disable_uploads)

2010-05-01 Thread Sebastian Podjasek
Dnia 2010-05-01, sob o godzinie 09:42 +0300, Damyan Ivanov pisze: -=| Sebastian Podjasek, Fri, Apr 30, 2010 at 03:11:41PM +0200 |=- Not here :( I still get the same error message with I run It worked for me and it's still working... perl -MApache2::Request -e1 $ perl -MAPR::Request -e1 $

Bug#573062: Apache2::Request fails to load (/usr/lib/perl5/auto/APR/Request/Request.so:, undefined symbol: apreq_hook_disable_uploads)

2010-05-01 Thread Damyan Ivanov
-=| Sebastian Podjasek, Sat, May 01, 2010 at 09:31:06AM +0200 |=- Dnia 2010-05-01, sob o godzinie 09:42 +0300, Damyan Ivanov pisze: -=| Sebastian Podjasek, Fri, Apr 30, 2010 at 03:11:41PM +0200 |=- Not here :( I still get the same error message with I run It worked for me and it's still

Bug#573062: Apache2::Request fails to load (/usr/lib/perl5/auto/APR/Request/Request.so:, undefined symbol: apreq_hook_disable_uploads)

2010-05-01 Thread Sebastian Podjasek
Dnia 2010-05-01, sob o godzinie 11:30 +0300, Damyan Ivanov pisze: Strange. Can you share the complete build log? See attached file for a complete build-log... -- Sebastian Podjasek sebastian.podja...@morenet.pl morenet.pl build-log.txt.gz Description: GNU Zip compressed data

Bug#573062: Apache2::Request fails to load (/usr/lib/perl5/auto/APR/Request/Request.so:, undefined symbol: apreq_hook_disable_uploads)

2010-04-30 Thread Sebastian Podjasek
I've applied modified patch from Lubomir and now it works Below you can find patch against whole debian/ directory to fix this problem. -- Sebastian Podjasek @ morenet.pl diff -urp --new-file libapreq2-2.12-broken/debian/changelog libapreq2-2.12/debian/changelog ---

Processed: Re: Bug#573062: Apache2::Request fails to load (/usr/lib/perl5/auto/APR/Request/Request.so: undefined symbol: apreq_hook_disable_uploads)

2010-04-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: severity 573062 grave Bug #573062 [libapache2-request-perl] Apache2::Request fails to load (/usr/lib/perl5/auto/APR/Request/Request.so: undefined symbol: apreq_hook_disable_uploads) Severity set to 'grave' from 'normal' thanks Stopping

Bug#573062: Apache2::Request fails to load (/usr/lib/perl5/auto/APR/Request/Request.so: undefined symbol: apreq_hook_disable_uploads)

2010-04-26 Thread Steinar H. Gunderson
On Mon, Apr 26, 2010 at 05:48:18PM +0300, Damyan Ivanov wrote: I am raising the severity as it is clear that a library is not specified during linking. I'm not entirely sure if the severity is warranted, though -- the main part of the library works quite fine. I tried Lubomir's patch, but it