RE: Build problems - Either missing apr.h or Apache/src.pm

2004-08-16 Thread Gerald Richter
> > Things seem to be better now thanks but now I've got this > error and am not sure whether the fault lies within Embperl or Apache. > > Jon > > [4777]ERR: 404: : Not found '_base.epl', searched: > [Thu Aug 12 11:14:49 2004] [error] [client 192.168.3.184] The base template Embperl::Object

AW: Call for last minute Debian libembperl-perl testing

2004-08-16 Thread Hartmaier Alexander
Hi! Where have you uploaded it? I'm running debian testing and 'apt-get install libembperl-perl' says it doesn't find such a package ;-( - Alex -Ursprüngliche Nachricht- Von: Angus Lees [mailto:[EMAIL PROTECTED] Gesendet: Montag, 16. August 2004 06:13 An: [EMAIL PROTECTED] Cc: Jochen T

RE: Call for last minute Debian libembperl-perl testing

2004-08-16 Thread Gerald Richter
Hi, > Where have you uploaded it? > I'm running debian testing and 'apt-get install > libembperl-perl' says it doesn't find such a package ;-( > I am not sure, but did you search in the unstable version? (we are preparing Embperl to go into the stable version, but at the moment it is still onl

Re: Call for last minute Debian libembperl-perl testing

2004-08-16 Thread Christophe Le Bars
Angus Lees <[EMAIL PROTECTED]> writes: > If you have an interest in having Embperl2 work "out of the box" in > the upcoming Debian release, *please* give this a quick test I've just reported a bug on the Debian BTS with Embperl2 ("apache -t" segfault) http://bugs.debian.org/cgi-bin/bugreport

AW: Call for last minute Debian libembperl-perl testing

2004-08-16 Thread Hartmaier Alexander
Can I define the tree (stable, testing, unstable) with an apt-get option or do I have to change the sources.list temporary? - Alex -Ursprüngliche Nachricht- Von: Gerald Richter [mailto:[EMAIL PROTECTED] Gesendet: Montag, 16. August 2004 13:41 An: Hartmaier Alexander; 'Angus Lees'; [EMA

RE: Call for last minute Debian libembperl-perl testing

2004-08-16 Thread Gerald Richter
> > I've just reported a bug on the Debian BTS with Embperl2 > ("apache -t" segfault) > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=266032 > > It's not so big an issue (AFIASee Embperl itself works very > well) but because of this bug, the debian apache > reload/restart system can

RE: Call for last minute Debian libembperl-perl testing

2004-08-16 Thread Gerald Richter
Hi, I have tried hard, but I do not get this error here. Which version of Perl, Apache and mod-perl you are using? Could you please run httpd -t -f /path/to/httpd.conf -DEMBPERL_APDEBUG And send me the output. Also can you please try without the ClearModuleList. Does this change anything? Th

Re: Call for last minute Debian libembperl-perl testing

2004-08-16 Thread Angus Lees
At Mon, 16 Aug 2004 14:59:10 +0200, Alexander Hartmaier wrote: > Can I define the tree (stable, testing, unstable) with an apt-get > option or do I have to change the sources.list temporary? You can, but its a complicated way to just install a single package. I would just download the libembperl-p

Re: Call for last minute Debian libembperl-perl testing

2004-08-16 Thread Angus Lees
At Mon, 16 Aug 2004 13:40:50 +0200, Gerald Richter wrote: > > Where have you uploaded it? > > I'm running debian testing and 'apt-get install > > libembperl-perl' says it doesn't find such a package ;-( > > I am not sure, but did you search in the unstable version? > > (we are preparing Embperl

Probs with Embperl, LibXSLT

2004-08-16 Thread Bjoern Tackmann
Hi... there is a strange Problem with Embperl V2 and libxslt which I don't understand. The Software is Embperl 2.0b10, libxslt 1.0.16 on Linux. I use EmbperlObject to build the pages, with a user defined recipe, saying that XSLT will only be used for base.epl -- using the standard Embperl-recipe

Re: Call for last minute Debian libembperl-perl testing

2004-08-16 Thread Christophe Le Bars
"Gerald Richter" <[EMAIL PROTECTED]> writes: > Which version of Perl, Apache and mod-perl you are using? a classic debian sarge-testing system : ii apache 1.3.31-2 Versatile, high-performance HTTP server ii apache-common1.3.31-2 Sup

RE: Probs with Embperl, LibXSLT

2004-08-16 Thread Neeme Vool
Hi! Embperl tries to give to libxslt your posted params via fdat, and if these contain non-ascii symbols libxslt fails. If you do not need artifically set up params in your stylesheet (I dont, I want to keep things separated), then you can change line in Embperl/Recipe/EmbperlXSLT.pm from: p

RE: Call for last minute Debian libembperl-perl testing

2004-08-16 Thread Gerald Richter
Hi, I was able to reproduce and fix the problen on windows. It occrs because Apache 1.3 does not call the module initialization when running with -t, so Embperl was not able to unload correctly. It's now fixed and commited to the CVS. Hopefully Angus will create a new debian package soon, but I am

RE: Probs with Embperl, LibXSLT

2004-08-16 Thread Gerald Richter
> > Embperl tries to give to libxslt your posted params via fdat, > and if these contain non-ascii symbols libxslt fails. > If you do not need artifically set up params in your > stylesheet (I dont, I want to keep things separated), then > you can change line in Embperl/Recipe/EmbperlXSLT.pm