the guide at
        http://perl.apache.org/guide/

recommends using
        PerlSetEnv PERLDB_OPTS "NonStop=1 LineInfo=/tmp/db.out AutoTrace=1 
frame=2"
        PerlModule Apache::DB
        <Location /perl>
                PerlFixupHandler Apache::DB
                SetHandler perl-script
                PerlHandler Apache::Registry
                Options ExecCGI
                PerlSendHeader On
        </Location>

so, as i've upgraded to frozen (potato), i downloaded
        http://http.us.debian.org/debian/dists/frozen/Contents-i386.gz
[thanks eric!]

and did a
        zgrep Apache/DB Contents-i386.gz
(presuming that Apache::DB will actually be '...Apache/DB.pm'
somewhere)

and all it shows is
        ./usr/lib/perl5/Apache/DBI.pm      interpreters/libapache-dbi-perl
        usr/lib/perl5/Apache/DBILogger.pm  interpreters/libapache-dbilogger-perl

i can't find Apache::DB in the debian package list.
where is it? pointers are welcome!

Reply via email to