Send modauthtkt-users mailing list submissions to modauthtkt-users@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/modauthtkt-users or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of modauthtkt-users digest..." Today's Topics: 1. Re: Building 2.0.0rc1 on Debian Etch (Gavin Carr) ---------------------------------------------------------------------- Message: 1 Date: Tue, 29 Aug 2006 20:46:24 +1000 From: Gavin Carr <[EMAIL PROTECTED]> Subject: Re: [modauthtkt-users] Building 2.0.0rc1 on Debian Etch To: modauthtkt-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii Hi Danny, On Tue, Aug 29, 2006 at 06:44:16PM +1200, Danny Adair wrote: > On my Debian Etch system with Apache 2.0.55, > - "./configure" doesn't complain > - "make" has a couple of minor (?) warnings > - "make test" fails the majority of tests! > (see full output below) > > What are the dependencies? > I installed the following packages: > - apache2 > - apache2-threaded-dev > Then, after a complaint about a missing Apache:TestRun (not mentioned in > docs!!!), I installed > - libapache2-mod-perl2 > Then, after a complaint about a missing DateTime.pm (dito), I installed > - libdatetime-perl > > (btw, perl is version 5.008008) > > Now I'm still getting the failed tests as shown below. > Installing (the wild guesses) > - libapache2-mod-perl2-dev > - libapache2-request-perl > didn't do Jack. The tests are really developer tests rather than user tests, which is why they're not really documented. I also don't really have a clue what packages you need for them on debian. I can tell you the perl modules used are: Apache::AuthTkt # included in mod_auth_tkt Apache::Test Apache::TestConfig Apache::TestRequest Apache::TestUtil DateTime File::Basename HTTP::Cookies Sounds like you should have most of the others, but you'll also need LWP (libwww-perl) for HTTP::Cookies, whatever package that comes in. You should run the tests (and configure and make) as a normal user, not root. If you want to run the tests individually with more detail you can do so by changing to the t directory and doing e.g. ./TEST 01_basic.t -verbose Cheers, Gavin ------------------------------ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ------------------------------ _______________________________________________ modauthtkt-users mailing list modauthtkt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/modauthtkt-users End of modauthtkt-users Digest, Vol 3, Issue 3 **********************************************