Hallo Bernd,

sorry das ich dich direkt anschreibe.
Noch mal ne Frage zu dem Thema.

Muss ich alle dinge tun die vorgeschlagen wurden:

OpenSSLDie                              @2526

## Und deine Sache dazu


Index: mkdef.pl
===================================================================
RCS file: /home/cvs/CVS/openssl/util/mkdef.pl,v
retrieving revision 1.3
diff -u -w -r1.3 mkdef.pl
--- mkdef.pl    12 Jul 2002 12:13:27 -0000      1.3
+++ mkdef.pl    1 Aug 2002 13:26:05 -0000
@@ -202,6 +202,7 @@
 $crypto.=" crypto/rand/rand.h";
 $crypto.=" crypto/comp/comp.h";
 $crypto.=" crypto/tmdiff.h";
+$crypto.=" crypto/cryptlib.h";

 my $symhacks="crypto/symhacks.h";

## oder reicht dies aus


Hi,

  must be some bad config on my part here, but i added tmp32dll\cryptlib.obj
to the ms\ntdll.mak file in

$(O_SSL): $(SSLOBJ)
        $(LINK) $(MLFLAGS) /out:$(O_SSL) /def:ms/SSLEAY32.def @<<
  tmp32dll\cryptlib.obj $(SHLIB_EX_OBJ) $(SSLOBJ)  $(L_CRYPTO) wsock32.lib
gdi32.lib advapi32.lib
<<

and these errors went away.


Danke f�r deine Hilfe

Gru�

Stefan



 -----Urspr�ngliche Nachricht-----
Von:    Bernd Matthes [mailto:[EMAIL PROTECTED]] 
Gesendet:       Donnerstag, 1. August 2002 15:31
An:     [EMAIL PROTECTED]
Betreff:        Re: Problems with compile on Version-0.9.6e under win32.

Richard Campbell wrote:
> 
> >s3_clnt.obj : error LNK2001: Nichtaufgeloestes externes Symbol
_OpenSSLDie
> 
> Add the following to libeay32.def:
> 
>     OpenSSLDie                              @2526
> 
> Or, add the following to libeay.num and then regenerate the .def file:
> 
> OpenSSLDie                              2526    EXIST::FUNCTION:

and don't forget to patch util/mkdef.pl otherwise the regeneration will
fail:
(I was running in the same trap blindly ;-) )

Index: mkdef.pl
===================================================================
RCS file: /home/cvs/CVS/openssl/util/mkdef.pl,v
retrieving revision 1.3
diff -u -w -r1.3 mkdef.pl
--- mkdef.pl    12 Jul 2002 12:13:27 -0000      1.3
+++ mkdef.pl    1 Aug 2002 13:26:05 -0000
@@ -202,6 +202,7 @@
 $crypto.=" crypto/rand/rand.h";
 $crypto.=" crypto/comp/comp.h";
 $crypto.=" crypto/tmdiff.h";
+$crypto.=" crypto/cryptlib.h";

 my $symhacks="crypto/symhacks.h";


with kind regards
-- 
Bernd Matthes                   Gemplus mids GmbH --
Senior Software Engineer           formerly Celo Communications GmbH
Dipl.-Ing.(FH)                  R&D Center Germany
--------------------------------------------------------------------
"Complexity breeds bugs. Bugs prevent adoption, lack of" \
"adoption results in death. Death not good." "Life sucks."
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to