Re: Embperl::Mail

2002-09-23 Thread Gerald Richter
>It seems like syntax bug in Embperl/mail.pm. Yes and it's already fixed in my dev version. I send it to you per private email Gerald - Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design

Re: More on my empty-record database problem (and request for architecture comments)

2002-09-23 Thread Gerald Richter
> > $DBIx::Recordset::FetchsizeWarn = 0; > $this->{_db} = new DBIx::Database({ > '!DataSource' => $connect, > '!DBIAttr' => {PrintError => 0, RaiseError => 1, > AutoCommit => 1}, > '!Username' => $this->{username}, >

More on my empty-record database problem (and request forarchitecture comments)

2002-09-23 Thread Kee Hinckley
I'm getting this on four different web sites on three different machines and it's causing major problems. Even if you don't have any suggestions on the problem, if you have any comments on the architecture I'd appreciate them. The symptom. Apparently randomly a page will come up with no data

Re: Apache::src not available during Embperl install

2002-09-23 Thread Gerald Richter
> > I've been trying to install Embperl onto RedHat 7.2, using Perl 5.8 and > mod_perl 2.0. >... > Will use /data/download/apache_1.3.26/src for Apache Headers If you use mod_perl 2, you need Apache 2. First install mod_perl 2 and Makefile.PL will automaticly deteced that it is installed and use

Apache::src not available during Embperl install

2002-09-23 Thread Paul Dyer
Hi, I've been trying to install Embperl onto RedHat 7.2, using Perl 5.8 and mod_perl 2.0. I've tried many ways to get Embperl to use source, but it looks like I don't have the source that I need. Is there someplace to download Apache::src from?? I've checked CPAN, but it isn't there as a mo

Apache::src not available during Embperl install

2002-09-23 Thread Paul Dyer
Hi, I've been trying to install Embperl onto RedHat 7.2, using Perl 5.8 and mod_perl 2.0. I've tried many ways to get Embperl to use source, but it looks like I don't have the source that I need. Is there someplace to download Apache::src from?? I've checked CPAN, but it isn't there as a mo

Re: Does Embperl as distributed by SuSE 8.0 work?

2002-09-23 Thread Gerald Richter
> [Mon Sep 23 16:40:13 2002] [error] [17506]ERR: 24: Error in Perl code: Undefined subroutine &Apache::SessionX::Generate::MD5::generate called at /usr/lib/perl5/site_perl/5.6.1/Apache/SessionX.pm line 174. You need the MD5 module (not Digest::MD5) Gerald ---

Re: Does Embperl as distributed by SuSE 8.0 work?

2002-09-23 Thread Bernd Sokolowsky
> "gr" == Gerald Richter <[EMAIL PROTECTED]> writes: gr> 2.0b5 which comes with Suse 8 is really old, don't use it. There gr> many changes sinec b5 OK, I go the stony path to install a more recent version. 2.0b8 compiles fine, but at make test it stops here: #131 setsess.htm... ER

Re: broken links to documentation on embperl site?

2002-09-23 Thread Saadiq Rodgers-King
On Mon, Sep 23, 2002 at 09:45:19AM +0200, Gerald Richter scribbled: > I cannot find any link that doesn't work on that pages. For me everything > works. Anybody else seeing these problems? Could you please retry, maybe it > was a temporary problem on perl.apache.org server? Yeah, it seems to have

Embperl::Mail

2002-09-23 Thread Jan Kyncl
Hi All,   When I´m trying use Embperl::Html example /as is in doc./ [-   use Embperl::Mail ; $msg='mail body'; EMbperl::Mail::Execute ({ input       => \$msg,  subject=> 'Test Embperl::Mail::Execute', 

Re: broken links to documentation on embperl site?

2002-09-23 Thread Gerald Richter
> http://perl.apache.org/embperl/pod/doc/doc13/HTML/Embperl.-page-12-.htm > > That's a link to some documentation on the site and it just comes up > blank. I've tried it on Linux using Mozilla and Konq. I've even tried > IE on Windows. Doesn't look to be a browser issue. Many of > documentatio