installation problems

2002-06-11 Thread will
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 the perl @INC using 'perl -V' and the path to C

installation problems

1999-10-21 Thread Shay Mandel
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 error - cannot write to /usr/loca/bin/perl5.. I do not wa

installation problems

1999-11-24 Thread Jesús Mª Lasso Sánchez
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 makefile:

Installation problems!!!

2000-10-18 Thread Edmar Edilton da Silva
I installed mod_perl 1.24 successfully ( the web server used is apache 1.3.9 and perl 5.004-4 ). No errors during configure, make , make test or make install. I added the loadmodule and addmodule lines to httpd.conf. But when I started the apache I get the following error message: "Starting htt

Installation problems!!!

2000-10-19 Thread Edmar Edilton da Silva
Hi, I installed mod_perl 1.24 successfully ( the web server used is apache 1.3.9 and perl 5.004-4 ). No errors during configure, make , make test or make install. I added the "loadmodule" and "addmodule" lines to httpd.conf. But when I started the apache I get the following error message: "Sta

Installation Problems

2001-01-11 Thread David Campion
Apologies if this has been covered before but i'm new to this.   I am having problems compiling source files.  Every time I try I get errors say that cputype does not match architecture type.   I am running Mac OS X Server version 1.2.   Please can someone shed some light on my dilema.   Da

newbie - installation problems

2002-04-18 Thread Carlo Giomini - tesista Federico
Hi there! I can't manage very well with Apache and mod_perl. I have made an installation of mod_perl WITHOUT building a new httpd daemon (NO_HTTPD=1), undergoing all the steps until the end (perl MAKEFILE_PL, make, make install). After that, I read on the Stas Bekman's guide at http://perl.apach

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: 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-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 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

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

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-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-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: newbie - installation problems

2002-04-18 Thread Tom Brown
On Thu, Apr 18, 2002 at 12:20:41PM +0200, Carlo Giomini - tesista Federico wrote: > I can't manage very well with Apache and mod_perl. I have made an > installation of mod_perl WITHOUT building a new httpd daemon (NO_HTTPD=1), > undergoing all the steps until the end (perl MAKEFILE_PL, make, make

Re: newbie - installation problems

2002-04-18 Thread Tom Brown
On Thu, Apr 18, 2002 at 12:57:52PM +0200, Carlo Giomini - tesista Federico wrote: > > > 2. If this risk exists, I should procede with the old installation BUT > > > what would I get at the end? Mod_perl statically built inside Apache? > > Build what you want and install it. I wouldn't worry about

installation problems with mod_perl

1999-11-02 Thread Eva Neuberger
Hi, I am installing apache_1.3.6 and mod_perl_1.21 with Perl 5.005_02 and on Linux Suse 6.0 . I untar them in two subdirectories on the same homedirectory, then I changed into the mod_perl directory and typed (as root): perl Makefile.PL APACHE_SRC=../apache_1.3.6/src APACHE_PREFIX=/usr/local/a

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: 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: 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: 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

newbie help installation problems modperl/apache

2000-04-25 Thread jr
I am trying to use mod_perl with apache (1.22 & 1.3.12, respectively). I am having a multitude of problems, and cannot get hello world even working. I have loaded down & installed a bunch of cpan modules to support this (libwww-perl & prerequisites. this solved some things). as per the mod_

Re: newbie help installation problems modperl/apache

2000-04-25 Thread jr
At 08:24 PM 4/25/00 -0600, you wrote: >You're reading the right INSTALL doc but make sure you follow the >directions un the heading "the flexible way". Not the other one. Also go >back and reread all the stuff on compiling and configuring on >perl.apache.org/guide too. Yup, I have been followi

Re: newbie help installation problems modperl/apache

2000-04-26 Thread jr
At 11:07 PM 4/25/00 -0700, [EMAIL PROTECTED] wrote: >There are a few updates however, when I copied the apache httpd module to >/usr/sbin, mod_perl's configuration step worked without the apxs warning, >make and make install took longer, and Perlsetenv & perlhandler commands >worked. hello.world

Re: newbie help installation problems modperl/apache

2000-04-26 Thread Jeff Beard
At 11:07 PM 4/25/00, [EMAIL PROTECTED] wrote: > On the various lists to which I tried to get help, the silence >was deafening. Probably 'cause I was the only one that didn't see that your work supports pornographers. Oh well. --Jeff Jeff Beard ___ Web:

AIX 4.3.2, perl 5.6, mod_perl 1.24, apache 1.3.12 installation problems

2000-08-09 Thread Hey Boy
I have been going nuts with mod perl now. It just doesnt seem to built into apache at all Okay here is my platform AIX 4.3.2 with gcc 2.95.2 perl 5.6, apache 1.3.12, mod perl 1.24 Here are the config for mod perl perl Makefile.PL DO_HTTPD=1 APACHE_SRC=../apache_1.3.12/src \ USE_APACI=1 PR

Re: AIX 4.3.2, perl 5.6, mod_perl 1.24, apache 1.3.12 installation problems

2000-08-09 Thread Jens-Uwe Mager
On Wed, Aug 09, 2000 at 04:48:33PM +, Hey Boy wrote: > I have been going nuts with mod perl now. > It just doesnt seem to built into apache at all > Okay here is my platform > AIX 4.3.2 with gcc 2.95.2 > perl 5.6, apache 1.3.12, mod perl 1.24 perl 5.6 does need some patches that I did

Re: AIX 4.3.2, perl 5.6, mod_perl 1.24, apache 1.3.12 installation problems

2000-08-14 Thread Hey Boy
Thanx Jenus-Uwe Mager for the patch. Now i have finally installed mod perl It was hell Just a hint for others who are having troubles with mod perl and AIX. I installed perl 5.6.0 with the patch, while running sh Configure I included -L/usr/local/lib/gcc-lib/blah/blah <-- *Important* when