i'm not sure that i want to run mod_perl as a DSO...i just want it to work so
that i can embed perl into my web pages..i tried installing on a different
system this one being FreeBSD and i'm having a lot of problems getting it to
build...when it asks you where your apache src is what dir am i giving??...i
put /usr/local/include/apache and it seemed to work, but when i tried make test
failed and said couldn't start server, but it was trying to start
/usr/local/include/apache/httpd and my httpd server is located at
/usr/local/bin/httpd...the reason i thought that the other installation was
correct was b/c i installed it as an rpm...but i did httpd -l and aparently it
isn't compiled in...so what do i have to do to get it compiled in?  reinstall
apache?

thanks for the help
B

Stephane de Fontaine wrote:

> I have had little success in running mod_perl as a DSO under Apache
> especially with other modules compiled in as DSO's. Try reinstalling apache
> with statically linked modules
>
> Stephane de Fontaine
> Software Developer
> Commission Junction
> -----Original Message-----
> From: brandon <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Date: Wednesday, August 09, 2000 3:28 PM
> Subject: mod_perl problems
>
> >Hi, I'm trying to get HTML::Embperl to work, but for some reason
> >mod_perl won't work or something wrong is definatly happening...i got
> >mod_perl installed, but when i try to go to an *.epl page it won't
> >work..heres how i hav it set up
> >
> >SetEnv EMBPERL_DEBUG 2285
> ><Files *.epl>
> >SetHandler perl-script
> >PerlHandler HTML::Embperl
> >Options    +ExecCGI
> ></Files>
> >
> >AddType text/html .epl
> >
> >and that doesn't work...when i go to an epl page it just shows me the
> >code for the page...so i was thinking maybe it was a mod_perl problem
> >and i started playing with it and i found the httpd_modperl command i
> >assume that is supposed to start apache with mod_perl support, but when
> >i run it, it gives me an error
> >env_somemodule.so is garbled maybe it is not an Apache Api DSO?
> >so i commented that module out and it says the same garbage about the
> >next loaded module...i have both mod_perl and embperl installed
> >correctly i assume...i'm using redhat 6.2...if anyone has any ideas it
> >would be EXTREMELY appriciated...
> >
> >Brandon
> >[EMAIL PROTECTED]
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to