Compiling apache staticly with mod_perl.

2000-10-10 Thread Peter Gebauer

Hey!

I've been trying to compile apache together with mod_perl using this
configuration:

./configure --prefix=/home/httpd
--activate-module=src/modules/perl/libperl.a

I get several errors during the make where the compiler complains about
mod_perl reffering to undefined functions.

The INSTALL and README's for mod_perl are not easy to follow and I've been
trying to do them step by step, which is not easy when the document
is written poorly. It's hard to know what is "by-hand-installation" and
what is done automaticly.

I have compiled a lot of stuff staticly with Apache and they all work
fine, only mod_perl has given me problems.
Since I have these other modules I need as well, I can't use the Makefiles
for Apache that mod_perl creates when answering YES on the "Create
httpd" question.
I do not have LWP installed, but the configuration files said it wasn't
needed.

Did anybody compile Apache + mod_perl + other modules or have
documentation that is written for this specific purpouse (since the
INSTALL file that comes with mod_perl is totally insufficient)?

Thanks!




Re: Compiling apache staticly with mod_perl.

2000-10-11 Thread Peter Gebauer

On Tue, 10 Oct 2000, Paul Lindner wrote:

> On Tue, Oct 10, 2000 at 02:43:36PM -0400, Geoffrey Young wrote:
> > 
> > 
> > > -Original Message-
> > > From: Peter Gebauer [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, October 10, 2000 8:20 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Compiling apache staticly with mod_perl.
> > > 
> > [snip]
> > > 
> > > Did anybody compile Apache + mod_perl + other modules or have
> > > documentation that is written for this specific purpouse (since the
> > > INSTALL file that comes with mod_perl is totally insufficient)?
> > 
> > http://perl.apache.org/guide/install.html
> > 
> > in general, the guide full of lots of good information for mod_perl users...
> 
> Also see the following URLs
> 
> http://people.redhat.com/plindner/apache/apache-heavy-1.3.12-3.i386.rpm
> http://people.redhat.com/plindner/apache/apache-heavy-1.3.12-3.src.rpm
> 
> For a statically linked RPM.


Thank's to everybody who helped me! I have modperl activated and I
still have my PHP and SSL support. (yeah!)
I use Slackware so RPM's aren't that fun to use in a system solely based
on tarballs and source codes :-)

Regards Peter