Mailing List Archive

Embperl BETA 2.4.0 is available
Hi,

after a very long time of I am very happy to announce the next beta release of Embperl.

It is available for download and testing at

http://www.embperl.org/downloads/Embperl-2.4.0_2.tar.gz

It would be great if you can test it out, especially on different distributions using Perl, Apache and mod_perl provided by the Distribution. It's already working out of the box with openSuSE 11.2, but it would be great if somebody could test it on Debian, RetHat etc. and give me feedback.

Also I started an example for Embperl::Form, since I believe it's a very usefull addon, but it is not documented yet. Look at eg/forms/README.txt. For now the example does not show the full power of Embperl::Form, like the Ajax stuff, datepicker, RichText edit and so one, but it might be helpful to understand the basics.

If somebody else also think this is a usefull tool, help with creating more examples and documentation would be very much appreciated.

Overall documentation is not updated yet.

As always questions, feedback and patches are welcome

Regards

Gerald

Changes since 2.3.0:

- Support for CGI.pm 3.43 (included within Perl 5.10.1)
for file uplaods. CGI.pm < 2.43 is not supported anymore.
- A lot of enhancements for Embperl::Form
- Add example for usage of Embperl::Form. See
eg/forms/README.txt. Can be viewed used using "make start"
- Increased size limit for errormessage from 1024 to 4096
- Makefile.PL can now handle compiling 32Bit code on 64Bit
sytsem if Perl was compiled as 32Bit application
- Adaption of tests to changed error messages of perl 5.10
- Makefile.PL can now cope with OpenSuSE 11.2, if perl,
mod_perl and apache are installed from OpenSuSE packages.
- Fix make test error for Perl compiled with DEBUGGING on
- Support for internationalization in Emberl::Form
- Do not link against unused libz




---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org
Re: Embperl BETA 2.4.0 is available [ In reply to ]
That sounds great.

I tend to purchase small virtual servers on a job by job basis and have
always had a nightmare getting Embperl to work.

I will buy a new virtual server today, running Centos 5 and Plesk. I don't
really use Plesk, but it's hard to come by a virtual server that doesn't run
such utilities. Previously, Plesk would we the main thing that got in the
way of installing Embperl (Apache source was never present, although
mod_perl was installed ready to go).

Looking forward to trying the new features.

Chris Denman

On 19 March 2010 05:44, Gerald Richter - ECOS <gerald.richter@ecos.de>wrote:

> Hi,
>
> after a very long time of I am very happy to announce the next beta release
> of Embperl.
>
> It is available for download and testing at
>
> http://www.embperl.org/downloads/Embperl-2.4.0_2.tar.gz
>
> It would be great if you can test it out, especially on different
> distributions using Perl, Apache and mod_perl provided by the Distribution.
> It's already working out of the box with openSuSE 11.2, but it would be
> great if somebody could test it on Debian, RetHat etc. and give me feedback.
>
> Also I started an example for Embperl::Form, since I believe it's a very
> usefull addon, but it is not documented yet. Look at eg/forms/README.txt.
> For now the example does not show the full power of Embperl::Form, like the
> Ajax stuff, datepicker, RichText edit and so one, but it might be helpful to
> understand the basics.
>
> If somebody else also think this is a usefull tool, help with creating more
> examples and documentation would be very much appreciated.
>
> Overall documentation is not updated yet.
>
> As always questions, feedback and patches are welcome
>
> Regards
>
> Gerald
>
> Changes since 2.3.0:
>
> - Support for CGI.pm 3.43 (included within Perl 5.10.1)
> for file uplaods. CGI.pm < 2.43 is not supported anymore.
> - A lot of enhancements for Embperl::Form
> - Add example for usage of Embperl::Form. See
> eg/forms/README.txt. Can be viewed used using "make start"
> - Increased size limit for errormessage from 1024 to 4096
> - Makefile.PL can now handle compiling 32Bit code on 64Bit
> sytsem if Perl was compiled as 32Bit application
> - Adaption of tests to changed error messages of perl 5.10
> - Makefile.PL can now cope with OpenSuSE 11.2, if perl,
> mod_perl and apache are installed from OpenSuSE packages.
> - Fix make test error for Perl compiled with DEBUGGING on
> - Support for internationalization in Emberl::Form
> - Do not link against unused libz
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
> For additional commands, e-mail: embperl-help@perl.apache.org
>
>
Re: Embperl BETA 2.4.0 is available [ In reply to ]
We will try things out on Redhat 5 soon.

On 19 March 2010 09:30, Chris Denman <chrisjdenman@googlemail.com> wrote:
> That sounds great.
> I tend to purchase small virtual servers on a job by job basis and have
> always had a nightmare getting Embperl to work.
> I will buy a new virtual server today, running Centos 5 and Plesk.  I don't
> really use Plesk, but it's hard to come by a virtual server that doesn't run
> such utilities.  Previously, Plesk would we the main thing that got in the
> way of installing Embperl (Apache source was never present, although
> mod_perl was installed ready to go).
> Looking forward to trying the new features.
> Chris Denman
>
> On 19 March 2010 05:44, Gerald Richter - ECOS <gerald.richter@ecos.de>
> wrote:
>>
>> Hi,
>>
>> after a very long time of I am very happy to announce the next beta
>> release of Embperl.
>>
>> It is available for download and testing at
>>
>> http://www.embperl.org/downloads/Embperl-2.4.0_2.tar.gz
>>
>> It would be great if you can test it out, especially on different
>> distributions using Perl, Apache and mod_perl provided by the Distribution.
>> It's already working out of the box with openSuSE 11.2, but it would be
>> great if somebody could test it on Debian, RetHat etc. and give me feedback.
>>
>> Also I started an example for Embperl::Form, since I believe it's a very
>> usefull addon, but it is not documented yet. Look at eg/forms/README.txt.
>> For now the example does not show the full power of Embperl::Form, like the
>> Ajax stuff, datepicker, RichText edit and so one, but it might be helpful to
>> understand the basics.
>>
>> If somebody else also think this is a usefull tool, help with creating
>> more examples and documentation would be very much appreciated.
>>
>> Overall documentation is not updated yet.
>>
>> As always questions, feedback and patches are welcome
>>
>> Regards
>>
>> Gerald
>>
>> Changes since 2.3.0:
>>
>>    - Support for CGI.pm 3.43 (included within Perl 5.10.1)
>>      for file uplaods. CGI.pm < 2.43 is not supported anymore.
>>    - A lot of enhancements for Embperl::Form
>>    - Add example for usage of Embperl::Form. See
>>      eg/forms/README.txt. Can be viewed used using "make start"
>>    - Increased size limit for errormessage from 1024 to 4096
>>    - Makefile.PL can now handle compiling 32Bit code on 64Bit
>>      sytsem if Perl was compiled as 32Bit application
>>    - Adaption of tests to changed error messages of perl 5.10
>>    - Makefile.PL can now cope with OpenSuSE 11.2, if perl,
>>      mod_perl and apache are installed from OpenSuSE packages.
>>    - Fix make test error for Perl compiled with DEBUGGING on
>>    - Support for internationalization in Emberl::Form
>>    - Do not link against unused libz
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
>> For additional commands, e-mail: embperl-help@perl.apache.org
>>
>
>



