Re: Installing mod_perl a dozen times ...

2000-07-18 Thread martin langhoff
I guess that's good and true for those with low-cost + hi-speed + reliable connections. I have a few servers in here, and a dial-up connection i'd rather be careful about ;) anyway, I find it's very important to know all the modules I'm needing/using. Is it me? on the oth

Re: Installing mod_perl a dozen times ...

2000-07-18 Thread David Brown
I always thought that if you did a CPAN installation of mod_perl, it automatically downloaded the modules that it needed. Am I wrong ?

Re: Installing mod_perl a dozen times ...

2000-07-18 Thread David Hodgkinson
martin langhoff <[EMAIL PROTECTED]> writes: > what do you think? is it already done? maybe all of a sudden I've got > this oh so great idea just because I have not read the instructions to > download the latest bundle from CPAN. An expansion on Stas' "10 li

Installing mod_perl a dozen times ...

2000-07-18 Thread martin langhoff
hi, i guess once you've been playing with mod_perl for a while, you certainly installed perl, many modules, plus mod_perl, plus apache, plus many more things ... I keep a personal list of all the modules I must d/l and install on a virgin OS, and the correct order, versions and

Re: Problems with installing mod_perl

2000-06-09 Thread Doug MacEachern
On Fri, 9 Jun 2000, Steffers wrote: > fair enough, always willing to conceed that i can be wrong > +BUT+ > since signal-11 is a 'well defined' unix standard meaning > hardware 'error' isnt it rather a bad signal to choose for a > non-hardware error ? > > (hell, even HP-UX uses sig11 for hardw

Re: Problems with installing mod_perl

2000-06-09 Thread Steffers
> > that shouldnt really matter, since its a signal 11 from a > > process, then its either : > it does matter, there are several discussions you'll find in the archives > on how Perl's largefile support triggers this problem. > fair enough, always willing to conceed that i can be wrong +BUT+ s

Re: Problems with installing mod_perl

2000-06-09 Thread Doug MacEachern
On Fri, 9 Jun 2000, Steffers wrote: > that shouldnt really matter, since its a signal 11 from a > process, then its either : it does matter, there are several discussions you'll find in the archives on how Perl's largefile support triggers this problem.

Re: Problems with installing mod_perl

2000-06-09 Thread Steffers
Thomas wrote: > > I have some problems installing mod_perl. > > My system is a Mandrake 7.0 Kernel 2.2.14. > > I have compiled apache 1.3.12 mod_ssl 2.6.4/openssl 0.9.5a > > with DSO. Next, I compiled php4RC2 with apxs and > > apache runs correctly. > >

Re: Problems with installing mod_perl

2000-06-09 Thread Doug MacEachern
On Thu, 8 Jun 2000, Wrobel, Thomas wrote: > Hi, > > I have some problems installing mod_perl. > My system is a Mandrake 7.0 Kernel 2.2.14. > I have compiled apache 1.3.12 mod_ssl 2.6.4/openssl 0.9.5a > with DSO. Next, I compiled php4RC2 with apxs and > apache runs c

Problems with installing mod_perl

2000-06-08 Thread Wrobel, Thomas
Hi, I have some problems installing mod_perl. My system is a Mandrake 7.0 Kernel 2.2.14. I have compiled apache 1.3.12 mod_ssl 2.6.4/openssl 0.9.5a with DSO. Next, I compiled php4RC2 with apxs and apache runs correctly. But after installing mod_perl with: perl Makefile.PL USE_APXS=1 WITH_APXS

Re: Installing mod_perl & Apache as non root user...

2000-06-06 Thread Stas Bekman
On Tue, 6 Jun 2000, Flemming Mahler Larsen wrote: > Hi! > > I've been trying to install mod_perl (1.24) and Apache (1.3.12) on a Sun > E450 (sparc-sun-solaris2.5.1), using a "configuration command" looking > like this (one long line): > > perl Makefile.PL PREFIX=/home/tdi/perl USE_APACI=1 PERL

Installing mod_perl & Apache as non root user...

2000-06-06 Thread Flemming Mahler Larsen
Hi! I've been trying to install mod_perl (1.24) and Apache (1.3.12) on a Sun E450 (sparc-sun-solaris2.5.1),  using a "configuration command" looking like this (one long line): perl Makefile.PL PREFIX=/home/tdi/perl USE_APACI=1 PERL_CHILD_INIT=1 \    PERL_AUTHEN=1 PERL_AUTHENZ=

Re: Installing mod_perl when other things are required, too.

2000-04-24 Thread Vivek Khera
> "FA" == Forrest Aldrich <[EMAIL PROTECTED]> writes: FA> simple ./configure --switch to enable them. I didn't see anything for FA> mod_perl in the INSTALL, and it seemed there were a lot of manual things to FA> be done, which made me think I wasn't reading it correctly. FA> What's the m

Re: Installing mod_perl when other things are required, too.

2000-04-23 Thread Matt Carothers
On Sat, 22 Apr 2000, Forrest Aldrich wrote: > I need to also install apache with php and mod_ssl. Here's the shell script I use. It will require some editing for your site. - Matt #!/bin/sh # source directories for mod_ssl, mod_php3, mod_perl, and apache MOD_SSL=/usr/local/src/mod_ssl-2.6.

Re: Installing mod_perl when other things are required, too.

2000-04-23 Thread shane
On Sun, Apr 23, 2000 at 11:03:01AM +0100, Matt Sergeant wrote: > On Sat, 22 Apr 2000, Forrest Aldrich wrote: > > > I couldn't find a faq on this one. > > > > I need to also install apache with php and mod_ssl. Those two require a > > simple ./configure --switch to enable them. I didn't see

Re: Installing mod_perl when other things are required, too.

2000-04-23 Thread JoshNarins
If you get the CVS version of mod_perl it has a INSTALL.simple.ssl file. If you pick up mod_ssl from Engelschall's site it comes with the same INSTALL.ssl file. Both files (which are identical) have build instructions for what you need near the bottom. However, just as a note, they aren't as cl

Re: Installing mod_perl when other things are required, too.

2000-04-23 Thread Richard Dice
> I need to also install apache with php and mod_ssl. Those two require a > simple ./configure --switch to enable them. I didn't see anything for > mod_perl in the INSTALL, and it seemed there were a lot of manual things to > be done, which made me think I wasn't reading it correctly. > > Wha

Re: Installing mod_perl when other things are required, too.

2000-04-23 Thread Matt Sergeant
On Sat, 22 Apr 2000, Forrest Aldrich wrote: > I couldn't find a faq on this one. > > I need to also install apache with php and mod_ssl. Those two require a > simple ./configure --switch to enable them. I didn't see anything for > mod_perl in the INSTALL, and it seemed there were a lot of

Installing mod_perl when other things are required, too.

2000-04-23 Thread Forrest Aldrich
I couldn't find a faq on this one. I need to also install apache with php and mod_ssl. Those two require a simple ./configure --switch to enable them. I didn't see anything for mod_perl in the INSTALL, and it seemed there were a lot of manual things to be done, which made me think I wasn't

RE: Trouble installing mod_perl

2000-01-10 Thread Eric Cholet
> Hi there, > > On Sun, 9 Jan 2000, gnielson wrote: > > > I am encountering some errors when trying to get an existing Apache > > server to support mod_perl. > > > > I am running Server version Apache/1.2.4 and perl, version > > 5.004_01. Is the fact that I have not yet ungraded to 5.004_04 > >

Re: Trouble installing mod_perl

2000-01-10 Thread G.W. Haywood
Hi there, On Sun, 9 Jan 2000, gnielson wrote: > I am encountering some errors when trying to get an existing Apache > server to support mod_perl. > > I am running Server version Apache/1.2.4 and perl, version > 5.004_01. Is the fact that I have not yet ungraded to 5.004_04 > giving me these prob

Trouble installing mod_perl

2000-01-09 Thread gnielson
I am encountering some errors when trying to get an existing Apache server to support mod_perl. I had no problem with perl with Makefile.pl. I then ran ./config.status --activate-module=src/modules/perl/libperl.a without a problem. But then, when I ran make, I got a slew of errors, listed below.

<    1   2