Re: make test failure in Embperl 2.2.0 and 2.3.0 versions

2008-07-28 Thread Neil Gunton
Senthilkumar R wrote: I am getting the following error when run "make test". -- [-1]Missing right curly or square bracket at /tmp/Embperl-2.2.0/test/html/error.htm line 6

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

2007-06-06 Thread Gerald Richter - ECOS GmbH
Hi, > > Success! > Great to hear that it works now. If you like you can write down a few lines of what you have done, so I can include these informations in the INSTALL documentation of Embperl Gerald > I went ahead with the make install and that went fine. I then > had a problem with ge

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

2007-05-25 Thread Gavin Spomer
Success! I went ahead with the make install and that went fine. I then had a problem with getting it to work with the recommended apache configuration, but I didn't want to bother the list any more than I already have today. ;) I figured that out on my own; turns out that even though I had mod_

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

2007-05-25 Thread Gerald Richter - ECOS GmbH
It looks like httpd (which runs as nobody) does not have access to the embperl/test/html directory. Normaly you should be able to run make install and use it without problems Gerald -- Gerald Richter ECOS electroni

RE: RE: make test: Cannot load /Embperl-2.2.0/blib/arch/auto/Embperl/Embperl.so into server: cannot create object file image or add library

2007-05-25 Thread Gerald Richter - ECOS GmbH
: W.Heck, G.Richter -- > -Original Message- > From: h.thurow [mailto:[EMAIL PROTECTED] > Sent: Friday, May 11, 2007 8:26 AM > To: embperl@perl.apache.org > Subject: RE: make test: Cannot load > /

RE: make test: Cannot load /Embperl-2.2.0/blib/arch/auto/Embperl/Embperl.so into server: cannot create object file image or add library

2007-05-10 Thread h.thurow
Hi, Gerald, I talked to Brian. He has the same problem as me, described here: http://www.nabble.com/Re:-Bus-error-on-Mac-OS-X-10.4-p5717409.html He still has no solution about it. Also he told me, you couldn't help because you don't have a Mac. I tried make testgdb This is the output: #0 a

RE: make test: Cannot load /Embperl-2.2.0/blib/arch/auto/Embperl/Embperl.so into server: cannot create object file image or add library

2007-04-26 Thread Gerald Richter - ECOS GmbH
Hi, I don't have a Mac here to verify this, but there was a discussion on the list about theses issues. Could please take a look at the mailing list archive, there should be an answer. If not, please come back to the list Gerald --

RE: Make test

2007-03-04 Thread Gerald Richter - ECOS GmbH
Hi, This is a know bug in 2.2.0, just run make test TESTARGS="-i" This should show only this error, which you can safely ignore Gerald > -Original Message- > From: Soltan Safavi [mailto:[EMAIL PROTECTED] > Sent: Friday, March 02, 2007 9:23 PM > To: embperl@perl.apache.org > Subjec

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

RE: make test failure

2005-10-03 Thread Gerald Richter
> > > > This really looks like a CGI.pm issue. Perl 5.8.5 comes > with CGI.pm 3.05. > > Are you really sure you are using 3.10? > > > > Embperl's Makefile.PL will show you the version it uses. > > Bah, you're quite right Gerald - it is CGI 3.05 - I must have > checked the wrong box. > > Is t

Re: make test failure

2005-10-03 Thread Gavin Carr
On Mon, Oct 03, 2005 at 01:46:09PM +0200, Gerald Richter wrote: > > On Mon, Oct 03, 2005 at 07:28:05AM +0200, Gerald Richter wrote: > > > > Yep, I've got 3.10, as shipped with RHEL4. > > > > > > > > So this looks like a bug in the test then? > > > > > > Not sure. It works for me with very simila

RE: make test failure

2005-10-03 Thread Gerald Richter
> > On Mon, Oct 03, 2005 at 07:28:05AM +0200, Gerald Richter wrote: > > > Yep, I've got 3.10, as shipped with RHEL4. > > > > > > So this looks like a bug in the test then? > > > > Not sure. It works for me with very similar versions. > > > > Could you please run > > > > make test TESTARGS="

RE: make test failure

2005-10-02 Thread Gerald Richter
> > > > So it really should be Apache2::... > > > > What is left is CGI.pm, because it's used in the upload > test. Mod_perl > > 2.0.0 requires CGI.pm >= 3.10 > > Yep, I've got 3.10, as shipped with RHEL4. > > So this looks like a bug in the test then? > Not sure. It works for me with very

Re: make test failure

2005-10-02 Thread Gavin Carr
On Mon, Oct 03, 2005 at 06:53:38AM +0200, Gerald Richter wrote: > > > It depends on the mod_perl version. Which mod_perl version > > is installed? > > > > It was in the email: > > > > >> Debugging my segfault problems in another thread, I tried building > > >> Embperl 2.0.0 on another box runni

RE: make test failure

2005-10-02 Thread Gerald Richter
> > On Sun, Oct 02, 2005 at 05:57:46PM +0200, Gerald Richter wrote: > > > Found unexpected output in httpd errorlog: > > > [Sun Oct 02 07:07:07 2005] [error] [13083]ERR: 24: > Error in Perl > > > code: Can't locate Apache/Response.pm in @INC (@INC > > > contains: ) > > > > > > Haven't dug

Re: make test failure

2005-10-02 Thread Gavin Carr
On Sun, Oct 02, 2005 at 05:57:46PM +0200, Gerald Richter wrote: > > Found unexpected output in httpd errorlog: > > [Sun Oct 02 07:07:07 2005] [error] [13083]ERR: 24: Error in > > Perl code: Can't locate Apache/Response.pm in @INC (@INC > > contains: ) > > > > Haven't dug any further into t

RE: make test failure

2005-10-02 Thread Gerald Richter
> > Found unexpected output in httpd errorlog: > [Sun Oct 02 07:07:07 2005] [error] [13083]ERR: 24: Error in > Perl code: Can't locate Apache/Response.pm in @INC (@INC > contains: ) > > > Haven't dug any further into this - I assume it's a mod_perl2 > issue - should be using Apache2::Re

RE: make test in Embperl-2.0rc3

2005-04-22 Thread Gerald Richter
Hi, > > I am trying to install Embperl-2.0rc3, "make test" shows a > few errors when testing mod_perl mode > Try make test TESTARGS="-i" If the only errors you get are about "too few errormessages" then it's safe to use Embperl, it's only a matter of slightly different error message of dif

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

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

Re: make test error

2002-10-05 Thread Gerald Richter
> Compilation of Embperl is successfull, but make test fails with > #199 xml/pod.xml embperl -> libxslt... > Error in Line 3 > Is: > < > Should: >< > You can savely ignore this. Run the tests with make test TESTARGS="-i" and you should see only test failures for pod test and only problems w

Re: make test error

2002-10-01 Thread Ilia Lobsanov
On October 1, 2002 06:26, Andre Landwehr wrote: > On Mon, Sep 30, 2002 at 07:04:59PM -0400, Ilia Lobsanov wrote: > > I did make install anyway. Now `apachectl configtest` gives segmentation > > fault. The culprit is "PerlModule Embperl" > > I finally decided not to let the "apachectl configtest" >

Re: make test error

2002-10-01 Thread Bernd Sokolowsky
> "al" == Andre Landwehr <[EMAIL PROTECTED]> writes: al> On Mon, Sep 30, 2002 at 07:04:59PM -0400, Ilia Lobsanov wrote: >> I did make install anyway. Now `apachectl configtest` gives >> segmentation fault. The culprit is "PerlModule Embperl" al> I finally decided not to let the "apachectl co

Re: make test error

2002-10-01 Thread Andre Landwehr
On Mon, Sep 30, 2002 at 07:04:59PM -0400, Ilia Lobsanov wrote: > I did make install anyway. Now `apachectl configtest` gives segmentation > fault. The culprit is "PerlModule Embperl" I finally decided not to let the "apachectl configtest" error bother me. I just started apache with "/etc/init.d/a

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

Re: make test bug

2002-03-18 Thread Gerald Richter
> In 2.0b6 there is a small bug in 'make test'. mod_log_config is not loaded > so the CustomLog and other directives do not work. Here is a patch to fix > this. Thanks for the spot. CustomLog and LogFormat are not needed for make test. I just put them in for a test and forgot to throw them out a

Re: Make test error for V1.3.4

2002-01-26 Thread Gerald Richter
> I gave chmod 777 to all files under test directory and it's subdirectories. > But still getting this error. Anybody knows what am I doing wrong? Looks > like it's not working in mod_perl mode. > httpd runs a nobody and nobody doesn't have access to the test directory. It's not enough to make ch

Re: Make test errors report for 1.3.3 (WinNT, Apache)

2001-06-10 Thread Gerald Richter
> Hello, I`m testing 1.3.3 on Windows NT 4.0 and Apache 1.3: > Could you send me the test/tmp/test.log (via private email). I guess you are still using ActiveState Perl, right ? Gerald - Gerald Richterecos electronic communica

Re: Make Test Error, 1.3.2, modperl

2001-06-08 Thread Alvar Freude
Hi, > This is a problem with Perl 5.6.0+ and it is fixed in Embperl 1.3.3 yes, i found the solution (changing two lines) in my mail-archive (but not on the website archive, but perhaps I'm too stupid) and it works -- thanx. Ciao Alvar --

Re: Make Test Error, 1.3.2, modperl

2001-06-07 Thread Gerald Richter
Hi, > > i have the same error as desribed in > > http://www.ecos.de/~mailarc/embperl/2001-05/msg00109.html > > > All output and error-messages below ... > > > Any ideas how to avoid this error? > This is a problem with Perl 5.6.0+ and it is fixed in Embperl 1.3.3 Gerald ---

Re: Make test error with V1.3.2

2001-05-29 Thread Gerald Richter
[EMAIL PROTECTED] <[EMAIL PROTECTED]>; Lukas Zapletal <[EMAIL PROTECTED]> > Kopie: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Datum: 18. kv?na 2001 9:47 > P?dm?: Re: Make test error with V1.3.2 > > > >Hi Lukas and Andy, > > > >thanks for the logfiles. Becau

Re: Make test error with V1.3.2

2001-05-18 Thread Gerald Richter
Hi Lukas and Andy, thanks for the logfiles. Because of your logfiles I have found the problem. It only occurs with perl 5.6.0+. The reason is that Embperl cleans up %udat after the request with this Perl versions. The solution is to change the lines 1324 _and_ 1413 in Embperl.pm from $varfile

Re: Make test error with V1.3.2

2001-05-16 Thread Gerald Richter
> > I have no idea of what below error message means. Any body knows? > >... > Found unexpected output in httpd errorlog: > [Wed May 16 15:26:56 2001] [error] Can't call method "getid" on an undefined > value at /home/andy/temp/HTML-Embperl-1.3.2/blib/lib/HTML/Embperl.pm line > 1691. > That mea

Re: make test fail at #60 and #97

2001-03-15 Thread Gerald Richter
> Has anyone else found these tests failing? I've commented them out in > test.pl. All the other tests succeed so I assume the test is faulty rather > than Embperl. > > Running perl, v5.6.1 built for i686-linux > Embperl-1.3.1 > The problem is that error message changes in every Perl version. T

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: make test error in Embperl 1.3b7

2000-11-16 Thread Gerald Richter
Hi, > > #120 EmbperlObject/epodiv.htm... > Error in Line 200 > Is: >1.3b7< > Should: >1.3b7_dev< Oops, I made hundrets of make test before I released the version, but it seems that I missed the last one after I bumped up the version number... You can safely ignore this error and say make ins