Re: Problem configuring sessions

2000-07-20 Thread Gerald Richter
>I use Embperl 1.2.1 under mod_perl. Apache::Session is installed. > Just to be sure, you need Apache::Session 1.0x (1.5x is not supported yet) >I've set up session handling in httpd.conf as follows: > >PerlSetEnv EMBPERL_SESSION_CLASSES "File File" use: PerlSetEnv EMBPERL_SESSION_CLASSES "

Re: Embperl:Installation:Newbie question.

2000-07-20 Thread Gerald Richter
>I have the latest installation of ActiveStates Perl and use Unfortunately Embperl does not work with ActiveState, because ActiveState uses a very different storage modell internaly. You may build a standard Perl of your own for Win 98 or get the precompiled version (which already contains Embp

Embperl:Installation:Newbie question.

2000-07-20 Thread Michael Elmore
Hello everyone. I'm new to Embperl but am very anxious to get started using what I feel is going to be a very helpful module. However I haven't been able to get it to install properly on my local system. I work off my own harddrive for developement purposes because I find it faster than F

Re: Problem configuring sessions

2000-07-20 Thread kb
> did u copy these values directly out of your config because u do not show a leading >slash on the LockDirector?. should probably be: > > PerlSetEnv EMBPERL_SESSION_ARGS "Directory=/tmp/session/store >LockDirectory=/tmp/session/lock" This is true. I fixed that but the same error appears. --

Re: Problem configuring sessions

2000-07-20 Thread ___cliff rayman___
did u copy these values directly out of your config because u do not show a leading slash on the LockDirector?. should probably be: PerlSetEnv EMBPERL_SESSION_ARGS "Directory=/tmp/session/store LockDirectory=/tmp/session/lock" -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/ [EMAIL PROTE

Problem configuring sessions

2000-07-20 Thread kb
I use Embperl 1.2.1 under mod_perl. Apache::Session is installed. I've set up session handling in httpd.conf as follows: PerlSetEnv EMBPERL_SESSION_CLASSES "File File" PerlSetEnv EMBPERL_SESSION_ARGS "Directory=/tmp/session/store LockDirectory=tmp/session/lock" When I restart httpd the error l

Re: HTML::Embperl 1.3b4: Problem with HTML::EmbperlObject

2000-07-20 Thread Gerald Richter
Hi, > >trying nearly exactly the "basic example" from the pod (I changed .htm to >.epl) everythings OK. Trying the other example handling the request object >fails with: > >[1843]ERR: 24: Line 23: Error in Perl code: Can't locate object method >"title" via package "HTML::Embperl::Req" at >/wappl/2

Re: Installing Embperl error.

2000-07-20 Thread Gerald Richter
>C:>perl C:\My_Documents\HTML-Embperl-1.3b4\Makefile.pl > try to change first to the Embperl directory cd \My_Documents\HTML-Embperl-1.3b4 perl Makefile.PL Gerald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: Search This List?

2000-07-20 Thread Gerald Richter
>Is there a searchable archive of this list? > Last night I have added a keyword search to the archive. It's not very well designed, just a quick hack, but it works. Goto http://www.ecos.de/~mailarc/embperl/ and click on search.html Gerald ---

HTML::Embperl 1.3b4: Problem with HTML::EmbperlObject

2000-07-20 Thread Volker Hess
Hi, trying nearly exactly the "basic example" from the pod (I changed .htm to .epl) everythings OK. Trying the other example handling the request object fails with: ---snip--- Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your req