RE: Installation help

2003-01-29 Thread Blankenship, Scott R
thanks for the help... I got it running now. Attention to detail... -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 6:27 PM To: Blankenship, Scott R Cc: '[EMAIL PROTECTED]' Subject: Re: Installation help Blankenship, Scott R wr

Re: Installation help

2003-01-28 Thread Stas Bekman
Blankenship, Scott R wrote: I'm on SunOS 5.6 (Solaris 2.6) I've installed perl 5.8.0 in own test area (not in /usr/local/...) Here's a link to the log of my installation efforts: http://home.earthlink.net/~sblanky/log.html Basically, I extract mod_perl 1.27, and apache 1.3.1, go through the mod

RE: Installation help

2003-01-28 Thread Blankenship, Scott R
apache server. -Original Message- From: Blankenship, Scott R Sent: Tuesday, January 28, 2003 5:20 PM To: 'Ged Haywood' Cc: '[EMAIL PROTECTED]' Subject: RE: Installation help thanks. I downloaded 1.3.27... Still can't get it to install mod_perl into apache...

RE: Installation help

2003-01-28 Thread Blankenship, Scott R
thanks. I downloaded 1.3.27... Still can't get it to install mod_perl into apache... -Original Message- From: Ged Haywood [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 3:39 PM To: Blankenship, Scott R Cc: '[EMAIL PROTECTED]' Subject: Re: Installation help Hi

Re: Installation help

2003-01-28 Thread Ged Haywood
Hi there, On Tue, 28 Jan 2003, Blankenship, Scott R wrote: > Basically, I extract mod_perl 1.27, and apache 1.3.1 [snip] > What am I doing wrong? Are you sure you want to use Apache 1.3.1? I'm using 1.3.27 for new builds... 73, Ged.

Re: Installation help

1999-11-24 Thread Cliff Rayman
I am not an expert on the build process - and I have never installed php - but I have installed mod_ssl with mod_perl by performing the following steps. fresh source for all three. build, test and install php. build, test and install mod_perl. build and install apache. it mod_perl install shoul

Re: Installation help

1999-11-24 Thread Cliff Rayman
that errors means that mod-perl is NOT installed in your http server. somewhere you skipped an installation step. if it were me - I'd start from step one and try it again. cliff rayman genwax.com [EMAIL PROTECTED] wrote: > I'm trying to setup ASP to work on apache, and as far as my understadin