On Tue, Oct 19, 1999, Graham Leggett wrote:

> > So, while I'm busy with moving this week, please take the chance and fetch the
> > latest snapshot from ftp://ftp.modssl.org/snapshot/ and try it out. It should
> > be very stable. Please give feedback whether it works fine or fails horrible
> > until Friday.
> 
> I just went through the compilation process, and tried to start the
> server up after upgrading. The server startup complained that I did not
> have shared memory support compiled in, and I should change the shm:
> references.
> 
> I thought I did compile in shared memory support - can anyone see if I
> did anything stupid here?
> 
> I issued the following configure command to mod_ssl:
> 
> [7:52pm] root@infobase:~/apache-tmp/mod_ssl-SNAP-19991019# ./configure
> --with-apache=../apache_1.3.9 --with-ssl=../openssl-0.9.4
> --with-mm=../mm-1.0.9 
> [...]
>  + enabling Extended API (EAPI)
>    using MM library: ../../mm-1.0.9 (source-tree only)
>  + checking sizeof various data types
> [...]
> Because I am trying to install mod_perl as well, I follow the
> instructions given in the mod_ssl INSTALL file for apache + mod_ssl +
> mod_perl and I need to run the Apache ./configure again, like so:
> 
> [7:59pm] root@infobase:~/apache-tmp/apache_1.3.9# ./configure
> --prefix=/opt/local/apache --enable-module=most --enable-shared=max
> --enable-module=ssl --activate-module=src/modules/perl/libperl.a
> --enable-module=perl
> [....]
>  + enabling Extended API (EAPI)

   ^^^^^^^^^ HERE IS MM MISSING!!!

>  + using -ldl for vendor DSO support
> [....]
> 
> Is there something else I should be doing?
> I am trying to remember what I did when I configured v2.4.5...

Yes, as you can see MM is present only in the first variant.
If you do it manually you've to use EAPI_MM=../mm-1.0.9 there, too.
And BTW, please use a more recent MM version.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to