On Tue, Aug 31, 1999, [EMAIL PROTECTED] wrote:

> I tried to upgrade my mod_ssl to 2.4.1 with APXS, but got this :
> 
> x86-1:~/pkg/apache/mod_ssl-2.4.1-1.3.9> ./configure --with-apxs=/usr/local/apach
> e/bin/apxs --with-ssl=../openssl-0.9.4
> Configuring mod_ssl/2.4.1 for Apache/1.3.9
>  + Apache location: /usr/local/apache (Version 1.3.9)
>  + OpenSSL location: ../openssl-0.9.4
>  + Configuring SSL module inside pkg.sslmod
> ./configure: configure.stub.sh: not found
> 
> I am running on Solaris x86 2.6. I verified this happend to 2.4.0 too.
> Can anyone else confirm this ? Is it me or mod_ssl the problem ?

Works fine for me:

| rse@en1:/tmp/pkg.mod_ssl
| :> ./configure --with-apxs=/sw/pkg/websrv/bin/apxs
| --with-ssl=/e/openssl/pkg/openssl-0.9.4
| Configuring mod_ssl/2.4.1 for Apache/1.3.9
|  + Apache location: /sw/pkg/websrv (Version 1.3.9)
|  + OpenSSL location: /e/openssl/pkg/openssl-0.9.4
|  + Configuring SSL module inside pkg.sslmod
|       + SSL interface: mod_ssl/2.4.1
|       + SSL interface build type: DSO
|       + SSL interface compatibility: disabled
|       + SSL interface experimental code: disabled
|       + SSL interface vendor extensions: disabled
|       + SSL library path: /v/dsk/2/f/e/openssl/pkg/openssl-0.9.4
|       + SSL library version: OpenSSL 0.9.4 09 Aug 1999
|       + SSL library type: installed package (stand-alone)
|       + SSL library plugin mode: none
|  + Creating Makefile in pkg.sslmod
| rse@en1:/tmp/pkg.mod_ssl
| :> make
| cc -c  -I/sw/pkg/websrv/include/apache -Wall -funsigned-char -DTARGET="apache"
| -DMOD_SSL=204100 -DMOD_PERL -DEAPI -DEAPI_MM -DUSE_EXPAT -I../lib/expat-lite
| -fpic -DSHARED_CORE -pipe -O2 -g -ggdb3 -DSHARED_MODULE
| -I/v/dsk/2/f/e/openssl/pkg/openssl-0.9.4/include -DMOD_SSL_VERSION=\"2.4.1\"
| mod_ssl.c && mv mod_ssl.o mod_ssl.lo
| cc -c  -I/sw/pkg/websrv/include/apache -Wall -funsigned-char -DTARGET="apache"
| -DMOD_SSL=204100 -DMOD_PERL -DEAPI -DEAPI_MM -DUSE_EXPAT -I../lib/expat-lite
| -fpic -DSHARED_CORE -pipe -O2 -g -ggdb3 -DSHARED_MODULE
| -I/v/dsk/2/f/e/openssl/pkg/openssl-0.9.4/include -DMOD_SSL_VERSION=\"2.4.1\"
| ssl_engine_config.c && mv ssl_engine_config.o ssl_engine_config.lo
| cc -c  -I/sw/pkg/websrv/include/apache -Wall -funsigned-char -DTARGET="apache"
| -DMOD_SSL=204100 
| [...]

I'm especially wondering what ``configure.stub.sh'' is for you.
Neither inside Apache nor mod_ssl nor OpenSSL is such a file...

                                       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