--
Michael Stevens
Dianomi Ltd
18 Buckingham Gate
London SW1E 6LB

Tel: 020 7802 5530
Fax: 020 7630 7356
www.dianomi.com

The information in this message and any attachment is intended for the
addressee and is confidential and may be subject to legal privilege.
Dianomi Ltd, Registered Office: One America Square, Crosswall, London.
EC3N 2SG. Registered in England and Wales with Company Registration
Number 4513809. VAT registration number: 809754988

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org
Re: Embperl BETA 2.4.0 is available [ In reply to ]
Hello!

On 19.03.2010 7:44, Gerald Richter - ECOS wrote:
> after a very long time of I am very happy to announce the next beta release of Embperl.
> It is available for download and testing at
> http://www.embperl.org/downloads/Embperl-2.4.0_2.tar.gz
> It would be great if you can test it out, especially on different distributions using Perl, Apache and mod_perl provided by the Distribution. It's already working out of the box with openSuSE 11.2, but it would be great if somebody could test it on Debian, RetHat etc. and give me feedback.

perl Makefile.PL produces following warning:

---
Checking if your kit is complete...
Warning: the following files are missing in your kit:
eg/forms/Embperl/MyForm
eg/forms/Embperl/MyForm/DataSource
Please inform the author.
---


Apart from that:

Debian GNU/Linux 5.0, Apache/2.2.9, perl, v5.10.0, mod_perl2 2.000004,
CGI 3.49
All tests have been passed successfully!

Red Hat Enterprise Linux ES release 4 (Nahant Update 8), Apache/2.0.52
(provided by the distribution) / Apache/2.0.63, perl v5.8.5, mod_perl2
2.000004, CGI 3.49

make test shows following error:

---
Testing mod_perl mode...

#0 ascii...

[-1]ap_get_server_description() not available until httpd/2.2.4 falling
back to ap_get_server_version() at
/usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 92.
[-2][Fri Mar 19 12:30:12 2010] [warn] Init: Session Cache is not
configured [hint: SSLSessionCache]
[-3]ap_get_server_banner() not available until httpd/2.2.4 falling back
to ap_get_server_version() at
/usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 92.
[-4]ap_get_server_description() not available until httpd/2.2.4 falling
back to ap_get_server_version() at
/usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 92.

Input: test/html/ascii
Output: test/tmp/out.htm
Log: test/tmp/test.log
---

This is due to mod_perl2 2.000004 generating additional warning message
under Apache/2.0.

with make test TESTARGS="-i" all other tests pass correctly.

Thank you very much for the new release!

Regards,
Aare

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org
RE: Embperl BETA 2.4.0 is available [ In reply to ]
>
> [-1]ap_get_server_description() not available until httpd/2.2.4 falling
> back to ap_get_server_version() at
> /usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 92.
>...

Could you please run

make test TESTARGS="-i"

and let me know if there are any other errors and if you see this error only once or for every test.

This one is a warning that mod_perl issues and not directly related to Embperl, but the Embperl test does not except a error/warning here.

Gerald



---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org
Re: Embperl BETA 2.4.0 is available [ In reply to ]
I see "all tests have been passed succesfully" and the warnings are
only displayed once.

On 19 March 2010 12:22, Gerald Richter - ECOS <gerald.richter@ecos.de> wrote:
>
>>
>> [-1]ap_get_server_description() not available until httpd/2.2.4 falling
>> back to ap_get_server_version() at
>> /usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 92.
>>...
>
> Could you please run
>
>  make test TESTARGS="-i"
>
> and let me know if there are any other errors and if you see this error only once or for every test.
>
> This one is a warning that mod_perl issues and not directly related to Embperl, but the Embperl test does not except a error/warning here.
>
> Gerald
>
>
>



--
Michael Stevens
Dianomi Ltd
18 Buckingham Gate
London SW1E 6LB

Tel: 020 7802 5530
Fax: 020 7630 7356
www.dianomi.com

The information in this message and any attachment is intended for the
addressee and is confidential and may be subject to legal privilege.
Dianomi Ltd, Registered Office: One America Square, Crosswall, London.
EC3N 2SG. Registered in England and Wales with Company Registration
Number 4513809. VAT registration number: 809754988

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org
RE: Embperl BETA 2.4.0 is available [ In reply to ]
Hi,

could you please try if the following patch solves the problem?

