---- Original message ----
>Date: Tue, 29 Aug 2006 19:02:32 +0200
>From: Marek Marcola <[EMAIL PROTECTED]>  
>Subject: Re: Build problem on HP Itanium 64 bit machine  
>To: openssl-users@openssl.org
>
>Hello,
>> 
>> I am having problem building openssl on HP Itanium 64 bit box.
>> Attached are the files that show the output of Configure
and make. The
>> output of make is stripped to show the last section where
error is
>> reported.
>>  
>> The error is 
>> ld: Unknown input file type: "./libcrypto.so"
>> Fatal error.
>> 
>> I am also getting many "Unsatisfied symbol" errors during make.
>>  
>> The cc version is:
>> openssl-0.9.8b> cc --version
>> (Bundled) cc: HP aC++/ANSI C B3910B A.05.50 [May 15 2003]
>> 
>> at the end of unsuccessful make, this is what I have 
>>  libcrypto.a
>> libcrypto.so -> libcrypto.so.0.9.8
>> libcrypto.so.0.9.8
>> libssl.a
>>  
>> Has anyone faced this problem? Does openssl have dependency
on a
>> specific version of cc? Is there any problem with the
enable-shared
>> option?
>> If you require any more information about the environment,
please let
>> me know.
>Do you have libssl library dependency like:
>   $ ldd libssl.so.0.9.8
>    libcrypto.so.0.9.8 =>   ./libcrypto.so.0.9.8
>    libdl.so.1 =>   /usr/lib/hpux32/libdl.so.1
>in your build directory.

Are you suggesting looking into the Makefile? Well ... I can
see that building a shared object libssl.so.0.9.8b there is  a
dependancy on crypto library. It is specified as -lcrypto.so

>When this error occurs (when building openssl command ?) ?
After all the object files for the libssl are built and when
it begins to start building a shared object.

I am mainly confused by the error "unknown input file type".
Why would linker treat libcrypto.so as unknown file type?

DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Pvt. Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Pvt. Ltd. does not accept any liability for virus infected mails.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to