From: Boris Z. <bz...@2b...> - 2004-04-23 13:32:42
|
Hi, If you run already PageKit-2.14_03 there is no need to update. http://eg.2bz.de/Apache-PageKit-2.14_05.tar.gz is available now. The changes from Apache-PageKit-2.14_03 are: - Correct problems regards to make test, if your mod_perl is build with the MP_INST_APACHE2=1 option of mod_perl. For correct cookies, use libapreq2 from CVS. The current version on CPAN ( libapreq2-2.02_02-dev ) calculates the expire time wrong. Since the CVS version has build trouble currently, here is a working version. http://eg.2bz.de/httpd-apreq-2-19042004.tar.gz To install that use: wget http://eg.2bz.de/httpd-apreq-2-19042004.tar.gz tar zxplvf httpd-apreq-2-19042004.tar.gz cd httpd-apreq-2 ./buildconf perl Makefile.PL --with-apache2-apxs=/path/to/apache2/bin/apxs make make test make install -- Boris |