--- test.pl (revision 925098)
+++ test.pl (working copy)
@@ -1756,6 +1756,7 @@
!($_ =~ /SES\:/) &&
!($_ =~ /gcache started/) &&
!($_ =~ /EmbperlDebug: /) &&
+ !($_ =~ /not available until httpd/) &&
$_ ne 'Use of uninitialized value.')
{

Gerald



> -----Original Message-----
> From: Aare Vesi [mailto:aare.lists@myrien.com]
> Sent: Friday, March 19, 2010 12:17 PM
> To: Gerald Richter - ECOS
> Cc: embperl@perl.apache.org
> Subject: Re: Embperl BETA 2.4.0 is available
>
> Hello!
>
> On 19.03.2010 7:44, Gerald Richter - ECOS wrote:
> > after a very long time of I am very happy to announce the next beta
> release of Embperl.
> > It is available for download and testing at
> > http://www.embperl.org/downloads/Embperl-2.4.0_2.tar.gz
> > It would be great if you can test it out, especially on different
> distributions using Perl, Apache and mod_perl provided by the
> Distribution. It's already working out of the box with openSuSE 11.2,
> but it would be great if somebody could test it on Debian, RetHat etc.
> and give me feedback.
>
> perl Makefile.PL produces following warning:
>
> ---
> Checking if your kit is complete...
> Warning: the following files are missing in your kit:
> eg/forms/Embperl/MyForm
> eg/forms/Embperl/MyForm/DataSource
> Please inform the author.
> ---
>
>
> Apart from that:
>
> Debian GNU/Linux 5.0, Apache/2.2.9, perl, v5.10.0, mod_perl2 2.000004,
> CGI 3.49
> All tests have been passed successfully!
>
> Red Hat Enterprise Linux ES release 4 (Nahant Update 8), Apache/2.0.52
> (provided by the distribution) / Apache/2.0.63, perl v5.8.5, mod_perl2
> 2.000004, CGI 3.49
>
> make test shows following error:
>
> ---
> Testing mod_perl mode...
>
> #0 ascii...
>
> [-1]ap_get_server_description() not available until httpd/2.2.4 falling
> back to ap_get_server_version() at
> /usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 92.
> [-2][Fri Mar 19 12:30:12 2010] [warn] Init: Session Cache is not
> configured [hint: SSLSessionCache]
> [-3]ap_get_server_banner() not available until httpd/2.2.4 falling back
> to ap_get_server_version() at
> /usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 92.
> [-4]ap_get_server_description() not available until httpd/2.2.4 falling
> back to ap_get_server_version() at
> /usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 92.
>
> Input: test/html/ascii
> Output: test/tmp/out.htm
> Log: test/tmp/test.log
> ---
>
> This is due to mod_perl2 2.000004 generating additional warning message
> under Apache/2.0.
>
> with make test TESTARGS="-i" all other tests pass correctly.
>
> Thank you very much for the new release!
>
> Regards,
> Aare


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org
Re: Embperl BETA 2.4.0 is available [ In reply to ]
Hello!

On 20.03.2010 16:38, Gerald Richter - ECOS wrote:
> could you please try if the following patch solves the problem?
>
> --- test.pl (revision 925098)
> +++ test.pl (working copy)
> @@ -1756,6 +1756,7 @@
> !($_ =~ /SES\:/) &&
> !($_ =~ /gcache started/) &&
> !($_ =~ /EmbperlDebug: /) &&
> + !($_ =~ /not available until httpd/) &&
> $_ ne 'Use of uninitialized value.')
> {
>

Almost.
Added additional skipping for Apache mod_ssl configuration warning:

--- test.pl.patched
+++ test.pl
@@ -1757,6 +1757,7 @@
!($_ =~ /gcache started/) &&
!($_ =~ /EmbperlDebug: /) &&
!($_ =~ /not available until httpd/) &&
+ !($_ =~ /Init: Session Cache is not configured \[hint:
SSLSessionCache\]/) &&
$_ ne 'Use of uninitialized value.')
{
# count literal \n as newline,
---

Now all tests have been passed successfully!

Regards,
Aare

>> -----Original Message-----
>> On 19.03.2010 7:44, Gerald Richter - ECOS wrote:
>>> after a very long time of I am very happy to announce the next beta
>> release of Embperl.
>>> It is available for download and testing at
>>> http://www.embperl.org/downloads/Embperl-2.4.0_2.tar.gz
>>> It would be great if you can test it out, especially on different
>> distributions using Perl, Apache and mod_perl provided by the
>> Distribution. It's already working out of the box with openSuSE 11.2,
>> but it would be great if somebody could test it on Debian, RetHat etc.
>> and give me feedback.
>>
>> perl Makefile.PL produces following warning:
>>
>> ---
>> Checking if your kit is complete...
>> Warning: the following files are missing in your kit:
>> eg/forms/Embperl/MyForm
>> eg/forms/Embperl/MyForm/DataSource
>> Please inform the author.
>> ---
>>
>>
>> Apart from that:
>>
>> Debian GNU/Linux 5.0, Apache/2.2.9, perl, v5.10.0, mod_perl2 2.000004,
>> CGI 3.49
>> All tests have been passed successfully!
>>
>> Red Hat Enterprise Linux ES release 4 (Nahant Update 8), Apache/2.0.52
>> (provided by the distribution) / Apache/2.0.63, perl v5.8.5, mod_perl2
>> 2.000004, CGI 3.49
>>
>> make test shows following error:
>>
>> ---
>> Testing mod_perl mode...
>>
>> #0 ascii...
>>
>> [-1]ap_get_server_description() not available until httpd/2.2.4 falling
>> back to ap_get_server_version() at
>> /usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 92.
>> [-2][Fri Mar 19 12:30:12 2010] [warn] Init: Session Cache is not
>> configured [hint: SSLSessionCache]
>> [-3]ap_get_server_banner() not available until httpd/2.2.4 falling back
>> to ap_get_server_version() at
>> /usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 92.
>> [-4]ap_get_server_description() not available until httpd/2.2.4 falling
>> back to ap_get_server_version() at
>> /usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 92.
>>
>> Input: test/html/ascii
>> Output: test/tmp/out.htm
>> Log: test/tmp/test.log
>> ---
>>
>> This is due to mod_perl2 2.000004 generating additional warning message
>> under Apache/2.0.
>>
>> with make test TESTARGS="-i" all other tests pass correctly.
>>
>> Thank you very much for the new release!

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org
Re: Embperl BETA 2.4.0 is available [ In reply to ]
This fixes the problem for me.

On 20 March 2010 14:38, Gerald Richter - ECOS <gerald.richter@ecos.de> wrote:
> Hi,
>
> could you please try if the following patch solves the problem?
>
> --- test.pl     (revision 925098)
> +++ test.pl     (working copy)
> @@ -1756,6 +1756,7 @@
>            !($_ =~ /SES\:/) &&
>            !($_ =~ /gcache started/) &&
>             !($_ =~ /EmbperlDebug: /) &&
> +            !($_ =~ /not available until httpd/) &&
>             $_ ne 'Use of uninitialized value.')
>            {
>
> Gerald
>
>
>
>> -----Original Message-----
>> From: Aare Vesi [mailto:aare.lists@myrien.com]
>> Sent: Friday, March 19, 2010 12:17 PM
>> To: Gerald Richter - ECOS
>> Cc: embperl@perl.apache.org
>> Subject: Re: Embperl BETA 2.4.0 is available
>>
>> Hello!
>>
>> On 19.03.2010 7:44, Gerald Richter - ECOS wrote:
>> > after a very long time of I am very happy to announce the next beta
>> release of Embperl.
>> > It is available for download and testing at
>> > http://www.embperl.org/downloads/Embperl-2.4.0_2.tar.gz
>> > It would be great if you can test it out, especially on different
>> distributions using Perl, Apache and mod_perl provided by the
>> Distribution. It's already working out of the box with openSuSE 11.2,
>> but it would be great if somebody could test it on Debian, RetHat etc.
>> and give me feedback.
>>
>> perl Makefile.PL produces following warning:
>>
>> ---
>> Checking if your kit is complete...
>> Warning: the following files are missing in your kit:
>>         eg/forms/Embperl/MyForm
>>         eg/forms/Embperl/MyForm/DataSource
>> Please inform the author.
>> ---
>>
>>
>> Apart from that:
>>
>> Debian GNU/Linux 5.0, Apache/2.2.9, perl, v5.10.0, mod_perl2 2.000004,
>> CGI  3.49
>> All tests have been passed successfully!
>>
>> Red Hat Enterprise Linux ES release 4 (Nahant Update 8), Apache/2.0.52
>> (provided by the distribution) / Apache/2.0.63, perl v5.8.5, mod_perl2
>> 2.000004, CGI  3.49
>>
>> make test shows following error:
>>
>> ---
>> Testing mod_perl mode...
>>
>> #0 ascii...
>>
>> [-1]ap_get_server_description() not available until httpd/2.2.4 falling
>> back to ap_get_server_version() at
>> /usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 92.
>> [-2][Fri Mar 19 12:30:12 2010] [warn] Init: Session Cache is not
>> configured [hint: SSLSessionCache]
>> [-3]ap_get_server_banner() not available until httpd/2.2.4 falling back
>> to ap_get_server_version() at
>> /usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 92.
>> [-4]ap_get_server_description() not available until httpd/2.2.4 falling
>> back to ap_get_server_version() at
>> /usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 92.
>>
>> Input:          test/html/ascii
>> Output:         test/tmp/out.htm
>> Log:            test/tmp/test.log
>> ---
>>
>> This is due to mod_perl2 2.000004 generating additional warning message
>> under Apache/2.0.
>>
>> with make test TESTARGS="-i" all other tests pass correctly.
>>
>> Thank you very much for the new release!
>>
>> Regards,
>> Aare
>
>



--
Michael Stevens
Dianomi Ltd
18 Buckingham Gate
London SW1E 6LB

Tel: 020 7802 5530
Fax: 020 7630 7356
www.dianomi.com

The information in this message and any attachment is intended for the
addressee and is confidential and may be subject to legal privilege.
Dianomi Ltd, Registered Office: One America Square, Crosswall, London.
EC3N 2SG. Registered in England and Wales with Company Registration
Number 4513809. VAT registration number: 809754988

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org
Re: Embperl BETA 2.4.0 is available [ In reply to ]
On 21 March 2010 10:41, Aare Vesi <aare.lists@myrien.com> wrote:
> Hello!
>
> On 20.03.2010 16:38, Gerald Richter - ECOS wrote:
>> could you please try if the following patch solves the problem?
>>
>> --- test.pl     (revision 925098)
>> +++ test.pl     (working copy)
>> @@ -1756,6 +1756,7 @@
>>             !($_ =~ /SES\:/) &&
>>             !($_ =~ /gcache started/) &&
>>              !($_ =~ /EmbperlDebug: /) &&
>> +            !($_ =~ /not available until httpd/) &&
>>              $_ ne 'Use of uninitialized value.')
>>             {
>>
>
> Almost.
> Added additional skipping for Apache mod_ssl configuration warning:
>
> --- test.pl.patched
> +++ test.pl
> @@ -1757,6 +1757,7 @@
>            !($_ =~ /gcache started/) &&
>             !($_ =~ /EmbperlDebug: /) &&
>             !($_ =~ /not available until httpd/) &&
> +            !($_ =~ /Init: Session Cache is not configured \[hint:
> SSLSessionCache\]/) &&
>             $_ ne 'Use of uninitialized value.')
>            {
>                # count literal \n as newline,
> ---
>
> Now all tests have been passed successfully!

I didn't need this.

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org
RE: Embperl BETA 2.4.0 is available [ In reply to ]
Hi,

Thanks for the feedback from you all.

Of course I missed the ssl warning in your last mail, thanks for the reminder

Gerald

> -----Original Message-----
> From: Aare Vesi [mailto:aare.lists@myrien.com]
> Sent: Sunday, March 21, 2010 11:42 AM
> To: Gerald Richter - ECOS
> Cc: Michael Stevens; embperl@perl.apache.org
> Subject: Re: Embperl BETA 2.4.0 is available
>
> Hello!
>
> On 20.03.2010 16:38, Gerald Richter - ECOS wrote:
> > could you please try if the following patch solves the problem?
> >
> > --- test.pl (revision 925098)
> > +++ test.pl (working copy)
> > @@ -1756,6 +1756,7 @@
> > !($_ =~ /SES\:/) &&
> > !($_ =~ /gcache started/) &&
> > !($_ =~ /EmbperlDebug: /) &&
> > + !($_ =~ /not available until httpd/) &&
> > $_ ne 'Use of uninitialized value.')
> > {
> >
>
> Almost.
> Added additional skipping for Apache mod_ssl configuration warning:
>
> --- test.pl.patched
> +++ test.pl
> @@ -1757,6 +1757,7 @@
> !($_ =~ /gcache started/) &&
> !($_ =~ /EmbperlDebug: /) &&
> !($_ =~ /not available until httpd/) &&
> + !($_ =~ /Init: Session Cache is not configured \[hint:
> SSLSessionCache\]/) &&
> $_ ne 'Use of uninitialized value.')
> {
> # count literal \n as newline,
> ---
>
> Now all tests have been passed successfully!
>
> Regards,
> Aare
>
> >> -----Original Message-----
> >> On 19.03.2010 7:44, Gerald Richter - ECOS wrote:
> >>> after a very long time of I am very happy to announce the next beta
> >> release of Embperl.
> >>> It is available for download and testing at
> >>> http://www.embperl.org/downloads/Embperl-2.4.0_2.tar.gz
> >>> It would be great if you can test it out, especially on different
> >> distributions using Perl, Apache and mod_perl provided by the
> >> Distribution. It's already working out of the box with openSuSE
> 11.2,
> >> but it would be great if somebody could test it on Debian, RetHat
> etc.
> >> and give me feedback.
> >>
> >> perl Makefile.PL produces following warning:
> >>
> >> ---
> >> Checking if your kit is complete...
> >> Warning: the following files are missing in your kit:
> >> eg/forms/Embperl/MyForm
> >> eg/forms/Embperl/MyForm/DataSource
> >> Please inform the author.
> >> ---
> >>
> >>
> >> Apart from that:
> >>
> >> Debian GNU/Linux 5.0, Apache/2.2.9, perl, v5.10.0, mod_perl2
> 2.000004,
> >> CGI 3.49
> >> All tests have been passed successfully!
> >>
> >> Red Hat Enterprise Linux ES release 4 (Nahant Update 8),
> Apache/2.0.52
> >> (provided by the distribution) / Apache/2.0.63, perl v5.8.5,
> mod_perl2
> >> 2.000004, CGI 3.49
> >>
> >> make test shows following error:
> >>
> >> ---
> >> Testing mod_perl mode...
> >>
> >> #0 ascii...
> >>
> >> [-1]ap_get_server_description() not available until httpd/2.2.4
> falling
> >> back to ap_get_server_version() at
> >> /usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 92.
> >> [-2][Fri Mar 19 12:30:12 2010] [warn] Init: Session Cache is not
> >> configured [hint: SSLSessionCache]
> >> [-3]ap_get_server_banner() not available until httpd/2.2.4 falling
> back
> >> to ap_get_server_version() at
> >> /usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 92.
> >> [-4]ap_get_server_description() not available until httpd/2.2.4
> falling
> >> back to ap_get_server_version() at
> >> /usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 92.
> >>
> >> Input: test/html/ascii
> >> Output: test/tmp/out.htm
> >> Log: test/tmp/test.log
> >> ---
> >>
> >> This is due to mod_perl2 2.000004 generating additional warning
> message
> >> under Apache/2.0.
> >>
> >> with make test TESTARGS="-i" all other tests pass correctly.
> >>
> >> Thank you very much for the new release!


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org
RE: Embperl BETA 2.4.0 is available [ In reply to ]
I installed this on my iMac (Snow Leopard 10.6.3). Needed a minor fix to make it work. Here's some info:

make test TESTARGS="-i" gives the following errors:

#241 rtf/rtfmeta.asc...

[-1][2455]ERR: 24: Error in Perl code: syntax error at /Users/marcus/Src/Embperl-2.4.0_2/test/html/rtf/rtfmeta.asc line 5, near "]\"
[-2]syntax error at /Users/marcus/Src/Embperl-2.4.0_2/test/html/rtf/rtfmeta.asc line 17, near "#line 16 "/Users/marcus/Src/Embperl-2.4.0_2/test/html/rtf/rtfmeta.asc"
[-3]}
[-4] _ep_cp"
[-5]syntax error at /Users/marcus/Src/Embperl-2.4.0_2/test/html/rtf/rtfmeta.asc line 20, at EOF
[-6]syntax error at /Users/marcus/Src/Embperl-2.4.0_2/test/html/rtf/rtfmeta.asc line 27, near ";
[-7]}"

