List Info

Thread: RE: RE: RE: ANNOUNCE: Embperl 2.3.0




RE: RE: RE: ANNOUNCE: Embperl 2.3.0
user name
2007-10-04 07:19:50
Hi!
> 
> It seems that the debian installed mod_perl 2.02 and
the 
> cpanplus installed mod_perl 2.03 conflicted.
> On the production box the upgrade was flawless.



> I've reinstalled the debian package to fix my dev box.
> 
> While compiling I saw the '-DMP_COMPAT_1X' switch.
Doesn't 
> the Makefile detect my mod_perl2 correctly?
> 

This swicth comes from mod_perl (Embperl use the same build
flags as 
mod_perl). 

It is anyway on by default and enables some compatibility
features with 
mod_perl 1.x

Gerald


> -Alex
> 
> 
> -----Original Message-----
> From: Gerald Richter - ECOS GmbH [mailto:richterecos.de]
> Sent: Thursday, October 04, 2007 11:42 AM
> To: Hartmaier Alexander; embperlperl.apache.org
> Subject: RE: RE: ANNOUNCE: Embperl 2.3.0
> 
> > 
> > [-1]/usr/sbin/apache2: symbol lookup error: 
> >
/usr/local/lib/perl/5.8.8/auto/Apache2/RequestUtil/RequestUt
il
> > .so: undefined symbol: modperl_pnotes
> > 
> 
> This sounds like a mod_perl problem.
> 
> Which version of mod_perl is installed?
> 
> Is it possible that is is not correcly installed or
that you 
> use a different version for compiling Embperl and for
running 
> the tests?
> 
> Gerald
> 
> 
> 
> > Input:          test/html/errdoc/errdoc.htm
> > Output:         test/tmp/out.htm
> > Log:            test/tmp/test.log
> > Testparameter:
> >   modperl = 1
> >   errors = 5
> >   version = 2
> >   option = 262144
> > 
> >  ERRORS detected! NOT all tests have been passed
successfully
> > 
> > make: *** [test_dynamic] Error 1
> > 
> > I'm running debian etch with all updates
installed.
> > 
> > -Alex
> > 
> > 
> > -----Original Message-----
> > From: Gerald Richter - ECOS GmbH
[mailto:richterecos.de]
> > Sent: Saturday, September 29, 2007 2:13 PM
> > To: announceperl.apache.org; embperlperl.apache.org; 
> > modperlperl.apache.org
> > Subject: ANNOUNCE: Embperl 2.3.0
> > 
> > The URL
> > 
> >    
ftp://ftp.dev.ecos.de/pub/perl/embperl/Embperl-2.3.0.tar.gz
> > 
> > has entered CPAN as
> > 
> >   file:
$CPAN/authors/id/G/GR/GRICHTER/Embperl-2.3.0.tar.gz
> >   size: 678320 bytes
> >    md5: a1d6ce28c34fc7763313b99b9e6b150a
> > 
> > Beside some bugfixes, this release contains some 
> enhancements in the 
> > area of utf-8 support, internationaliation and
xhtml/xml. Also 
> > included is the new (but yet not fully
> > documented) Embperl::Form framework, which allows
the easy form 
> > creation/handling including some nice stuff like
AJAX and JS e.g. 
> > autocomplete input boxes, grids and tabbed
dialogs.
> > 
> > ---
> > 
> > Embperl is a system for building dynamic websites
with Perl.
> > 
> > It gives you the power to embed Perl code in your
HTML/XML 
> documents 
> > and the ability to build your Web site out of
small 
> reusable objects 
> > in an object-oriented style.
> > 
> > Embperl has several features which are especially
useful 
> for creating 
> > Websites, including dynamic tables, form field
processing, URL 
> > escaping/unescaping, session handling, caching,
xslt transformation 
> > and more.
> > 
> > See http://perl.apache.or
g/embperl/ (english) or 
> > http://www.ecos.de/embper
l/
> > (german) for more information.
> > 
> > Enjoy
> > 
> > Gerald
> > 
> > Changes since 2.2.0:
> > 
> >     - Added support for Code ref in language
message lookup hash.
> >       That allows for internationalization to call
a sub instead
> >       of only looking up keys in a hash.
> > 
> >     - Added UTF-8 messages to
Embperl::Form::Validate.
> > 
> >     - Include patch from Mark D. Anderson to make
SSI syntax
> >       behave more like mod_include.
> > 
> >     - Make component -> curr_esc_mode available
in Perl, requested
> >       by Robert.
> > 
> >     - Improve XHTML/XML support. Tags that are
parsed by Embperl
> >       like input, are now only have one slash at
the end, if there
> >       is already a slash in the source and
output_mode is set to
> >       xml. In addition checked attributes for
input tags are now
> >       added as checked="checked" to be
valid xml.
> >       Spotted by Villu Roogna.
> > 
> >     - A lot of code was written for Embperl::Form
a sophisticated
> >       form creation/handling framework, which also
contains some
> >       nice AJAX and JS stuff like autocomplete
input boxes,
> >       grids and tabbed dialogs. Also the framework
itself is ready
> >       to use, there is not much documentation
yet...
> > 
> >     - Fixed wrong version numbers in make test
files, 
> >       which caused make test to fail. Spotted by
Matt Bockol.
> > 
> >     - Use _stat() instead of stat() on Win32 to
work around the 
> > problem
> >       that Perl redefines stat() in an
incompatibel way. 
> >       Spotted by Randy Korbes.
> > 
> >     - Documented all options of embpexec.pl.
> > 
> >     - Fixed default_language handling in
Embperl::Form::Validate.
> >       Patch from Kathryn Andersen.
> > 
> >     - In Makefile.PL check for mod_perl2.pm
instead of mod_perl
> >       when mod_perl 2.x is used. Spotted by Dan
Clawson.
> > 
> >     - Included patch from Andrew O'Brian to
correctly retrieve
> >       Cookie header when running under Apache 2.
> > 
> >     - Fixed timezone compiletime error on Mac
OS-X. Patch from
> >       Wolfgang Kinkeldei.
> > 
> >     - Fixed segfault that might occur when an
value of an input
> >       attribute is removed. Spotted by Andrew
Sitnikov.
> > 
> >     - Fixed missing Perl Stack setup which causes
memory errors on
> >       BSD systems. Patch from Doug Rayner.
> > 
> >     - Added internal check and error message when,
due to a syntax
> >       error in the source, a node is parsed as
attribute. 
> >       Spotted by Kato M. Yoshiro.
> > 
> >     - Fix segfault that occured during output of
an error message
> >       when not inside an Embperl request.
> > 
> > 
> >
------------------------------------------------------------
--
> > ----------
> > Besuchen Sie unseren Messestand auf der SYSTEMS
vom 23. - 26.10. in 
> > München, Halle B3, Stand 425 
> > www.ecos.de/messen-events/systems-2007.html
> >
------------------------------------------------------------
--
> > ----------
> > Gerald Richter       ECOS electronic communication
services GmbH
> > *******************  SECURING YOUR NETWORK 
********************
> > 
> > Post:       Tulpenstrasse 5            D-55276
Dienheim b. Mainz
> > E-Mail:     richterecos.de            Voice:  
+49 6133 939-122
> > WWW:        http://www.ecos.de        
Fax:     +49 6133 939-333
> > 
> > Sitz der Gesellschaft: Dienheim; AG Mainz HRB
6889; GF: 
> > W.Heck,G.Richter
> >
------------------------------------------------------------
--
> > ----------
> >  
> >  
> > 
> > ** Virus checked by BB-5000 Mailfilter **
> > 
> > 
>
------------------------------------------------------------
---------
> > To unsubscribe, e-mail: embperl-unsubscribeperl.apache.org
> > For additional commands, e-mail: embperl-helpperl.apache.org
> > 
> > 
> >
*"*"*"*"*"*"*"*"*&qu
ot;*"*"*"*"*"*"*"*"*
"*"*"*"*"*"*"*"*&quo
t;*"*"*"*"*"
> >
*"*"*"*"*"*"*"*
> > T-Systems Austria GesmbH   Rennweg 97-99, 1030
Wien
> > Handelsgericht Wien, FN 79340b
> >
*"*"*"*"*"*"*"*"*&qu
ot;*"*"*"*"*"*"*"*"*
"*"*"*"*"*"*"*"*&quo
t;*"*"*"*"*"
> >
*"*"*"*"*"*"*"*
> > Notice: This e-mail contains information that is 
> confidential and may 
> > be privileged.
> > If you are not the intended recipient, please
notify the sender and 
> > then delete this e-mail immediately.
> >
*"*"*"*"*"*"*"*"*&qu
ot;*"*"*"*"*"*"*"*"*
"*"*"*"*"*"*"*"*&quo
t;*"*"*"*"*"
> >
*"*"*"*"*"*"*"*
> > 
> > 
> 
> ** Virus checked by BB-5000 Mailfilter **
> 
>
*"*"*"*"*"*"*"*"*&qu
ot;*"*"*"*"*"*"*"*"*
"*"*"*"*"*"*"*"*&quo
t;*"*"*"*"*"
> *"*"*"*"*"*"*"*
> T-Systems Austria GesmbH   Rennweg 97-99, 1030 Wien
> Handelsgericht Wien, FN 79340b
>
*"*"*"*"*"*"*"*"*&qu
ot;*"*"*"*"*"*"*"*"*
"*"*"*"*"*"*"*"*&quo
t;*"*"*"*"*"
> *"*"*"*"*"*"*"*
> Notice: This e-mail contains information that is
confidential 
> and may be privileged.
> If you are not the intended recipient, please notify
the 
> sender and then delete this e-mail immediately.
>
*"*"*"*"*"*"*"*"*&qu
ot;*"*"*"*"*"*"*"*"*
"*"*"*"*"*"*"*"*&quo
t;*"*"*"*"*"
> *"*"*"*"*"*"*"*
> 
> 

** Virus checked by BB-5000 Mailfilter **

------------------------------------------------------------
---------
To unsubscribe, e-mail: embperl-unsubscribeperl.apache.org
For additional commands, e-mail: embperl-helpperl.apache.org


[1]

about | contact  Other archives ( Real Estate discussion Medical topics )