RE: RE: make test error (was Introduction / SuSE Installation)

2007-06-06 Thread Gerald Richter - ECOS GmbH
--- > -- > -- > > > > > -Original Message- > > From: Gavin Spomer [mailto:[EMAIL PROTECTED] > > Sent: Friday, May 25, 2007 8:54 PM > > To: [email protected] > > Subject: make test error (was Introduction / SuSE

RE: make test error (was Introduction / SuSE Installation)

2007-05-25 Thread Gavin Spomer
lto:[EMAIL PROTECTED] > Sent: Friday, May 25, 2007 8:54 PM > To: [email protected] > Subject: make test error (was Introduction / SuSE Installation) > > Okay, made it through the perl Makefile.PL step just fine and > MOST of the make test step. At the end of that I

RE: make test error (was Introduction / SuSE Installation)

2007-05-25 Thread Gerald Richter - ECOS GmbH
l.apache.org > Subject: make test error (was Introduction / SuSE Installation) > > Okay, made it through the perl Makefile.PL step just fine and > MOST of the make test step. At the end of that I encountered: > >Testing mod_perl mode... > >#0 ascii...

make test error (was Introduction / SuSE Installation)

2007-05-25 Thread Gavin Spomer
nal Message- > From: Gavin Spomer [mailto:[EMAIL PROTECTED] > Sent: Friday, May 25, 2007 7:03 PM > To: [email protected] > Subject: RE: Introduction / SuSE Installation > > >>> Gerald Richter - ECOS GmbH <[EMAIL PROTECTED]> 05/25/07 9:39 AM >>> &

RE: RE: Introduction / SuSE Installation

2007-05-25 Thread Gerald Richter - ECOS GmbH
E: Introduction / SuSE Installation > > >>> Gerald Richter - ECOS GmbH <[EMAIL PROTECTED]> 05/25/07 9:39 AM >>> > > even uses an older version of SuSE. However I cannot locate the > > httpd.h header(?) file. I found the httpd daemon and the mod_env.

RE: Introduction / SuSE Installation

2007-05-25 Thread Gavin Spomer
pd2-prefork. When I get to the part in the installation that will ask me for the location of the daemon, can I enter /usr/sbin/httpd2 or will I have to make a symbolic link from httpd (no "2") to httpd2-prefork? Thanks a million, Gerald. I'm so exc

RE: Introduction / SuSE Installation

2007-05-25 Thread Gerald Richter - ECOS GmbH
e become perfectly comfortable with using php, > but I still yearn for embperl. :) > > I administer a few servers here at work of which I run SuSE > 10.2 as my prefered OS. I was looking at the instructions for > installation, following the section for "UNIX (without Apache

Introduction / SuSE Installation

2007-05-17 Thread Gavin Spomer
comfortable with using php, but I still yearn for embperl. :) I administer a few servers here at work of which I run SuSE 10.2 as my prefered OS. I was looking at the instructions for installation, following the section for "UNIX (without Apache Source)" since I am running a Linux dist

Re: new installation problem

2004-04-23 Thread Gerald Richter
> > when I do a httpd configtest, I have : > Syntax error on line 21 of /etc/httpd/sites/droitfrancophone.conf: > Add a PerlModue APR::Table to your httpd.conf Gerald > Can't locate object method "FETCH" via package "APR::Table" > at > /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/

Re: error during installation of Embperl-2.0b11 (using CPAN)

2004-04-23 Thread Gerald Richter
is now in the CVS version, so next release of EMbperl will handle both, escaped and unescaped, logs correctly Gerald > - r. > > Dist-List wrote: > >> Setup : >> My setup : redhat entrerprise V3 >> apache : httpd-2.0.46-32.ent >> mod_perl : mod_perl-1.

Re: error during installation of Embperl-2.0b11 (using CPAN)

2004-04-22 Thread Robert
tpd-2.0.46-32.ent mod_perl : mod_perl-1.99_09-10.ent During the installation we have the following error : Starting httpd... pid = 16333 ok Testing mod_perl mode... #0 ascii... ok #1 pure.htm...ok #2 nooutput.htm...ok #3 nooutput.htm...

Re: error during installation of Embperl-2.0b11 (using CPAN)

2004-04-22 Thread Derrick Spell
I just had this same error not three days ago on my Redhat 9.0 installation. Here's the remedy: Replace line 1605 in test.pl with the following two lines: my @cnt = split/(?:\\n)+/; $cnt -= @cnt; Apparently there is an issue with new line characters in the log files on RedHat. Gerald se

error during installation of Embperl-2.0b11 (using CPAN)

2004-04-22 Thread Dist-List
Setup : My setup : redhat entrerprise V3 apache : httpd-2.0.46-32.ent mod_perl : mod_perl-1.99_09-10.ent During the installation we have the following error : Starting httpd... pid = 16333 ok Testing mod_perl mode... #0 ascii... ok #1 pure.htm...ok #2

new installation problem

2004-04-22 Thread Dist-List
Hello all :-) My setup : redhat entrerprise V3 apache : httpd-2.0.46-32.ent emb_perl : install from CPAN mod_perl : mod_perl-1.99_09-10.ent the site below works fine with embperl and apache 1.x but with apache 2 : when I do a httpd configtest, I have : Syntax error on line 21 of /etc/httpd/si