...

Performing httpd syntax check 1 ... ERROR: Syntax OK not found
Got httpd: Syntax error on line 33 of /Users/marcus/src/Embperl-2.4.0_2/test/conf/httpd.min.conf: Cannot load /Users/marcus/src/Embperl-2.4.0_2/blib/arch/auto/Embperl/Embperl.so into server: dlopen(/Users/marcus/src/Embperl-2.4.0_2/blib/arch/auto/Embperl/Embperl.so, 10): image not found

---

The "image not found" is due to the library being called Embperl.bundle instead of Embperl.so. After copying the library with the following command all seems to work fine:

> sudo cp /Library/Perl/5.10.0/darwin-thread-multi-2level/auto/Embperl/Embperl.bundle /usr/libexec/apache2/Embperl.so

Hope this info is helpful.

_________________________________________________________________
Hotmail has tools for the New Busy. Search, chat and e-mail from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_1
RE: Embperl BETA 2.4.0 is available [ In reply to ]
Hi,

 

thanks for the feedback.

 

I guess the rtfmeta.asc error is related to the different line endings on the mac.

 

The other thing, could you please try the following:

 

rm /usr/libexec/apache2/Embperl.so

 

then change Embperl.so to Embperl.bundle in test/conf/httpd.conf.src and test/conf/httpd.min.conf.src

 

