Re: SESSIONS_ARGS UNDER WinNT

2001-05-15 Thread Gerald Richter
Hi, > > ps - how can i set session_arg directory to some path with space? eg. > Program Files > Embperl 1.3.2, which I just released now can handle spaces in the session_args: PerlSetEnv EMBPERL_SESSION_ARGS "'Directory=/temp/epl session' LockDirectory=/temp/epl" (Note the single quotes a

ANNOUNCE: HTML::Embperl 1.3.2

2001-05-15 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3.2.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3.2.tar.gz size: 341834 bytes md5: 3ba1d6ecd5958a45ab1a8819517e7672 Embperl 1.3.2 is current stable version and this release contains main

Re: Problems compiling embperl -- thr undeclared

2001-05-15 Thread Gerald Richter
Hi, > > So in epcmd.c in the function CmdVar I added a "dTHR;" and viola, I can > successfully compile. However, I am not a believer in "It compiles, > therefore we should slam it into production and go home for the weekend. :)" > This is the correct solution. Seems like nobody has tried to co

Problems compiling embperl -- thr undeclared

2001-05-15 Thread Michael George III
I am trying to compile embperl under the following environment gcc version 2.96 2731 (Red Hat Linux 7.0) Red Hat Linux 7.0 Perl 5.00503 Apache 1.3.12 The compile attempt and error are shown below: cc -c -I/u0/oracle_8.1.7/Apache/Apache/include -I/u0/oracle_8.1.7/Apache/Apa che/regex -I/u0/o

Re: SESSIONS UNDER WinNT

2001-05-15 Thread Gerald Richter
> >Does the directory /temp/epl exists ? > yes, there are two session files generated > That sounds good > >Take a look into your web server error log, there are maybe more error > >message. > > [311]SES: Embperl Session management enabled (>= 1.50) That also looks good > [Tue May 15 14:07:

Re: Next release (was: Question using base.epl while configuring Apache without mod_perl)

2001-05-15 Thread Gerald Richter
> > When is the next release expected? > I hope to have it out tomorow. 1.3.2 is ready I am just doing some final testing. Gerald P.S. 2.0b3 will also come during the next days... - Gerald Richterecos electronic communication ser

Re: Question using base.epl while configuring Apache without mod_perl

2001-05-15 Thread Gary Nielson
Hi there: When is the next release expected? Gary On Tue, 15 May 2001, Gerald Richter wrote: > > > > I am just starting out with embperl. I installed it on a Redhat 5.2 server > > running Linux 2.0.26 and perl 5.004_04 and Apache 1.3.6. Tests from the > > examples at perl.apache.org (if.htm

Re: SESSIONS UNDER WinNT

2001-05-15 Thread Lukas Zapletal
>Does the directory /temp/epl exists ? yes, there are two session files generated >Take a look into your web server error log, there are maybe more error >message. [311]SES: Embperl Session management enabled (>= 1.50) [Tue May 15 14:07:54 2001] [error] Can't call method "getid" on an undefined

Re: SESSIONS UNDER WinNT

2001-05-15 Thread Gerald Richter
> >you need to specify a locking class e.g. > > > >PerlSetEnv EMBPERL_SESSION_CLASSES "File Null" > > > well, it seems don`t werk in 1.3.2-dev: > I use it with 1.3.2_dev on Windows, so it must work :-) > [error] Can't call method "getid" on an undefined value at > D:/Perl/site/lib/HTML/Embperl

Re: SESSIONS UNDER WinNT

2001-05-15 Thread Lukas Zapletal
>you need to specify a locking class e.g. > >PerlSetEnv EMBPERL_SESSION_CLASSES "File Null" well, it seems don`t werk in 1.3.2-dev: [error] Can't call method "getid" on an undefined value at D:/Perl/site/lib/HTML/Embperl.pm line 1689. Probably some problems with 'Null'. What can I use instead

Re: SESSIONS UNDER WinNT

2001-05-15 Thread Gerald Richter
> > I need Apache::Session::File to get working on windows. I configured my > Embperl 1.3.2-dev like this: > > PerlSetEnv EMBPERL_DEBUG 2100205 > PerlSetEnv EMBPERL_SESSION_CLASSES "File" you need to specify a locking class e.g. PerlSetEnv EMBPERL_SESSION_CLASSES "File Null" > > ps - how can

SESSIONS UNDER WinNT

2001-05-15 Thread Lukas Zapletal
Hello, I need Apache::Session::File to get working on windows. I configured my Embperl 1.3.2-dev like this: PerlSetEnv EMBPERL_DEBUG 2100205 PerlSetEnv EMBPERL_SESSION_CLASSES "File" PerlSetEnv EMBPERL_SESSION_ARGS "Directory=/temp/epl LockDirectory=/temp/epl" No SES: in the debug, no session,