I try to compile genrsa.c, apps.c, app_rand.c in HP enviroment.
I have linked ssl and crypto library but I have the next error:

compilazione
START
        cc -DMONOLITH -DTHREADS -Ae +ESlit +Z -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -c genrsa.c  \
        apps.c \
        app_rand.c -I/home/yye0093/OPENSSL/include }
genrsa.c:
apps.c:
app_rand.c:
        cc -o /home/yye0093/OPENSSL/bin/genrsa  -L/home/yye0093/OPENSSL/lib app_rand.o apps.o genrsa.o \
        -lssl -lcrypto
/usr/ccs/bin/ld: Unsatisfied symbols:
   bio_err (data)
   main
*** Error exit code 1

Stop.

How can I do?

Thanks

Carlo
 

Reply via email to