I figured use perl for the perl stuff. I'm used to using CPAN, less so with apt-get and general linux configuration
I use oracle so I just get DBI and DBD-Oracle via CPAN, I'm not really sure how the apt packages equate to the cpan packages (though some are obvious). Bundles are just that a bunch of CPAN packages that relate/dependant upon one other. Jay ----- Original Message ----- From: "Mike Simons" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 04, 2003 12:51 PM Subject: Re: [vox-tech] Building Apache Mod_Perl Mod_SSL > On Fri, Apr 04, 2003 at 09:58:47AM -0600, Jay Strauss wrote: > > Apache Apache-Perl Mod_SSL Mod_Perl DSO Debian Woody > > > > Here's how I built an apache server with Mod_Perl and Mod_SSL (from what I > > remember), using packaged products (verses doing it from source). > > Jay the document looks good... except for this part: > > > # Next I used CPAN (for the first time) to get some perl packages need for > > CPAN and Apache and HTML stuff > > perl -MCPAN -e shell > > install Bundle::CPAN > > reload cpan > > install Bundle::libnet > > HTTP::Date > > Time::HiRes > > Bundle::DBI > > Bundle::Apache > > You don't explain why you installed those things from CPAN instead of > just apt-get'ing them... > > - Why install from CPAN? > > Two cpan calls are straight forward: > HTTP::Date libwww-perl > Time::HiRes libtime-hires-perl > > I'm not sure exactly what makes up the bundle statements, but I'm > certain that the contents are available as debian packages... > > Bundle::libnet libnet-perl? > Bundle::DBI libdbd-mysql-perl? > Bundle::Apache some things from `apt-cache search libapache perl` > > Later, > Mike Simons > _______________________________________________ > vox-tech mailing list > [EMAIL PROTECTED] > http://lists.lugod.org/mailman/listinfo/vox-tech > > _______________________________________________ vox-tech mailing list [EMAIL PROTECTED] http://lists.lugod.org/mailman/listinfo/vox-tech
