Building ssl/mod_perl/apache...

2002-09-05 Thread Kee Hinckley
I've gone over the docs, but for some reason I've just never found anything that just builds mod_ssl, mod_perl and apache all cleanly without overwriting each other's config file changes. Maybe it's staring me in the face, but I'm at a loss. So finally I wrote a script. Used it on one of my

execute and udat

2002-09-05 Thread Aldo Letellier
Embperl 1.3.4   Can the following be done:   my ( $page, $fdat, $udat ) = @_;HTML::Embperl::Execute({inputfile => $page, fdat => $fdat, udat => $udat });exit; Question:   Is UDAT as a parameter in  HTML::Embperl::Execute supported, when calling it from a script? If Yes, Does UDAT has to b

RE: perl-5.8.0 and embperl-2.0b8/1.3.4

2002-09-05 Thread Mark Dedlow
> From: Kee Hinckley [mailto:[EMAIL PROTECTED]] > At 8:47 AM -0700 9/5/02, Mark Dedlow wrote: > >I'm just installed Embperl 1.3.4 with perl 5.8 on solaris > >and it appears to work fine. I have't done much with it, but > >it built, installed and ran a couple samples I made without > >any complai

RE: perl-5.8.0 and embperl-2.0b8/1.3.4

2002-09-05 Thread Kee Hinckley
At 8:47 AM -0700 9/5/02, Mark Dedlow wrote: >I'm just installed Embperl 1.3.4 with perl 5.8 on solaris >and it appears to work fine. I have't done much with it, but >it built, installed and ran a couple samples I made without >any complaints. Hmm. 5.8 on Linux for me is segfaulting the server (a

RE: perl-5.8.0 and embperl-2.0b8/1.3.4

2002-09-05 Thread Mark Dedlow
> > Are there any issues with 5.8.0 and Embperl 1.3.4? I'm having > > trouble getting that going right now. > > > I guess it has the same problems as 2.0. I didn't have tried it > so far. When > the 2.0 works with 5.8 and it is not to much work I will backport it to > 1.3.4, but I can't tell

Re: perl-5.8.0 and embperl-2.0b8/1.3.4

2002-09-05 Thread Gerald Richter - ecos gmbh
> > >Is there any special with perl-5.8.0 and embperl-2.0b8? > > > > > >Perl 5.8.0 has changed some of it's internals, so Embperl 2.0b8 doesn't work > >correctly under 5.8.0. > > > >It's on top of my todo list and I can hopefully getting it working soon > > Are there any issues with 5.8.0 and Emb

Re: perl-5.8.0 and embperl-2.0b8

2002-09-05 Thread Kee Hinckley
At 8:12 AM +0200 8/12/02, Gerald Richter wrote: > >Is there any special with perl-5.8.0 and embperl-2.0b8? > > >Perl 5.8.0 has changed some of it's internals, so Embperl 2.0b8 doesn't work >correctly under 5.8.0. > >It's on top of my todo list and I can hopefully getting it working soon Are ther

DBIx and sub-select

2002-09-05 Thread Viljo Marrandi
Hello, I searched from Google and from DBIx::Recordset manual, but couldn't find any references for using sub-selects. How is this accomplished in Recordset? I use PostgreSQL. Rgds, Viljo - To unsubscribe, e-mail: [EMAIL PROT