Looks like I'm going to have to recompile the works. I've downloaded
http://www.perl.com/CPAN/src/latest.tar.gz
and
mod_perl-1.2.tar
When running the config on mod_perl as it is in the INSTALL file. It
crashes out on the make. Looking like some source error with the
ap_configtestonly function. Any suggestions?
mod_perl.c: In function `perl_startup':
mod_perl.c:738: `ap_configtestonly' undeclared (first use in this
function)
mod_perl.c:738: (Each undeclared identifier is reported only once
mod_perl.c:738: for each function it appears in.)
*** Error code 1
Stop in /usr/local/apache_1.3.6/src/modules/perl.
*** Error code 1
Stop in /usr/local/apache_1.3.6/src/modules.
*** Error code 1
Stop in /usr/local/apache_1.3.6/src.
*** Error code 1
Stop in /usr/local/mod_perl-1.24.
=================================
Keith W.
At the helm <for better or worse>
=================================
On Wed, 28 Jun 2000, Geoffrey Young wrote:
> as long as you have mod_so compiled into apache, you should be able to add
> mod_perl as a DSO. you can check with httpd -l
>
> the advice you will get the most from this list is to recompile apache with
> a static mod_perl and forget DSO, but DSO stability is reported to have
> improved of late so it may not give you much grief. If you really can't
> recompile apache, DSO is for you...
>
> see
> http://perl.apache.org/guide/install.html
> specifically
> http://perl.apache.org/guide/install.html#Build_mod_perl_as_a_DSO_inside_t
>
> HTH
>
> --Geoff
>
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, June 28, 2000 3:01 PM
> > To: [EMAIL PROTECTED]
> > Subject: Upgrade
> >
> >
> > I have to get mod_perl into a currently runnning apache
> > server. How does
> > one go about adding mod_perl if not done at compile time?
> >
> > Sysinfo:
> > FreeBSD 4.0-stable
> > Apache 1.3.6 - source install not ports collection.
> >
> >
> >
> > =================================
> > Keith W.
> >
> > At the helm <for better or worse>
> > =================================
> >
> >
>