That worked for openssl-0.9.7m!  Thanks Marek!
   Now, I'm getting:
# curl
dynamic linker: curl: relocation error: symbol not found: main;
referenced from:  /usr/lib/libssl.so.0.9.7

   Is this a problem with the compilation of openssl?  Can anyone give
me a hand?

Thanks!!
Dave

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marek Marcola
Sent: Wednesday, March 07, 2007 4:38 PM
To: openssl-users@openssl.org
Subject: Re: openserver /usr/lib/libssl.so.0.9.7 missing

Hello,
> 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
You may try something like:
 # ./Configure shared no-asm
without "shared" you will get only static libraries.

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

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

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

Reply via email to