embperl + oracle sessions -- solved.

2000-12-21 Thread Eitan Suez
hi, a co-worker here solved the mistery of oracle + sessions using embperl. apparently, somehow Store::Oracle was not setting autocommit to true and not committing its insert's. so each time the store was used, any sql commands would be rolled back while still returning a success res

re: setting up session using oracle store..

2000-12-21 Thread Eitan Suez
hi gerald, here are answers to your questions.. > BTW. Which Perl version do you use ? version 5.005_03 build for sun4-solaris > Did you run your test script also under mod_perl or from the command line? my test scripts were command line scripts. i used two scripts: one creates a session

Re: calling methods within EmbperlObject (was: Possible bug with EmbperlObject and [$ sub $])

2000-12-21 Thread Neil Gunton
> personally, [$ uses $] is quite enough for me. > > a few people seem to expect the [$ uses '../*' $] behaviour when they > hear talk about search paths and selectively overriding things. > > but considering the performance impact, i think it would be best to > document [$ uses '../*' $] and le

Re: Problems with make test (was: SetupConfDa.al)

2000-12-21 Thread Gerald Richter
> Starting httpd... pid = 11914 ok > > Testing mod_perl mode... > > #0 ascii... ok > #1 pure.htm...ERR:Can't connect to localhost:8531 (Timeout) > Input: test/html/pure.htm > Output: test/tmp/out.htm > Log:test/tmp/test.log > >

Re: SetupConfDa.al

2000-12-21 Thread Myrddin
On Thu, Dec 21, 2000 at 10:49:28AM +0100, Gerald Richter wrote: > > Found unexpected output in httpd errorlog: > > [Thu Dec 21 01:30:59 2000] [error] Can't locate HTML/EmbperlObject.pm in > @INC > > (@INC contains: . blib/arch blib/lib /usr/local/lib/perl5/5.6.0/i686-linux > > /usr/local/lib/perl5

Re: SetupConfDa.al

2000-12-21 Thread Gerald Richter
> Found unexpected output in httpd errorlog: > [Thu Dec 21 01:30:59 2000] [error] Can't locate HTML/EmbperlObject.pm in @INC > (@INC contains: . blib/arch blib/lib /usr/local/lib/perl5/5.6.0/i686-linux > /usr/local/lib/perl5/5.6.0 /usr/local/lib/perl5/site_perl/5.6.0/i686-linux > /usr/local/lib/pe

Re: SetupConfDa.al

2000-12-21 Thread Myrddin
On Thu, Dec 21, 2000 at 10:24:54AM +0100, Gerald Richter wrote: > > Embperl wasn't installed at all before, to get the newest version from CPAN > was the correct solution. ?? > > I suspected I might need to upgrade my Embperl, so I > > fired off the old 'perl -MCPAN -e shell' and tried to 'inst

Re: SetupConfDa.al

2000-12-21 Thread Gerald Richter
Embperl wasn't installed at all before, to get the newest version from CPAN was the correct solution. > I suspected I might need to upgrade my Embperl, so I > fired off the old 'perl -MCPAN -e shell' and tried to 'install > HTML::Embperl'... the only problem is that during the test phase, it kee

SetupConfDa.al

2000-12-21 Thread Myrddin
Hello. :) I had mod_perl and Embperl working just fine until I decided to upgrade my apache/mod_perl bits (largely because there was demand to also allow php to work, which meant having to go through the headache of building a new apache that supported mod_perl, mod_php, ssl, etc). I used 'apach