Hello, > >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 No, sometimes when building OpenSSL on hpux1123 libssl.so library has dependency on libcrypto.so but in form: ./libcrypto.so.0.9.8 And when build process goes to apps directory there is no such library (in current directory) and build fails. Againg, check with ldd command libssl.so.0.9.8 library in build directory.
> >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? On hpux1123 there was many application with its on OpenSSL bundled (Apache, WBEM, some administration utilities) maybe some of this libraries are for example for HPPA (but on other hand you will get some ABI errors then). Look for libcrypto* in /opt and /usr. 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]