Re: Ultrix Problem: Build Can't Find SSL Headers

1999-05-06 Thread Ralf S. Engelschall

On Thu, May 06, 1999, Boyce, Nick wrote:

> On 5th.May.1999 Mads Toftum wrote
> 
> > You should have SSL_BASE=../openssl-SNAP-19990426 on the same line as the
> > ./configure  
> 
> Sorry, but that failed in just the same way :
> [...]

As I said: You've to use the latest mod_ssl CVS version when you use a latest
OpenSSL CVS version. Mixing snapshots and releases doesn't work this time
because OpenSSL API and installation things changed.

   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]



RE: Ultrix Problem: Build Can't Find SSL Headers

1999-05-06 Thread Boyce, Nick

On 5th.May.1999 Mads Toftum wrote

> You should have SSL_BASE=../openssl-SNAP-19990426 on the same line as the
> ./configure  

Sorry, but that failed in just the same way :

> =< cut >==
> 
In directory /data/arc/apache/mod_ssl-2.2.8-1.3.6 :-

SSL_BASE=../openssl-SNAP-19990426 \
./configure --with-apache=../apache_1.3.6 \
--with-ssl=../openssl-SNAP-19990426 \
--prefix=/usr/local/apache \
--disable-rule=SSL_COMPAT

Configuring mod_ssl/2.2.8 for Apache/1.3.6
 + Apache location: ../apache_1.3.6 (Version 1.3.6)
 + OpenSSL location: ../openssl-SNAP-19990426
 + Auxiliary patch tool: ./etc/patch/patch (local)
 + Applying packages to Apache source tree:
   o Extended API (EAPI)
   o Distribution Documents
   o SSL Module Source
   o SSL Support
   o SSL Configuration Additions
   o SSL Module Documentation
   o Addons
Done: source extension and patches successfully applied.

Configuring for Apache, Version 1.3.6
 + using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
 + configured for ULTRIX platform
 + setting C compiler to cc
 + setting C pre-processor to cc -E
 + checking for system header files
 + adding selected modules
o ssl_module uses ConfigStart/End
  + SSL interface: mod_ssl/2.2.8
  + SSL interface build type: OBJ
  + SSL interface compatibility: disabled
  + SSL interface experimental code: disabled
  + SSL interface vendor extensions: disabled
Unknown flag
  + SSL interface plugin: Configured DBM (-ldbm)
Error: Cannot find SSL header files under
/data/arc/apache/openssl-SNAP-19990426
  + SSL library path: /data/arc/apache/openssl-SNAP-19990426
./configure:Error: APACI failed
>  
> =< cut >==
> 
... and in fact it also failed the same way when I tried it without *any* 
declaration for SSL_BASE. But thanks for the help anyway.
> Nick Boyce
> [ Information Security Manager ]
> Systems Team, EDS Healthcare, Bristol, UK
> Internet email:  [EMAIL PROTECTED]   |   tel:  +44 117 989 2941
> 
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Ultrix Problem: Build Can't Find SSL Headers

1999-05-06 Thread Ralf S. Engelschall

On Wed, May 05, 1999, Boyce, Nick wrote:

> I've raised this with Ralf E via the Mod_SSL Jitterbug system, but either
> I'm posting followup mail to the wrong address, or he's away right now, as
> it's all gone quiet.

The address for replies is [EMAIL PROTECTED]  But you're right, it
should be written down somewhere in more detail.

> So I thought I'd try this on the list members, betting that this is a common
> problem :
> 
> So far:   openssl-SNAP-19990426 built OK
>   "make -f Makefile.ssl links" done OK
>   "make install" done OK
> 
> But, when I try building mod_ssl-2.2.8_1.3.6, I get :-
>   + SSL interface vendor extensions: disabled
> Unknown flag
>   + SSL interface plugin: Configured DBM (-ldbm)
> Error: Cannot find SSL header files under
> /data/arc/apache/openssl-SNAP-19990426
>   + SSL library path: /data/arc/apache/openssl-SNAP-19990426
> ./configure:Error: APACI failed

Sure, you use a very recent snapshot of OpenSSL but a release version of
mod_ssl. That doesn't work because of OpenSSL API changes for 0.9.3. You've to
use also the latest mod_ssl CVS version.  This compiles fine with the latest
OpenSSL snapshot states.
   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]



RE: Ultrix Problem: Build Can't Find SSL Headers

1999-05-05 Thread mads

[SNIP]
> 
> But, when I try building mod_ssl-2.2.8_1.3.6, I get :-
> 
> =< cut >==
> 
> SSL_BASE=../openssl-SNAP-19990426
> 
> ./configure --with-apache=../apache_1.3.6 \
> --with-ssl=../openssl-SNAP-19990426 \
> --prefix=/usr/local/apache \
> --disable-rule=SSL_COMPAT   


You should have SSL_BASE=../openssl-SNAP-19990426 on the same line as the
./configure or you should it to:

SSL_BASE=../openssl-SNAP-19990426 \
./configure --with-apache=../apache_1.3.6 \
--with-ssl=../openssl-SNAP-19990426 \
--prefix=/usr/local/apache \
--disable-rule=SSL_COMPAT 


vh.

Mads Toftum, QDPH
---
There is nothing in any of these standards that would
prevent me from including a 1 gigabit MPEG movie of me
playing with my cat as one of the RDN components of the DN
in my certificate.
-- Bob Jueneman on IETF-PKIX

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]