Thank you Frank I configured with this:
> perl Makefile.PL PREFIX=/users/webuser/static_mod_perl MP_USE_STATIC=1 > MP_AP_PREFIX=/users/webuser/src/httpd-2.0.55 > MP_AP_CONFIGURE="--with-mpm=prefork" Compiled OK BUT >make install still gave me: mkdir /usr/local/apache2: Permission denied at /users/webuser/perl.5.8.8/lib/5.8.8/ExtUtils/Command.pm line 255 ?? Trying to install apache2 in a root owned place, and I don't have root priviledges. Thank you, John Kent -----Original Message----- From: Frank Wiles [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 28, 2006 1:06 PM To: Kent, Mr. John (Contractor) Cc: modperl@perl.apache.org; Kent, Mr. John (Contractor) Subject: Re: Building static mod-perl in non-standard directories On Tue, 28 Mar 2006 12:25:36 -0800 "Kent, Mr. John \(Contractor\)" <[EMAIL PROTECTED]> wrote: > So my question is how do I specify in the configuration phase that > apache2 gets installed in a directory > of my choosing? You're looking for perl Makefile.PL PREFIX=/use/my/directory plus your other options. --------------------------------- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org ---------------------------------