Re: Installation Problems

2004-04-19 Thread Derrick Spell
Disregard...I got the latest version of Embperl (2.0b11) and it fixed the problem On Apr 18, 2004, at 3:42 PM, Derrick Spell wrote: I'm having trouble installing Embperl 2. I have Apache 2.0.49 and mod_perl installed. Apache was built with the standard Apache layout (i.e. everything is unde

Installation Problems

2004-04-18 Thread Derrick Spell
I'm having trouble installing Embperl 2. I have Apache 2.0.49 and mod_perl installed. Apache was built with the standard Apache layout (i.e. everything is under /usr/local/apache2). When I run perl Makefile.PL and choose mod_perl support I am prompted for the apache source. I provide: /us

Re: Installation problem

2003-01-26 Thread Angus Lees
At Wed, 22 Jan 2003 18:46:44 -0500, winfield henry wrote: > Below is the output from a attempt to install Embperl 1.3.4 on a system with > the following > Redhat 8.0 (psyche) > httpd-2.0.40-11 > httpd-devel-2.0.40-11 > mod_perl-1.99_05-3 > > Seems to be looking for the Apache/src.pm file but can't

Installation problem

2003-01-22 Thread winfield henry
Below is the output from a attempt to install Embperl 1.3.4 on a system with the following Redhat 8.0 (psyche) httpd-2.0.40-11 httpd-devel-2.0.40-11 mod_perl-1.99_05-3 Seems to be looking for the Apache/src.pm file but can't find it. It is not on the system anywhere. A similar error with previ

Re: Apache::SessionX Installation

2002-09-06 Thread Dean Powers
This problem of installing the SessionX patch when I was pointed to how to install patches. It works now! Thanks everyone for their help. > On Thu, 2002-09-05 at 20:01, Dean Powers wrote: >> I'm trying to install SessionX from CPAN. It fails, of course, and now I'm trying >to modify >> the MD5.p

Re: Apache::SessionX Installation

2002-09-06 Thread Aaron Johnson
On Thu, 2002-09-05 at 20:01, Dean Powers wrote: > I'm trying to install SessionX from CPAN. It fails, of course, and now I'm trying to >modify the > MD5.pm file in per the following patch from May 26th. > Question. Exactly what part of this patch do I put in the MD5.pm file? > What is @@ -26,7 +2

Apache::SessionX Installation

2002-09-06 Thread Dean Powers
I'm trying to install SessionX from CPAN. It fails, of course, and now I'm trying to modify the MD5.pm file in per the following patch from May 26th. Question. Exactly what part of this patch do I put in the MD5.pm file? What is @@ -26,7 +26,7 @@? Why is there a minus sign in front of "use MD5".

post installation

