Re: Apache::Util::parsedate make test error

2002-11-11 Thread Andreas Hasenack
Em Tue, Nov 12, 2002 at 12:13:32AM +0800, Stas Bekman escreveu: > ># Failed test 13 in > >>/home/andreas/svn/mod_perl/BUILD/mod_perl-1.99_05/t/response/TestCompat/apache_util.pm > at line 74 > ># expected: 1 > ># received: 1 > ># expected: 0 > ># received: 0 > > Do you still have this problem wi

Re: mod_perl, Apache2

2002-10-08 Thread Andreas Hasenack
Em Sun, Oct 06, 2002 at 07:24:17PM +0200, Benny Jensen escreveu: >../../../blib/arch/Apache2/auto/APR/APR.so -L/usr/local/apache/lib >-lapr -laprutil >/usr/bin/ld: cannot find -lapr >collect2: ld returned 1 exit status You need to install libapr, which is part of apache2.

Re: installation bug with Apache v2.0.42

2002-09-25 Thread Andreas Hasenack
Em Wed, Sep 25, 2002 at 10:40:53AM -0700, Eugene Eric Kim escreveu: > format of the macros in include/ap_release.h between 2.0.40 and 2.0.42. > AP_SERVER_BASEREVISION is now: > > #define AP_SERVER_BASEREVISION AP_SERVER_MINORREVISION "." AP_SERVER_PATCHLEVEL > > instead of simply: > > #defi

Apache::Util::parsedate make test error

2002-09-23 Thread Andreas Hasenack
apache-2.0.41-dev (prefork) mod_perl-1.99_05 perl-5.6.1 I'm getting the following error in Apache::Util::parsedate from the compat/apache_util.t test suite: (...) # testing : Apache::Util::ht_time # expected: 'Seg, 23 Set 2002 20:37:30 GMT' # received: 'Seg, 23 Set 2002 20:37:30 GMT' ok 12 # tes