-------------------------REPLY SEPARATOR----------------------
On Thu Mar  4 23:23:08 1999, Josh MacDonald wrote:
> 
> The header file `pem2.h' is not installed by the 19990304 snapshot.
> 
  You need to create links in ./include to pem2.h and x509v3.h. Do this 
from your snapshot root:

cd ./include
ln -s ../crypto/pem/pem2.h .
ln -s ../crypto/x509v3/x509v3.h .

  Then everything should work. I just finished doing this myself.
  
  If you just grab the snapshot, you don't get any of the symbolic
links that are needed to compile/test openSSL. You need to duplicate 
the link structure of ./include, and all the Makefile.ssl -> Makefile 
links.

   Steve
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to