RE: Emailing Form Data with an Embperl Script

2000-06-30 Thread Gerald Richter
> > Do you know where I could get a RPM for mod_perl 1.24? I checked > rpmfind.net > and they only have 1.21. I tried to install from source but it > gave me some > error messages. > Sorry I don't uses rpm's, so I can't tell you where to find them. If you have trouble installing mod_perl, the mod_

Re: Emailing Form Data with an Embperl Script

2000-06-29 Thread Houman Akhavan
Do you know where I could get a RPM for mod_perl 1.24? I checked rpmfind.net and they only have 1.21. I tried to install from source but it gave me some error messages. thanks, Houman A. - To unsubscribe, e-mail: [EMAIL PROTE

Re: Emailing Form Data with an Embperl Script

2000-06-29 Thread Gerald Richter
> When I uncommented PerlModule HTML::Embperl , and restarted Apache it > failed, so how would I statically link into Apache? > ARe you running on Unix or NT? On Unix you need the apache sources and the mod_perl sources. Go to the mod_perl directory and do a perl Makefile.PL make make install

RE: Emailing Form Data with an Embperl Script

2000-06-28 Thread Gerald Richter
> > No luck. Here is what I have in my httpd.conf. looks ok > I also have PerlModule > HTML::Embperl commented out , supposedely this causes apahce to silently > fail on some systems. > It fails when mod_perl is compiled as DSO and mod_perl version is less then 1.22. So either link it staticly

RE: Emailing Form Data with an Embperl Script

2000-06-28 Thread Gerald Richter
> > That is very possible, but I put them directly in a virtual host where I > have another existing PerlSetEnv variable in the format of the > following... > > PerlSetEnv EMBPERL_MAILHOST > PerlSetEnv EMBPERL_MAILFROM > > Where should they be if this is incorrect

RE: Emailing Form Data with an Embperl Script

2000-06-28 Thread Gerald Richter
> For some > reason though, when I initialized EMBPERL_MAILHOST and EMBPERL_MAILFROM in > my httpd.conf ( PerlSetEnv EMBPERL_MAILHOST the_mail_host ), it does not > take any affect, in my maillog it has the mail host as localhost > and domain > as WWW-Server, which are the defaults. Any ideas? >

Re: Emailing Form Data with an Embperl Script

2000-06-28 Thread Houman Akhavan
, Houman A. - Original Message - From: "Gerald Richter" <[EMAIL PROTECTED]> To: "Houman Akhavan" <[EMAIL PROTECTED]>; "Embperl@Perl. Apache. Org" <[EMAIL PROTECTED]> Sent: Wednesday, June 28, 2000 12:32 PM Subject: RE: Emailing Form Data w

Re: Emailing Form Data with an Embperl Script

2000-06-28 Thread Houman Akhavan
I am trying to setup the following example script, which emails form data, but I am running into some problems. http://perl.apache.org/embperl/Examples.html#input_htm I have installed Net::SMTP. My embperl is working. My mod_perl is also ok. I am running Sendmail as my mail server, which is also