I am using Redhat Linux 6.2 and OpenSSL-0.9.6
well I tried your suggestion but still it is giving undefine symbol:
app_RAND_load_file
thanks

-----Original Message-----
From: qun-ying [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 28, 2001 6:21 PM
To: [EMAIL PROTECTED]
Subject: Re: JAVA/JNI Wrapper for OpenSSL.


what platform/compiler are you running? 
take note of the order you supply the library. move the -lcrypto to the
last of your link command may solve your problem.
______________________________________________________________________

I wrote a JNI stub myx509.c and compiled it into a shared library.
But while running the java file I get UnsatisfiedLinkError: Undefined
symbol: app_RAND_load_file 
The problem is I dont know which are the files to be put in the shared
library
or if there is any single archive file..I tried linking libcrypto.a libssl.a
and libRSAglue.a but still i get errors..

any idea which are the required files..I can find out one by one but is a
long
and painful process.
thanks
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to