make test TESTARGS=”-h”

 

Does this succeed?

 

Gerald

 

 

From: Marcus Doemling [mailto:md7852@hotmail.com]
Sent: Tuesday, April 13, 2010 8:23 PM
To: embperl@perl.apache.org
Subject: RE: Embperl BETA 2.4.0 is available



 

I installed this on my iMac (Snow Leopard 10.6.3). Needed a minor fix to make it work. Here's some info:

make test TESTARGS="-i" gives the following errors:

#241 rtf/rtfmeta.asc...      

[-1][2455]ERR:  24:  Error in Perl code: syntax error at /Users/marcus/Src/Embperl-2.4.0_2/test/html/rtf/rtfmeta.asc line 5, near "]\"
[-2]syntax error at /Users/marcus/Src/Embperl-2.4.0_2/test/html/rtf/rtfmeta.asc line 17, near "#line 16 "/Users/marcus/Src/Embperl-2.4.0_2/test/html/rtf/rtfmeta.asc"
[-3]}
[-4] _ep_cp"
[-5]syntax error at /Users/marcus/Src/Embperl-2.4.0_2/test/html/rtf/rtfmeta.asc line 20, at EOF
[-6]syntax error at /Users/marcus/Src/Embperl-2.4.0_2/test/html/rtf/rtfmeta.asc line 27, near ";
[-7]}"

