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.
When this error occurs (when building openssl command ?) ?

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]

Reply via email to