[Sunhelp] Help!

James Roth james at lasolas.com
Sat Sep 11 14:12:31 CDT 1999


Bill Bradford wrote:
> 
> On Sat, Sep 11, 1999 at 10:48:35AM -0400, James Roth wrote:
> >       Yes, I've seen this before.  I don't remember the exact details.  The
> > mod_perl and mod_php install scripts clobber each other.  Try running
> > apache's configure script by hand.  Use the --with-module (or whatever
> > it is).
> >       Let me know if that doesn't work.  I'll do it again and give you the
> > exact steps...
> > James Roth
> 
> Okay - it may not be that.
> 
> Compiling Apache 1.3.9 with JUST php only: works fine
> 
> Compiling Apache 1.3.9 with mod_perl, doing it the
>  "./configure --enable-module=<perlmodule>" way: breaks as shown
> 
> Compiling Apache 1.3.9 with mod_perl, letting mod_perl's
>  script build httpd for me: works fine.

Find these 2 libs under where you installed perl.  Add them to the LIBS1
line in src/Makefile under the apache source tree.  Works for me.

	DynaLoader.a 
	libperl.a

James Roth






More information about the SunHELP mailing list