Re: AppArmor - makes mod_perl/mod_php safer on linux

2006-04-10 Thread Stas Bekman
Clinton Gormley wrote: On Sun, 2006-04-09 at 13:45 -0400, Jonathan Vanasco wrote: On Apr 9, 2006, at 5:02 AM, Kevin A. McGrail wrote: I'm under the impression that this is the same as SELinux (http://www.nsa.gov/selinux/info/faq.cfm) SELinux is at the kernel level + a few libraries, and fr

Find apr-config?

2006-04-10 Thread Tyler MacDonald
Does the path to the apr-config that was used to build mod_perl2 get saved anywhere? There's an "apr_config_path" method in Apache2::Build, but this is what I get when I run it: [EMAIL PROTECTED]:/opt/apache2/perl5lib$ perl -I. -MApache2::Build -e 'print Apache2::Build->new->apr_config_path' Use o

Re: Crypt::CBC

2006-04-10 Thread Martin Moss
Genius:-) I think for the time being this is the best way to go... At least I'm up and running.. But I presume this is going to bite me in the bum at a later date... --- Ian Joyce <[EMAIL PROTECTED]> wrote: > You can always use version 2.12. > > http://search.cpan.org/~lds/Crypt-CBC-2.12/ > >

Re: Crypt::CBC

2006-04-10 Thread Holger Kipp
On Mon, Apr 10, 2006 at 03:33:44PM +0100, Martin Moss wrote: > All, > > I had some code which ran the old version of > Crypt::CBC (2.12). > my $cipher = new > Crypt::CBC($ENCRYPTION_KEY,'Blowfish'); > However I've found a problem in that the new machine > is built with Crypt::CBC version 2.17..

Re: Crypt::CBC

2006-04-10 Thread Ian Joyce
You can always use version 2.12. http://search.cpan.org/~lds/Crypt-CBC-2.12/ --Ian On 4/10/06, Martin Moss <[EMAIL PROTECTED]> wrote: > All, > > I had some code which ran the old version of > Crypt::CBC (2.12). > > Using these headers to create the object:- > > my $cipher = new > Crypt::CBC($EN

Crypt::CBC

2006-04-10 Thread Martin Moss
All, I had some code which ran the old version of Crypt::CBC (2.12). Using these headers to create the object:- my $cipher = new Crypt::CBC($ENCRYPTION_KEY,'Blowfish'); I've now built a new machine. Copied the database values (encrpypted using the above) onto the new machine DB using mysqldump

Re: AppArmor - makes mod_perl/mod_php safer on linux

2006-04-10 Thread Clinton Gormley
On Sun, 2006-04-09 at 13:45 -0400, Jonathan Vanasco wrote: > On Apr 9, 2006, at 5:02 AM, Kevin A. McGrail wrote: > > > I'm under the impression that this is the same as SELinux > > (http://www.nsa.gov/selinux/info/faq.cfm) > > SELinux is at the kernel level + a few libraries, and from what i >