...

Performing httpd syntax check 1 ...  ERROR: Syntax OK not found
Got httpd: Syntax error on line 33 of /Users/marcus/src/Embperl-2.4.0_2/test/conf/httpd.min.conf: Cannot load /Users/marcus/src/Embperl-2.4.0_2/blib/arch/auto/Embperl/Embperl.so into server: dlopen(/Users/marcus/src/Embperl-2.4.0_2/blib/arch/auto/Embperl/Embperl.so, 10): image not found

---

The "image not found" is due to the library being called Embperl.bundle instead of Embperl.so. After copying the library with the following command all seems to work fine:

> sudo cp /Library/Perl/5.10.0/darwin-thread-multi-2level/auto/Embperl/Embperl.bundle /usr/libexec/apache2/Embperl.so

Hope this info is helpful.


Hotmail has tools for the New Busy. Search, chat and e-mail from your inbox. Learn more.
RE: Embperl BETA 2.4.0 is available [ In reply to ]
Yes, the tests succeed. "All tests have been passed successfully!".

Thanks,
Marcus

Subject: RE: Embperl BETA 2.4.0 is available
From: gerald.richter@ecos.de
To: md7852@hotmail.com; embperl@perl.apache.org
Date: Wed, 14 Apr 2010 05:46:39 +0200




















Hi,



thanks for the feedback.



I guess the rtfmeta.asc error is related to the different line
endings on the mac.



The other thing, could you please try the following:



rm /usr/libexec/apache2/Embperl.so



then change Embperl.so to Embperl.bundle in
test/conf/httpd.conf.src and test/conf/httpd.min.conf.src



make test TESTARGS=”-h”



Does this succeed?



Gerald











From: Marcus Doemling [mailto:md7852@hotmail.com]


Sent: Tuesday, April 13, 2010 8:23 PM

To: embperl@perl.apache.org

Subject: RE: Embperl BETA 2.4.0 is available







I installed this on my iMac (Snow Leopard
10.6.3). Needed a minor fix to make it work. Here's some info:



make test TESTARGS="-i" gives the following errors:



#241 rtf/rtfmeta.asc...



[-1][2455]ERR: 24: Error in Perl code: syntax error at
/Users/marcus/Src/Embperl-2.4.0_2/test/html/rtf/rtfmeta.asc line 5, near
"]\"

[-2]syntax error at /Users/marcus/Src/Embperl-2.4.0_2/test/html/rtf/rtfmeta.asc
line 17, near "#line 16
"/Users/marcus/Src/Embperl-2.4.0_2/test/html/rtf/rtfmeta.asc"

[-3]}

[-4] _ep_cp"

[-5]syntax error at /Users/marcus/Src/Embperl-2.4.0_2/test/html/rtf/rtfmeta.asc
line 20, at EOF

[-6]syntax error at /Users/marcus/Src/Embperl-2.4.0_2/test/html/rtf/rtfmeta.asc
line 27, near ";

[-7]}"



...



Performing httpd syntax check 1 ... ERROR: Syntax OK not found

Got httpd: Syntax error on line 33 of
/Users/marcus/src/Embperl-2.4.0_2/test/conf/httpd.min.conf: Cannot load
/Users/marcus/src/Embperl-2.4.0_2/blib/arch/auto/Embperl/Embperl.so into
server: dlopen(/Users/marcus/src/Embperl-2.4.0_2/blib/arch/auto/Embperl/Embperl.so,
10): image not found



---



The "image not found" is due to the library being called
Embperl.bundle instead of Embperl.so. After copying the library with the
following command all seems to work fine:



> sudo cp /Library/Perl/5.10.0/darwin-thread-multi-2level/auto/Embperl/Embperl.bundle
/usr/libexec/apache2/Embperl.so



Hope this info is helpful.







Hotmail
has tools for the New Busy. Search, chat and e-mail from your inbox. Learn more.




_________________________________________________________________
The New Busy is not the old busy. Search, chat and e-mail from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_3
RE: Embperl BETA 2.4.0 is available [ In reply to ]
I think there is another issue on the Mac. It seems I cannot get it to recognize the configuration parameters in httpd.conf on the Mac. My conf is as follows:

LoadModule perl_module libexec/apache2/mod_perl.so
LoadModule embperl_module libexec/apache2/Embperl.so

PerlModule Embperl
AddType text/html .bhtml

<Files *.bhtml>
Embperl_AppName n1
Embperl_Object_Base base.bhtml

SetHandler perl-script
PerlHandler Embperl::Object
Options ExecCGI
</Files>

It will not recognize Embperl_Object_Base or any other embperl setting. I have tried is also with the environmental variables using Embperl_UseEnv. When starting httpd with the -D EMBPERL_APDEBUG options I get this:

