>
> 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_
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
> 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
>
> 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
>
> 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
> 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?
>
,
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
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