Re: Vars in @param not being undefined

2002-04-08 Thread Gerald Richter
Hi, > > The @param array should not be cleaned automatically after the > end of the request? > Normaly it should... Can you provide a small example that shows exactly what you are doing when things goes wrong? Gerald - Gerald Ri

Re: Problems seeting up Session

2002-04-08 Thread Gerald Richter
Hello, >I just set up session-tracking in Embperl 2.0b3, but when i restart apache, i get the following: > >Syntax error on line 1513 of /etc/httpd/httpd.conf: >[Mon Apr 8 21:27:04 2002] Embperl.pm: [Mon Apr 8 21:27:04 2002] Cwd.pm: Cannot require >Apache::Session::Store::DBIStore at /usr/lib/p

Re: xml, xslt and embperl

2002-04-08 Thread Gerald Richter
Hi! > > Is there any good tutorials/example source using embperl and xml? > A small search with google gave me nothing to start on. > Since XML support in Embperl is new, I am not aware of any tutorials. The README.v2 contains some hints and the tests maybe a little helpfull (goto test/html and s

Re: embperl2b7 install problems with xalan

2002-04-08 Thread Gerald Richter
>I get a whole bunch of >Note (probably harmless): No library found for -lxalan-c1_2 >Note (probably harmless): No library found for -lxerces-c1_5_1 Aah, Makemaker can't find the libraries, so it won't generate the correct LD_RUN_PATH. I again made a diff between b5 and b7 and the only differenc

Problems seeting up Session

2002-04-08 Thread ralf ullrich
Hello,   I just set up session-tracking in Embperl 2.0b3, but when i restart apache, i get the following:   Syntax error on line 1513 of /etc/httpd/httpd.conf:[Mon Apr  8 21:27:04 2002] Embperl.pm: [Mon Apr  8 21:27:04 2002] Cwd.pm: Cannot require Apache::Session::Store::DBIStore at /usr/li

Re: embperl2b7 install problems with xalan

2002-04-08 Thread Joshua Rusch
Thanks for the info Gerald. Unfortunately, I had already been following those instructions. I added /usr/local/xalan/c/lib and /usr/local/xerces/lib to /etc/ld.so.conf and ran ldconfig -v to so I could verify that they were added.I forgot to provide a warning message though...when I did perl Makef