[Sun Apr 18 16:27:38 2010] [warn] EmbperlDebug: create_server_config (0xbogus %p [3732/0]\n
[Sun Apr 18 16:27:38 2010] [warn] EmbperlDebug: create_dir_config Embperl (0xbogus %p [3732/0]\n
[Sun Apr 18 16:27:38 2010] [warn] EmbperlDebug: create_dir_config Embperl (0xbogus %p [3732/0]\n
[Sun Apr 18 16:27:38 2010] [warn] EmbperlDebug: Set APPNAME (type=char *;STR) = n1\n
[Sun Apr 18 16:27:38 2010] [warn] EmbperlDebug: Set OBJECT_BASE (type=char *;STR) = base.bhtml\n

But when accessing a page I get the error:

[Sun Apr 18 16:29:04 2010] [error] [3664]ERR: 404: : Not found '_base.epl', searched:
[Sun Apr 18 16:29:04 2010] [error] Embperl::Object base _base.epl not found. Searched '/Users/marcus/web/test /Users/marcus/web' and ''

However make test TESTARGS="-h" runs successfully. I'm out of ideas.

Thanks,
Marcus

_________________________________________________________________
The New Busy is not the too busy. Combine all your e-mail accounts with Hotmail.
http://www.windowslive.com/campaign/thenewbusy?tile=multiaccount&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_4
Re: Embperl BETA 2.4.0 is available [ In reply to ]
Have you tried adding "Embperl_UseEnv on" before the <Files> section ?

Personally i found it confusing wether i should prefix PerlSetEnv or not. I
guess some of the EMPERL_* options are apache directives, and some are not.
But I presume that the ones inside a section which has "Perlhandler
Embperl::Object" are treated differently to those outside of such a section.
Perhaps others can clarify ?

Cheers
Brett

On Mon, Apr 19, 2010 at 9:34 AM, Marcus Doemling <md7852@hotmail.com> wrote:

> I think there is another issue on the Mac. It seems I cannot get it to
> recognize the configuration parameters in httpd.conf on the Mac. My conf is
> as follows:
>
> LoadModule perl_module libexec/apache2/mod_perl.so
> LoadModule embperl_module libexec/apache2/Embperl.so
>
> PerlModule Embperl
> AddType text/html .bhtml
>
> <Files *.bhtml>
> Embperl_AppName n1
> Embperl_Object_Base base.bhtml
>
> SetHandler perl-script
> PerlHandler Embperl::Object
> Options ExecCGI
> </Files>
>
> It will not recognize Embperl_Object_Base or any other embperl setting. I
> have tried is also with the environmental variables using Embperl_UseEnv.
> When starting httpd with the -D EMBPERL_APDEBUG options I get this:
>
> [Sun Apr 18 16:27:38 2010] [warn] EmbperlDebug: create_server_config
> (0xbogus %p [3732/0]\n
> [Sun Apr 18 16:27:38 2010] [warn] EmbperlDebug: create_dir_config Embperl
> (0xbogus %p [3732/0]\n
> [Sun Apr 18 16:27:38 2010] [warn] EmbperlDebug: create_dir_config Embperl
> (0xbogus %p [3732/0]\n
> [Sun Apr 18 16:27:38 2010] [warn] EmbperlDebug: Set APPNAME (type=char
> *;STR) = n1\n
> [Sun Apr 18 16:27:38 2010] [warn] EmbperlDebug: Set OBJECT_BASE
> (type=char *;STR) = base.bhtml\n
>
> But when accessing a page I get the error:
>
> [Sun Apr 18 16:29:04 2010] [error] [3664]ERR: 404: : Not found
> '_base.epl', searched:
> [Sun Apr 18 16:29:04 2010] [error] Embperl::Object base _base.epl not
> found. Searched '/Users/marcus/web/test /Users/marcus/web' and ''
>
> However make test TESTARGS="-h" runs successfully. I'm out of ideas.
>
> Thanks,
> Marcus
>
> ------------------------------
> The New Busy is not the too busy. Combine all your e-mail accounts with
> Hotmail. Get busy.<http://www.windowslive.com/campaign/thenewbusy?tile=multiaccount&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_4>
>
RE: Embperl BETA 2.4.0 is available [ In reply to ]
Hi,

 

you only need to use "Embperl_UseEnv on" if you need to set the configuration via the environment (i.e. when you use SetEnv or PerlSetEnv).

 

As long as you use mod_perl there is no need for SetEnv and all configuration directives are Apache directives, regardless in which section they are

 

Gerald

 

 

From: Brett @Google [mailto:brett.maxfield@gmail.com]
Sent: Monday, April 19, 2010 7:27 AM
To: Marcus Doemling
Cc: embperl@perl.apache.org
Subject: Re: Embperl BETA 2.4.0 is available



 

Have you tried adding "Embperl_UseEnv on" before the <Files> section ?

Personally i found it confusing wether i should prefix PerlSetEnv or not. I guess some of the EMPERL_* options are apache directives, and some are not. But I presume that the ones inside a section which has "Perlhandler Embperl::Object" are treated differently to those outside of such a section. Perhaps others can clarify ?

Cheers
Brett

On Mon, Apr 19, 2010 at 9:34 AM, Marcus Doemling <md7852@hotmail.com> wrote:

I think there is another issue on the Mac. It seems I cannot get it to recognize the configuration parameters in httpd.conf on the Mac. My conf is as follows:

  LoadModule perl_module libexec/apache2/mod_perl.so
  LoadModule embperl_module libexec/apache2/Embperl.so

  PerlModule Embperl
  AddType text/html .bhtml

  <Files *.bhtml>
        Embperl_AppName n1
        Embperl_Object_Base base.bhtml

        SetHandler perl-script
        PerlHandler Embperl::Object
        Options ExecCGI
  </Files>

It will not recognize Embperl_Object_Base or any other embperl setting. I have tried is also with the environmental variables using Embperl_UseEnv. When starting httpd with the -D EMBPERL_APDEBUG options I get this:

  [Sun Apr 18 16:27:38 2010] [warn] EmbperlDebug: create_server_config (0xbogus %p [3732/0]\n
  [Sun Apr 18 16:27:38 2010] [warn] EmbperlDebug: create_dir_config Embperl (0xbogus %p [3732/0]\n
  [Sun Apr 18 16:27:38 2010] [warn] EmbperlDebug: create_dir_config Embperl (0xbogus %p [3732/0]\n
  [Sun Apr 18 16:27:38 2010] [warn] EmbperlDebug: Set APPNAME (type=char *;STR) = n1\n
  [Sun Apr 18 16:27:38 2010] [warn] EmbperlDebug: Set OBJECT_BASE (type=char *;STR) = base.bhtml\n

But when accessing a page I get the error:

  [Sun Apr 18 16:29:04 2010] [error] [3664]ERR:  404: : Not found '_base.epl', searched:
  [Sun Apr 18 16:29:04 2010] [error] Embperl::Object base _base.epl not found. Searched '/Users/marcus/web/test /Users/marcus/web' and ''

However make test TESTARGS="-h" runs successfully. I'm out of ideas.

Thanks,
Marcus

 


The New Busy is not the too busy. Combine all your e-mail accounts with Hotmail. Get busy.




 
RE: Embperl BETA 2.4.0 is available [ In reply to ]
I suggest setting EMBPERL_LOG to -1 and take a look at the embperl.log file. That might shed some light what is going on here

 

Gerald

 

 

From: Marcus Doemling [mailto:md7852@hotmail.com]
Sent: Monday, April 19, 2010 1:34 AM
To: embperl@perl.apache.org
Subject: RE: Embperl BETA 2.4.0 is available



 

I think there is another issue on the Mac. It seems I cannot get it to recognize the configuration parameters in httpd.conf on the Mac. My conf is as follows:

  LoadModule perl_module libexec/apache2/mod_perl.so
  LoadModule embperl_module libexec/apache2/Embperl.so

  PerlModule Embperl
  AddType text/html .bhtml

  <Files *.bhtml>
        Embperl_AppName n1
        Embperl_Object_Base base.bhtml

        SetHandler perl-script
        PerlHandler Embperl::Object
        Options ExecCGI
  </Files>

It will not recognize Embperl_Object_Base or any other embperl setting. I have tried is also with the environmental variables using Embperl_UseEnv. When starting httpd with the -D EMBPERL_APDEBUG options I get this:

  [Sun Apr 18 16:27:38 2010] [warn] EmbperlDebug: create_server_config (0xbogus %p [3732/0]\n
  [Sun Apr 18 16:27:38 2010] [warn] EmbperlDebug: create_dir_config Embperl (0xbogus %p [3732/0]\n
  [Sun Apr 18 16:27:38 2010] [warn] EmbperlDebug: create_dir_config Embperl (0xbogus %p [3732/0]\n
  [Sun Apr 18 16:27:38 2010] [warn] EmbperlDebug: Set APPNAME (type=char *;STR) = n1\n
  [Sun Apr 18 16:27:38 2010] [warn] EmbperlDebug: Set OBJECT_BASE (type=char *;STR) = base.bhtml\n

But when accessing a page I get the error:

  [Sun Apr 18 16:29:04 2010] [error] [3664]ERR:  404: : Not found '_base.epl', searched:
  [Sun Apr 18 16:29:04 2010] [error] Embperl::Object base _base.epl not found. Searched '/Users/marcus/web/test /Users/marcus/web' and ''

However make test TESTARGS="-h" runs successfully. I'm out of ideas.

Thanks,
Marcus


The New Busy is not the too busy. Combine all your e-mail accounts with Hotmail. Get busy.
RE: Embperl BETA 2.4.0 is available [ In reply to ]
Ok I found something and this is strange.

If I replace


LoadModule embperl_module libexec/apache2/Embperl.so

with


LoadModule embperl_module
"/Users/marcus/src/Embperl-2.4.0_2/blib/arch/auto/Embperl/Embperl.bundle"

then
the embperl configuration settings are honored.

To dig into this
I tried every variation related to the Embperl.bundle file that I could
come up with. First of all the two files Embperl.so and Embperl.bundle
are identical. I made the modes, ownership for file and parent directory
identical but the first LoadModule directive above still causes the
embperl configurations not to be honored. I tried using an absolute
path, I also tried changing the file extension in the second LoadModule
directive above from .bundle to .so and also this causes the problem.
Also the file location into which "make install" is moving it (/Library/Perl/5.10.0/darwin-thread-multi-2level/auto/Embperl/Embperl.bundle)
does not work.

In summary if I use a relocated file the problem
will occur.

Thanks,
Marcus
_________________________________________________________________
Hotmail is redefining busy with tools for the New Busy. Get more from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_2
Re: Embperl BETA 2.4.0 is available [ In reply to ]
Gerald,

It would be great to have a new release of Embperl, how's 2.4 going?

On 19/03/10 05:44, Gerald Richter - ECOS wrote:
> Hi,
>
> after a very long time of I am very happy to announce the next beta release of Embperl.
>
> It is available for download and testing at
>
> http://www.embperl.org/downloads/Embperl-2.4.0_2.tar.gz
>
> It would be great if you can test it out, especially on different distributions using Perl, Apache and mod_perl provided by the Distribution. It's already working out of the box with openSuSE 11.2, but it would be great if somebody could test it on Debian, RetHat etc. and give me feedback.
>
> Also I started an example for Embperl::Form, since I believe it's a very usefull addon, but it is not documented yet. Look at eg/forms/README.txt. For now the example does not show the full power of Embperl::Form, like the Ajax stuff, datepicker, RichText edit and so one, but it might be helpful to understand the basics.
>
> If somebody else also think this is a usefull tool, help with creating more examples and documentation would be very much appreciated.
>
> Overall documentation is not updated yet.
>
> As always questions, feedback and patches are welcome
>
> Regards
>
> Gerald
>
> Changes since 2.3.0:
>
> - Support for CGI.pm 3.43 (included within Perl 5.10.1)
> for file uplaods. CGI.pm< 2.43 is not supported anymore.
> - A lot of enhancements for Embperl::Form
> - Add example for usage of Embperl::Form. See
> eg/forms/README.txt. Can be viewed used using "make start"
> - Increased size limit for errormessage from 1024 to 4096
> - Makefile.PL can now handle compiling 32Bit code on 64Bit
> sytsem if Perl was compiled as 32Bit application
> - Adaption of tests to changed error messages of perl 5.10
> - Makefile.PL can now cope with OpenSuSE 11.2, if perl,
> mod_perl and apache are installed from OpenSuSE packages.
> - Fix make test error for Perl compiled with DEBUGGING on
> - Support for internationalization in Emberl::Form
> - Do not link against unused libz
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
> For additional commands, e-mail: embperl-help@perl.apache.org
>


--
Michael Stevens
Dianomi Ltd
18 Buckingham Gate
London SW1E 6LB

Tel: 020 7802 5530
Fax: 020 7630 7356
www.dianomi.com

The information in this message and any attachment is intended for the
addressee and is confidential and may be subject to legal privilege.
Dianomi Ltd, Registered Office: One America Square, Crosswall, London.
EC3N 2SG. Registered in England and Wales with Company Registration
Number 4513809. VAT registration number: 809754988

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org
Re: Embperl BETA 2.4.0 is available [ In reply to ]
On Thu, Jul 1, 2010 at 4:55 PM, Michael Stevens
<michael.stevens@dianomi.com> wrote:
> Gerald,
>
> It would be great to have a new release of Embperl,

I wholeheartedly second this sentiment!

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org