Re: Segmentation faults in embperl2

2005-09-20 Thread Otto Lang
Am 20.09.2005 um 11:58 schrieb Alvaro Lopes: Hi list I'm having some technical problems with embperl. When apache2 handles a second request, the child dies with segmentation fault. The first request is processed fine. I was able to do a backtrace using gdb and httpd -X (the signal handler s

Re: Problems with %udat - solved

2005-09-18 Thread Otto Lang
Hello all, the error wasn't caused by any Apache::XXX module or similar. The problem was PHP5. On my development-server I installed some weeks ago PHP5. Since this time I didn't anything with Embperl and sessions. Now I commented out the PHP5- directives in httpd.conf and everything works

Re: Problems with %udat

2005-09-18 Thread Otto Lang
Am 16.09.2005 um 20:15 schrieb RobertCZ: Looks like session problem - Did you install and correctly confugured Apache::Session and Apache::SessionX (did 'make test' worked?) and configured Postgres as your session store (check your 'sessions' db)? Yes, Apache:Session and Apache::Session

Problems with %udat

2005-09-16 Thread Otto Lang
Hello all, I'm developing a new application using Embperl 2.0 final with the newest perl-modules I could find (CGI.pm-3.11, ...). Everything works fine unless I try to access the %udat-hash. From ``base.html'' I'm calling an init-file with [- Execute ('init.epl') -] ``init.epl'' looks like:

Re: Error when starting apache

2004-03-10 Thread Otto Lang
On Thu, Mar 11, 2004 at 06:41:46AM CET, Gerald Richter wrote: > > --- snip --- > > Cannot require Apache::Session::Serialize::Storable at \ > > /usr/lib/perl5/HTML/Embperl/Session.pm line 225. > > --- snip --- > Looks like Apache::Session is not installed (or maybe an old version, > we need 1.5+)

Error when starting apache

2004-03-10 Thread Otto Lang
Hi all, i have embperl 1.3.3 and apache 1.3.26 installed on my debian stable system (installed with apt-get). Everything worked wonderful but when i tried to activate session-handling, apache will not start anymore. The configuration looks like this: --- snip --- PerlSetEnv EMBPERL_SESSION_HANDLE

[Embperl 1.3] Can't acces .epl-Files

2004-03-01 Thread Otto Lang
Hi all, I have a problem with embperl 1.3 / apache 1.3.26 on Debian Woody. I installed all packages with Debian's apt-get and configured apache with the following options: ServerName www.wean.at ... SetHandler perl-script PerlHandler HTML::EmbperlObject Options +ExecCGI Ev