Another thing about installation guide:
http://perl.apache.org/docs/1.0/guide/install.html#mod_perl_and_mod_php
1) Configure Apache.

  % cd apache_1.3.xx
  % ./configure --prefix=/usr/local/etc/httpd
Why should I do this, I allways skip this step and everything fine. I
don't understand why I should configure Apache before modules if I use
APACI interface which primary advantage is ability to do it later.

http://perl.apache.org/docs/1.0/guide/install.html#toc_The_Flexible_Way
  $ cd mod_perl-1.xx
  $ perl Makefile.PL \
      APACHE_SRC=../apache_1.3.xx/src \
      NO_HTTPD=1 \
      USE_APACI=1 \
      PREP_HTTPD=1 \
      EVERYTHING=1 \
      [...]
  $ make
  $ make install
  $ cd ..

  This isn't flexible way. If I run 'make install' before apache build
  and mod_perl test it could overwrite current files. Am I
  wrong here? What to do if apache build will fail and I have to wait
  for fix?
              Best regards. Ruslan.


GH> Hi there,

GH> On Thu, 18 Mar 2004, Michael wrote:

>> I have problems compiling apache under mac os x. I had no problems
>> without php but with php it doesn't work. Furthermore i need
>> mod_rewrite. I consulted docs at perl.apache.org and the install-guide
>> in practical mod_perl. What i did starting in /usr/local/src:

GH> Don't build things in /usr/local/src.  Build in your home directory,
GH> as an unprivileged user, only do 'make install' as root.  Otherwise
GH> you will probably run into a few permissions problems.  That might be
GH> the cause of your problem here but I'd like to hear what happens when
GH> you build in your home directory before claiming victory on this one.

GH> Stas, I notice that in

GH> 
http://perl.apache.org/docs/1.0/guide/install.html#A_Summary_of_a_Basic_mod_perl_Installation

GH> we start with

GH> % cd /usr/src
GH> % lwp-download ...

GH> which clearly won't work in the vast majority of installations because
GH> a non-root user won't have write permission there.  I can't believe we
GH> haven't noticed that before, it should be changed.  Shall I do it?

GH> 73,
GH> Ged.




-- 
С уважением,
 Ruslan                          mailto:[EMAIL PROTECTED]


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to