[EMAIL PROTECTED] wrote:

> My problem is that the mod_ssl configure is configuring apache
> and the mod_ssl configure won't accept a directive such as:
> --enable-module=so
>

I never could get the enable-module=so to work.

what is the object your are trying to build in as a shared object?

In my example I am using

--enable-rule=SHARED_CORE   This builds the apache core as shared so I can
add shared objects (DSOs) that I build with apxs and then dynamically load
with
the apache LoadModule directive in httpd.conf

--enable-shared=ssl   This builds in the ssl libraries as shared objects.

later I use apxs to build the shared module
and then use

LoadModule auth_ldap_module   libexec/auth_ldap.so

in the httpd.conf


I build auth-ldap.so with the Apache apxs utilitily.

This loads it Dynamically at run time.  That is the
best way to use shared libraries.

HTH




>
> So how do I get it in there???
>
> > You have to make apache able to run  .so files when compiling.
> > This is explained in Apache INSTALL.
> >
> > m.v.h.
> > Lars Schiøler
> >
> > ----- Original Message -----
> > From: <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Thursday, April 19, 2001 9:14 PM
> > Subject: mod_so probs
> >
> >
> > > Hello modssl-users,
> > >
> > > Forgive me if this is covered in the faqs at modssl.org, I read
> > > them and didn't find anything on this.
> > >
> > > I have:
> > >    apache_1.3.19
> > >    mm-1.1.3
> > >    openssl-0.9.6
> > >    mod_ssl-2.8.1-1.3.19
> > >    jakarta-tomcat-3.2.1-src
> > >
> > > I've followed the instructions from mod_ssl's INSTALLATION file.
> > > I'm running solaris 7.
> > >
> > > I'm currently leaving mm out (due to MAP_ANON issue that I can't
> > > quite figure out) and so am running the following configure command:
> > >
> > > cd /usr/local/builds/mod_ssl-2.8.1-1.3.19
> > > ./configure \
> > >     --with-apache=../apache_1.3.19 \
> > >     --with-ssl=../openssl-0.9.6 \
> > >     --prefix=/usr/local/apache \
> > >     --enable-shared=ssl
> > >
> > > The problem I'm having is that, after making apache and make installing
> > > it, running apachectl start or sslstart produce error messages
> > > having to do with mod_so not being loaded into apache.
> > > In the pre-mod_ssl days I would just add --enable_module=so to the
> > > apache configure args.  But now that I'm not actually running that
> > > configure script I'm not sure what to do.
> > >
> > > Any ideas??
> > >
> > > Thank you,
> > > Patrick.
> > >
> > >
> > >
> > >
> > > --
> > >
> > > e-mail:  [EMAIL PROTECTED]
> > > ______________________________________________________________________
> > > Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> > > User Support Mailing List                      [EMAIL PROTECTED]
> > > Automated List Manager                            [EMAIL PROTECTED]
> >
> > ______________________________________________________________________
> > Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> > User Support Mailing List                      [EMAIL PROTECTED]
> > Automated List Manager                            [EMAIL PROTECTED]
> >
>
> --
>
> e-mail:  [EMAIL PROTECTED]
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]
begin:vcard 
n:Ott;John
tel;work:202 687 8928
x-mozilla-html:FALSE
org:Georgetown University;University Informations Systems
version:2.1
email;internet:[EMAIL PROTECTED]
title:UNIX Systems Programmer
adr;quoted-printable:;;Box 571138=0D=0A2201 Wisconsin Avenue NW;Washington;DC;20007;USA
x-mozilla-cpt:;27472
fn:John Ott
end:vcard

Reply via email to