Re: problems building apache + mod_perl + mod_ssl on FreeBSD 4.3

2001-09-09 Thread The Doctor
On Sun, Sep 09, 2001 at 03:02:55PM -0700, Doug MacEachern wrote: > On Sun, 9 Sep 2001, The Doctor wrote: > > > THAT is the problem, and thanks to you Doug, the same problemed appeared in > > BSD/OS and the above FIXES the problem!!! > > great news. this has come up a bunch in the past, but not

Re: problems building apache + mod_perl + mod_ssl on FreeBSD 4.3

2001-09-09 Thread Doug MacEachern
On Sun, 9 Sep 2001, The Doctor wrote: > THAT is the problem, and thanks to you Doug, the same problemed appeared in > BSD/OS and the above FIXES the problem!!! great news. this has come up a bunch in the past, but nothing was done about it. i've added the following sanity check to Makefile.PL

Re: problems building apache + mod_perl + mod_ssl on FreeBSD 4.3

2001-09-09 Thread The Doctor
On Sun, Sep 09, 2001 at 11:46:33AM -0700, Doug MacEachern wrote: > On 12 Aug 2001, Wayne Pascoe wrote: > > > cc -funsigned-char -DMOD_SSL=208104 -DMOD_PERL -DUSE_PERL_SSI >-fno-strict-aliasing -I/usr/local/include -DEAPI -DNO_DL_NEEDED -fno-strict-aliasing >-I/usr/local/include `./apaci` -L/u

Re: problems building apache + mod_perl + mod_ssl on FreeBSD 4.3

2001-09-09 Thread Doug MacEachern
On 12 Aug 2001, Wayne Pascoe wrote: > cc -funsigned-char -DMOD_SSL=208104 -DMOD_PERL -DUSE_PERL_SSI -fno-strict-aliasing >-I/usr/local/include -DEAPI -DNO_DL_NEEDED -fno-strict-aliasing -I/usr/local/include >`./apaci` -L/usr/lib-o httpd buildmark.o modules.o >modules/standard/libstandar

Re: problems building apache + mod_perl + mod_ssl on FreeBSD 4.3

2001-08-12 Thread Stas Bekman
On 12 Aug 2001, Wayne Pascoe wrote: > > > Hi all, > > > > > > I am trying to build mod_perl-1.26 for Apache 1.3.20 with mod_ssl > > > 2.8.4 on FreeBSD. The version of perl that I have installed on this > > > machine is 5.6.1 > > > > > > If I build just mod_perl and Apache, the build goes fine. Th