Hello I got something in this way too :
I installed Apache with Openssl and modssl as this :
1� install openssl
2� configure apache with mod_ssl :
(mod-ssl dir)
./configure \
--with-apache=../apache-1.3.12 \
--with-ssl=../opensslxxx \
--enable-module=most \
--enable-shared=max \
--prefix=/usr/local/apache
It works but each time I start Apache I have a message :
libexec/mod_jserv.so uses plain Apache 1.3.API
this module might crash under EAPI
(please recompile it with -DEAPI)
I work with Linux Red Hat 6.2.
If somebody have a clue ? (I try to recompile with -DEAPI but when ? what I
tried failed).
Thanks
Pablo
(sorry for my english).
> hi all,
>
> i am facing a strange problem compiling apache + mod ssl on HP UX 10.20
> openssl-0.9.5a
> apache-1.3.12
> modssl_2.6.6
>
> i have enabled EAPI
> i prepared the apache src tree using mod ssl config script as
> ./configure --with-apache \
> ---with-eapi-only
>
> Then i configures apache
> ./configure --enable-module = most \
> ---enable-module=so \
> --enable-shared=max \
> --enable-rule = EAPI
>
> #make
> #make install
> .. no problems so far
>
> then i use apxs to configure modssl
> ./configure --with-ssl = /path/to/openssl \
> ---with-apxs=/usr/local/apache/bin/apxs
> #make
>
> here the make exits with the foll messages
>
> DP relative code in file
> /isocor/newopenssl/openssl-0.9.5a/libssl.a(s2_srvr.
> o) - shared library must be position
> independent. Use +z or +Z to recompile.
> *** Error exit code 1
>
> have i done something wrong somewhere ...
> what is the meaning of use +z to recompile
>
> bcoz i am building mod ssl as a DSO do i need to configure OpenSSl using
> -fPIC
> option
> Pls guide me on the same
> expecting a reply from modssl guru
> thanks in advance
> [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]