Sorry for wasting bandwidth and peoples time on this one.  The PHP3 module
works fine with the mod-ssl port if you do it correctly which I didn't (it
was late, I was confused).  After compiling the apache-modssl port, I
reconfigured PHP to account for some of the changes I made.  Added the
following to the apache-modssl config.status file: 

==>new line "--activate-module=src/modules/php3/libphp3.a" \
"--enable-module=ssl" \
"--prefix=/usr/local" \

And that was it.  Lesson learned: Don't mix apaci with the old way.  
Nothing good will come of it.

On Sun, 4 Oct 1998, Ralf S. Engelschall wrote:
Original compile error
> 
> > modules.o: Undefined symbol `_modphp3_module' referenced from data segment
> > modules.o: Undefined symbol `_modphp3_module' referenced from data segment
> 
> Seems like there is no libphp3.a linked with httpd. I don't know how exactly
> you tried to enable PHP3 but for the apache13-modssl port it's not such easy,
> of course.
> 
> > The Configuration file mentioned enabling this line:
> > Rule SHARED_CHAIN=enable 
> 
> No, SHARED_CHAIN is just for compiling DSO's against other DSO's. It has no
> effect on the modules.o file and your above error.
> 
> > reconfigure using Configuration (copied from Configuration.tmpl) -> 
> > Configuration-> make 
> > 
> > which yield the same results.  Any suggestions would be greatly appreciated.
> 
> Sorry, seems like you totally confused yourself here. You said you tried the
> apache13-modssl port as the base, then you want to add PHP3 and finally you
> reconfigure manually via the Configuration files (which are not used by the
> apache13-modssl port because it uses APACI). 
> 
> So, when we should help you please give a few more details:
> 
> 1. What do you actually try? To change the apache13-modssl to your needs
>    or build Apache from scratch with mod_ssl and PHP3?
> 
> 2. Are you trying the apache13-modssl port (my official mod_ssl port) or
>    or the apache13-php3-modssl port (a different port for PHP3 with
>    just some modssl functionality)?
> 
>                                        Ralf S. Engelschall
>                                        [EMAIL PROTECTED]
>                                        www.engelschall.com
> ______________________________________________________________________
> Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
> Official Support Mailing List               [EMAIL PROTECTED]
> Automated List Manager                       [EMAIL PROTECTED]
> 
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to