Re: AW: AW: "make test" fails while using "local::lib"

2013-07-15 Thread Dirk Melchers
Gerald > >> -Ursprüngliche Nachricht- >> Von: Dirk Melchers [mailto:dirk.melch...@nureg.de] >> Gesendet: Montag, 15. Juli 2013 14:03 >> An: embperl@perl.apache.org >> Cc: Gerald Richter >> Betreff: Re: AW: "make test" fails while using &quo

Re: AW: "make test" fails while using "local::lib"

2013-07-15 Thread Dirk Melchers
or the > relevant environment variables > > Regards > > Gerald > >> -Ursprüngliche Nachricht- >> Von: Dirk Melchers [mailto:dirk.melch...@nureg.de] >> Gesendet: Montag, 15. Juli 2013 10:55 >> An: embperl@perl.apache.org >> Betreff: "mak

AW: "make test" fails while using "local::lib"

2013-07-15 Thread Gerald Richter - ECOS
: Dirk Melchers [mailto:dirk.melch...@nureg.de] > Gesendet: Montag, 15. Juli 2013 10:55 > An: embperl@perl.apache.org > Betreff: "make test" fails while using "local::lib" > > Hello, > > due to some reasons, we use "local::lib" to have a defi

"make test" fails while using "local::lib"

2013-07-15 Thread Dirk Melchers
Hello, due to some reasons, we use "local::lib" to have a defined set of perl modules on all servers. We also have to compile mod_perl, because in Ubuntu1204 "Apache::SizeLimit.pm" is broken - and we need that. Relevant parts of %ENV: $VAR1 = { 'PERL_MM_OPT' => 'INSTALL_BASE=/web/data

Re: embperl 2.3.0 make test fails ascii test?

2010-09-14 Thread Gerard
12:22 AM To: embperl@perl.apache.org Subject: embperl 2.3.0 make test fails ascii test? Hi everyone, I somehow managed to break some part of my perl installation while upgrading it, and now 'make test' with Embperl fails even the most basic ascii test: [-1][2667]ERR: 24: Error in

RE: embperl 2.3.0 make test fails ascii test?

2010-09-14 Thread Gerald Richter - ECOS
Hi, for Perl 5.12 please use http://www.embperl.org/downloads/Embperl-2.4.0_3.tar.gz Gerald > -Original Message- > From: Gerard [mailto:gsara...@rarcoa.com] > Sent: Tuesday, September 14, 2010 12:22 AM > To: embperl@perl.apache.org > Subject: embperl 2.3.0 make test f

embperl 2.3.0 make test fails ascii test?

2010-09-13 Thread Gerard
Hi everyone, I somehow managed to break some part of my perl installation while upgrading it, and now 'make test' with Embperl fails even the most basic ascii test: [-1][2667]ERR: 24: Error in Perl code: syntax error at /root/Embperl-2.3.0/test/html/ascii line 3, at EOF [-2]syntax error at

Re: Embperl 2.3.0 install: make test fails

2009-05-14 Thread Ajai Khattri
On Thu, 14 May 2009, Ed Grimm wrote: > To clarify, the software stacks are kinda tied together, > dependency-wise: > > Embperl 1.3.x goes with perl-5.6.x and apache 1.3.x. > > Embperl 2.x goes with perl-5.8.x and apache 2.x. So I guess noone has tried 1.3 with perl 5.8.x either? If we could ge

Embperl 2.3.0 install: make test fails

2009-05-14 Thread Ajai Khattri
So now Im trying to build Embperl and during the make test phase I see this: #77 post.htm... ok #78 upload.htm... Error in Line 9 Is: >Filename:< Should: >Content-DispositionContent-Type< Input: test/html/upload.htm Output: test/tmp/out.htm Compared

make test fails

2008-10-08 Thread Oskar Ahner
Hi! When running make test i got the followint error in mod_perl test. (Embperl Version is 2.3.0 on CentOS 5 with httpd-2.2.3-11 and mod_perl-2.0.2-6.3.el5) #217 EmbperlObject/errdoc/epoerrdoc2.htm... Error in Line 21 Is: > [26334]ERR: 32: Warning in Perl code: (in cleanup) Can't locate

Re: make test fails for apache2.2.3 and mod_perl2.0.2

2006-09-12 Thread Randy Kobes
On Tue, 12 Sep 2006, Oskar Ahner wrote: Hi All! My question is why apache complains on "is garbled - perhaps this is not an Apache module DSO?" when I build everything from scratch? Here are the steps: * I build and install Perl 5.8.8 below /opt/perl * I build and install apache2: ./config

make test fails for apache2.2.3 and mod_perl2.0.2

2006-09-12 Thread Oskar Ahner
Hi All! My question is why apache complains on "is garbled - perhaps this is not an Apache module DSO?" when I build everything from scratch? Here are the steps: * I build and install Perl 5.8.8 below /opt/perl * I build and install apache2: ./configure --with-mpm=prefork --prefix=/opt/apa

RE: Make Test Fails Mac OS X 10.2

2004-12-29 Thread Gerald Richter
> > My apologies for the delay in responding. I have attached > config.pl after building with mod_perl support as requested. Looks ok > I attempted to build without mod_perl support, but > encountered another (different) error in the make test. Here > is the output when building without m

RE: Make Test Fails Mac OS X 10.2

2004-12-22 Thread Gerald Richter
> > This goes along with my post yesterday. Perhaps this is why > I can't seem to get Embperl running after I make install. > > [mail:~/Embperl-2.0rc2] root# make test > PERL_DL_NONLAZY=0 /usr/bin/perl -Iblib/arch -Iblib/lib > -I/System/Library/Perl/darwin -I/System/Library/Perl test.pl > > l

Make Test Fails Mac OS X 10.2

2004-12-21 Thread Derrick Spell
This goes along with my post yesterday. Perhaps this is why I can't seem to get Embperl running after I make install. [mail:~/Embperl-2.0rc2] root# make test PERL_DL_NONLAZY=0 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl test.pl loading...

Re: make test fails on RedHat

2004-04-21 Thread Derrick Spell
That did it! Make test ran on my RedHat installation. On Apr 21, 2004, at 2:08 AM, Gerald Richter wrote: Hi, this looks like I expected it. It is not a problem of Emperl, but of make test. It's specific to RedHat's Apache installation, which does not write newlines to the error log, for wh

Re: make test fails on RedHat

2004-04-20 Thread Gerald Richter
Hi, this looks like I expected it. It is not a problem of Emperl, but of make test. It's specific to RedHat's Apache installation, which does not write newlines to the error log, for which reason the number of error lines is different then make test expects. Could please try if the following pat

Re: make test fails

2004-04-20 Thread Gerald Richter
Derrick Spell wrote: > I can't get the make test to run correctly. I get the following > error: > Could you run make test TESTARGS="-h -i" and send me test/tmp/test.log and test/tmp/httpd.err.log Which Perl version are you using? Gerald ---

make test fails

2004-04-19 Thread Derrick Spell
I can't get the make test to run correctly. I get the following error: Testing mod_perl mode... #0 ascii... ok #1 pure.htm...ok #2 nooutput.htm...ok #3 nooutput.htm...ok #4 plain.htm... ok #5 plain.htm... ok #6

Re: HTML-Embperl-1.3.4 make test fails on input.htm

2002-10-31 Thread John E. Mendenhall
> At Mon, 28 Oct 2002 12:51:05 -0800 (PST), John E. Mendenhall wrote: > > I am trying to get HTML-Embperl-1.3.4 running on our Solaris 2.6 box, > > using gcc version 2.7.2.3, perl 5.8.0, apache 1.3.27. > > currently, HTML::Embperl 1.3.4 does not work with perl 5.8. you will > either need to downgr

Re: HTML-Embperl-1.3.4 make test fails on input.htm

2002-10-28 Thread Angus Lees
At Mon, 28 Oct 2002 12:51:05 -0800 (PST), John E. Mendenhall wrote: > I am trying to get HTML-Embperl-1.3.4 running on our Solaris 2.6 box, > using gcc version 2.7.2.3, perl 5.8.0, apache 1.3.27. currently, HTML::Embperl 1.3.4 does not work with perl 5.8. you will either need to downgrade perl or

re: HTML-Embperl-1.3.4 make test fails on input.htm

2002-10-28 Thread John E. Mendenhall
Embperl List, I am trying to get HTML-Embperl-1.3.4 running on our Solaris 2.6 box, using gcc version 2.7.2.3, perl 5.8.0, apache 1.3.27. It finds an old version of mod_perl, 1.25 on our machine. I am trying to upgrade that as well, but that is a different thread on a different mailing list. So

Re: make test fails on mac os x - fixed

2002-08-16 Thread Blake Girardot
> Run perl Makefile.PL and say no to mod_perl support. Then make test > will work fine. But it looks like if you build with mod_perl > support, the cgi version won't work. I think it may be looking for > libperl.a in the wrong place (off in /Library/something or other). that fixed it great. t

Re: make test fails on mac os x

2002-08-16 Thread Kee Hinckley
At 7:33 PM -0400 8/16/02, Blake Girardot wrote: >Thank you very much for the suggestion. > >I did as you said and went ahead and did make install and it all seemed to >go ok, but then I did run into a 500 server error this when I tried to >access it via embpcgi.pl. Whoops. Yes, that makes sense.

Re: make test fails on mac os x

2002-08-16 Thread Blake Girardot
want to get it working and thank you again, cheers, blake - Original Message - From: "Kee Hinckley" <[EMAIL PROTECTED]> To: "Blake Girardot" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, August 16, 2002 6:54 PM Subject: Re: make test fai

Re: make test fails on mac os x

2002-08-16 Thread Kee Hinckley
At 6:06 PM -0400 8/16/02, Blake Girardot wrote: > >make: *** [test_dynamic] Error 67 >[photos:local/src/HTML-Embperl-1.3.4] root# > >I have no idea how to get past this point, does anyone have any ideas or >suggestions? I just did the make install and forgot about it (oops, should have reported

make test fails on mac os x

2002-08-16 Thread Blake Girardot
I have been through the archives and see this problem mentioned a few times, but only as a side note, and no response I saw dealt with how to fix the problem. I also went over the included docs and didn't see anything related so I hope I didn't miss anyting obvious. Trying to install on the lates

Re: Apache::SessionX make test fails

2002-06-25 Thread Gerald Richter
Hi, > I am having the same issue referenced in the following message: > > http://www.ecos.de/~mailarc/embperl/2002-02/msg00122.html > > well, the first part anyway... the make test issue... > > is there a known fix/workaround for this problem? im trying to get embperl > up and running with sess

Re: Apache::SessionX make test fails

2002-02-27 Thread Gerald Richter
> Undefined subroutine &Apache::SessionX::Generate::MD5::generate called at > blib/lib/Apache/SessionX.pm line 170. > Strange... Could you send me the full output of make test and the file SessionX/Config.pm > Using > SessionX-2.03b > Digest-MD5-2.16 > Storable-1.0.14 > Which Perl version? >

Apache::SessionX make test fails

2002-02-27 Thread Kjell Morgenstern
Hi ! I run Makefile.PL and configured it at "File, Semaphore locking" I get this error from "make test" : Undefined subroutine &Apache::SessionX::Generate::MD5::generate called at blib/lib/Apache/SessionX.pm line 170. Using SessionX-2.03b Digest-MD5-2.16 Storable-1.0.14 Further I get an error

Re: make test fails for HTML::Embperl 1.3.1

2001-03-14 Thread Gerald Richter
Hi, what OS you are running on ? Maybe you can send the output of perl -V Gerald P.S. Please send any futher mail via the Embperl mailing list > > I'm getting a make test errors in the mod_perl and cgi modes. Let me know > if you need any further details. > > Thanks, > Tom > > Apache 1.3.19 >

RE: Embperl make test fails on Session 1.51

2000-07-14 Thread Gerald Richter
> > apache 1.3.12 > Apache-Session-1.51.tar.gz Current version of Embperl doesn't support APache::Session 1.5x, because Apache::Session 1.5x is newer them Embperl 1.3b3 and there were many changes of internal of Apache::Session, which makes it incompatible. Next release of Embperl will support A

Re: embperl 1.3b3 make test fails at #68

2000-05-04 Thread Gerald Richter
> Is this by chance a known issue? > > make test: > >#67 stdout/stdout.htm... ok > >#68 nochdir/nochdir.htm... I have seen this one time before. It seems to occur only on a specifiy version of solaris. It's not a problem, it just means, that the current working directory, when a request star