I know that I may be missing something fundamental, but I'm not not sure what. Maybe I'm missing a lot. But I sure would appreciate any guidance that anyone could offer.
I am trying to use a pre-compiled binary of curl on SCO Openserver 5.0.6. When executing curl, I get the message: dynamic linker : curl : could not open /usr/lib/libssl.so.0.9.7 So I've tried to find that library. I've downloaded the openssl-0.9.6e skunkware release from ftp://ftp2.sco.com/pub/skunkware/osr5/libraries/openssl/. It had the openssl executable and a few libraries (libcrypto.a and libssl.a), but no libssl.so.x. I've also tried to compile openssl (0.9.6b, 0.9.6d, 0.9.6e) with gcc and get the following errors: # ./config no-threads <output cut> Configured for sco5-gcc. # make <output cut> UX:i386as: ERROR: x86cpuid-elf.s:132:invalid operand combination: pxor: No such file or directory UX:i386as: ERROR: x86cpuid-elf.s:133:invalid operand combination: pxor <output cut> UX:i386as: ERROR: x86cpuid-elf.s:231:syntax error at name: f UX:i386as: ERROR: x86cpuid-elf.s:233:syntax error at integer constant: 1 make[1]: *** [x86cpuid-elf.o] Error 1 I've tried openssl-0.9.6m and openssl-0.9.7m: gcc -o openssl -DMONOLITH -I../include -O3 -fomit-frame-pointer openssl.o verify .o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o p kcs7.o crl2p7.o crl.o rsa.o rsautl.o dsa.o dsaparam.o x509.o genrsa.o gendsa.o s _server.o s_client.o speed.o s_time.o apps.o s_cb.o s_socket.o app_rand.o versio n.o sess_id.o ciphers.o nseq.o pkcs12.o pkcs8.o spkac.o smime.o rand.o -L.. -ls sl -L.. -lcrypto -lsocket Undefined first referenced symbol in file _fini /usr/ccs/lib/crt1.o UX:i386ld: ERROR: Symbol referencing errors. No output written to openssl collect2: ld returned 1 exit status make[1]: *** [openssl] Error 1 make[1]: Leaving directory `/u/curl/openssl-0.9.6m/apps' make: *** [sub_all] Error 1 *** All I want to is to be able to find a copy of the file /usr/lib/libssl.so.0.9.7 for SCO Openserver 5.0.6. Can anyone help? *** Thanks.. Dave ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]