Re: Installation problem...urgent

2001-08-21 Thread Alvaro Toro Santivanez

Thanks for your help Robert, i try configure apache only,  them mod perl
them apache, At this moment  i`m use the guide but i try the option of the and
this option produce my error.

Please i need your help, i need run mod_perl and apache urgent i`m red hat
7.0 user.

Thanks
Regards 
Alvaro


On Tue, 21 Aug 2001, Robert Landrum wrote:

> At 8:45 AM +1000 8/22/01, Robert wrote:
> > >> >  $ make
> >>> >  $ make install
> >>> >
> >>> >My apache configuration can`t take the option
> >>> >---activate-module=src/modules/perl/libperl.a
> >
> >This is because Alvaro hasn't yet installed mod_perl.
> >
> >configure apache (only)
> >configure and make/install mod_perl
> >make/install apache
> >
> 
> Hmm... Then that would be the problem.  I always go the way of the guide
> 
> http://perl.apache.org/guide/install.html
> 
> http://perl.apache.org/guide
> 
> 
> perl Makefile.PL DO_HTTPD=1 EVERYTHING=1 
> APACI_ARGS='--prefix=/usr/local/apache' is the one I always use
> 
> Rob
> 
> --
> "A good magician never reveals his secret; the unbelievable trick
> becomes simple and obvious once it is explained. So too with UNIX." 
> 




Re: Installation problem...urgent

2001-08-21 Thread Alvaro Toro Santivanez

Thanks for your help,  sorry i type bad in my e-mail  i  only put
--activate and try the ./configure but continue marking the ERROR
The version of apache is 1.3.20  and my mod_perl is 1.26

Thanks for your help
Regards
Alvaro 


On Tue, 21 Aug 2001, Robert Landrum wrote:

> At 6:02 PM -0400 8/21/01, Alvaro Toro Santivanez wrote:
> >Hello i have one problem when i install in the part:
> >
> > > > > > > >
> > $ cd apache_x.x.x
> >  $ ./configure \
> >  --prefix=/path/to/install/of/apache \
> >  --activate-module=src/modules/perl/libperl.a \
> >  [...]
> >  $ make
> >  $ make install
> >
> >My apache configuration can`t take the option
> >---activate-module=src/modules/perl/libperl.a
> 
> Assuming that the extra '-' at the beginning of activate-module is 
> not a typo, that would be your problem.  Otherwise, I think we'll 
> need some more information.
> 
> Remember: when posting to the list, be sure to include everything 
> that's requested in the SUPPORT file included with you mod_perl 
> distribution.
> 
> Robert Landrum
> 
> 
> --
> "A good magician never reveals his secret; the unbelievable trick
> becomes simple and obvious once it is explained. So too with UNIX." 
> 




Installation problem...urgent

2001-08-21 Thread Alvaro Toro Santivanez

Hello i have one problem when i install in the part: