I have written a Server program that works on NT and AIX, but when I install
openssl on HP and try to run the compile script, I get the following error
message:

/usr/ccs/bin/ld: Unsatisfied symbols:
   X509_NAME_oneline (code)
   SSL_accept (code)
   RAND_seed (code)
   SSL_set_fd (code)
   SSL_library_init (code)
   ERR_get_error (code)
   SSL_CTX_set_verify (code)
etc.

This is my compile script:

#!/bin/ksh
CC -g -w -I/usr/local/ssl/include -o SSLserv.exe \
-I/home/monique/openssl-0.9.6/crypto/rsa \
-L/usr/local/ssl/lib -lssl -lcrypto \
+a1 +eh \
serv.cpp

Any ideas as to what is causing the problem would be appreciated.

Monique Mandala
Proginet Corporation

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

Reply via email to