Re: installation problems

2002-06-12 Thread Randy Kobes
On Mon, 10 Jun 2002, will wrote: > I am trying to install mod perl as part of Apache-ASP and am stuck at the > following error: > > >Apache.exe -k start > Can't locate Cwd.pm in @INC (@INC contains: .) at (eval 1) line 1. > > I've searched the web and haven't found any solutions. > I have checked

Re: installation problems

2002-06-12 Thread Stas Bekman
Chris wrote: >>will wrote: >> >>>I am trying to install mod perl as part of Apache-ASP and am stuck at >>>the following error: >>> >>> >>> Apache.exe -k start >>> >>are you mixing Apache 2.0 with mod_perl 1.0? -k is an Apache 2.0 option > > > um ... I use: > > c:\apache\apache.exe -k start

Re: installation problems

2002-06-12 Thread Chris
> will wrote: >> I am trying to install mod perl as part of Apache-ASP and am stuck at >> the following error: >> >> >>>Apache.exe -k start > > are you mixing Apache 2.0 with mod_perl 1.0? -k is an Apache 2.0 option um ... I use: c:\apache\apache.exe -k start all the time under Apache 1.3.2

Re: installation problems

2002-06-11 Thread Stas Bekman
will wrote: > I am trying to install mod perl as part of Apache-ASP and am stuck at the > following error: > > >>Apache.exe -k start are you mixing Apache 2.0 with mod_perl 1.0? -k is an Apache 2.0 option whenever reporting problems you have to tell us what you are doing and what versions you

RE: RE: Re: installation problems

1999-11-24 Thread Stas Bekman
___ > > - Mensaje original - > De: Stas Bekman <[EMAIL PROTECTED]> > Para: "Jesús" "Mª" Lasso "Sánchez" <[EMAIL PROTECTED]> > Cc: Jeffrey Baker <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Fecha: 24-11-1999-20:35:48 > Asun

RE: RE: Re: installation problems

1999-11-24 Thread Jesús Mª Lasso Sánchez
[EMAIL PROTECTED]> Cc: Jeffrey Baker <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Fecha: 24-11-1999-20:35:48 Asunto: RE: Re: installation problems >You probably miss the gdbm package - install it and try again! > >(It's a part of libs the perl was build

RE: Re: installation problems

1999-11-24 Thread Stas Bekman
nchez <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Fecha: 24-11-1999-08:29:02 > Asunto: Re: installation problems > > >Could you send the output of 'perl -V' and 'which `perl -V:cc`? Also > >what command line did you use for Makefile.PL? > > &g

RE: Re: installation problems

1999-11-24 Thread Jesús Mª Lasso Sánchez
- Mensaje original - De: Jeffrey Baker <[EMAIL PROTECTED]> Para: Jesús Mª Lasso Sánchez <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Fecha: 24-11-1999-08:29:02 Asunto: Re: installation problems >Could you send the output of 'perl -V' and 'which `perl -V:cc`

Re: installation problems

1999-11-24 Thread Jeffrey Baker
"Jesús Mª Lasso Sánchez" wrote: > > hi: > > I'm working with linux servers based on RedHat 6.0 with Apache 1.3.9. > > My problem is when compile the mod_perl module before to install Apache. More >exactly when i'm doing: perl Makefile.PL > > it produces this error when is creating the m

Re: installation problems

1999-10-24 Thread Stas Bekman
> I would like to install mod_perl within the apache (statically linked). > > I would like to leave the machine's perl as is, and not to change it at > all. > > So, as I run 'make install' I am not using the root user, and then I get > the error - cannot write to /usr/loca/bin/perl5.. > I do

Re: installation problems

1999-10-21 Thread James G Smith
Matt Sergeant <[EMAIL PROTECTED]> wrote: >After all that you'll have to have some way to add that new perl libs >directory to @INC before mod_perl starts. I don't know how to do that but I >assume it's possible. Probably as simple as: > > > use lib '/www/apache/perl/lib'; > > >in your httpd.

Re: installation problems

1999-10-21 Thread Matt Sergeant
On Thu, 21 Oct 1999, Shay Mandel wrote: > Hi all, > > I would like to install mod_perl within the apache (statically linked). > > I would like to leave the machine's perl as is, and not to change it at > all. > > So, as I run 'make install' I am not using the root user, and then I get > the err