2002-08-03 Thread Sergey Merkuriev
Hello, I'm use embperl long time and have projects. Some days ago I freshed my pache, mod_perl and ssl to (apache_1.3.26, mod_perl_1.27 ... ). I have decided to refresh Embperl and have placed(installed) 1.3.4. Compilation, tests and installation were successful. In apache I have

RE: Installation

2002-07-14 Thread Justin Harrison
My apologies - Please disregard my message. I mixed up Apache::SessionX installation with Embperl, and SessionX asked if I wanted to use File Locking, MySQL, etc, and I was not sure what each of those were, but have since resolved the problem. Thanks! > -Original Message- >

Installation

2002-07-14 Thread Justin M. Harrison
Hi, Is there a help document anywhere which explains each of the prompts asked during the "perl Makefile.PL" phase of installation, and possibly others? I could not find anything on the website which explained each of these prompts. My apologies if such a document exists but I fail

Session installation problems.

2002-06-28 Thread Mathias Anlér
Hi! I'm having problems getting sessions working in embperl. I am new to unix and that is making it even more difficult for me to find out what is going wrong. Is there a step by step installation guide for newbies on how to get sessions working? Someone told me about HTML::Embperl::Se

Re: Installation tool tips?

2001-08-29 Thread Gerald Richter
> > I am in the process of writing my own Perl Apache modules, and wondered > if you have any tips or resources related to making a more professional > installation package. I think you use something called MakeMaker, for > example. > Yes, every Perl module uses MakeMaker, see

Installation tool tips?

2001-08-29 Thread Neil Gunton
Hi Gerald, I am in the process of writing my own Perl Apache modules, and wondered if you have any tips or resources related to making a more professional installation package. I think you use something called MakeMaker, for example. In a nutshell, I want people to be able to download the

Re: Installation with Virtualhosts under Apache

2000-12-06 Thread Gerald Richter
> For that I used this directive just below (outside) my my various > Virtualhost definitions: > > > Action text/html /cgi-bin/embperl/embpcgi.pl > > You have first to tell Apache that epl files are of type text/html AddType text/html .epl otherwise it will not trigger the Action handl

Re: Installation with Virtualhosts under Apache

2000-12-06 Thread Neil Gunton
Nicolas Parody wrote: > I am trying to get Apache to use Embperl to interpret all Files ending in > *.epl. > > However still no luck. Can anyone point me in the right direction?? I have something similar to the following in all my virtual hosts that use Embperl. # Virtual hosts NameVirtualHost

Installation with Virtualhosts under Apache

2000-12-06 Thread Nicolas Parody
Hi, I know that my problem is more related to Apache than to Embperl but I was hoping that someone could help me anyway. I am trying to get Apache to use Embperl to interpret all Files ending in *.epl. For that I used this directive just below (outside) my my various Virtualhost definitions:

Re: Installation and requirements of embperl on a limited ISP

2000-10-17 Thread Gerald Richter
Hi, >My Perl and UNIX knowledge is still pretty limited unfortunately ;o) >and I was wondering how I might go about installing embperl on an ISP > that has no telnet or root access. FTP only - obviously I want to run it >as a CGI script. The FAQ tells you how to install Embperl on a machine wer

Installation and requirements of embperl on a limited ISP

2000-10-17 Thread Colin Tucker
Hi there,   My Perl and UNIX knowledge is still pretty limited unfortunately ;o) and I was wondering how I might go about installing embperl on an ISP that has no telnet or root access.  FTP only - obviously I want to run it as a CGI script.   Regards,   -- Colin Tucker

Re: Recordset Installation error - DB Login problem

2000-08-24 Thread Gerald Richter
Hi , > > I need help installing DBIx::Recordset. > > the make test failed at: > DBIx::Database setup... > Test terminated with fatal error! Look at test.log > *** Error exit code 2 > This normaly occurs when in the database that you are using for the test other tables exists. Normaly this isn't a

Recordset Installation error - DB Login problem

2000-08-24 Thread phil_hershkowitz
Hi Gerald and all, I need help installing DBIx::Recordset. the make test failed at: DBIx::Database setup... Test terminated with fatal error! Look at test.log *** Error exit code 2 The test.log shows: DBIx::Database setup... DB: Successfull