Sir, am getting test failed when i tried to install openssl package in my system for redhat RHEL5.4. I choosed #./configure zlib-dynamic shared then build was successful. #make but error is in testing the build. #make test zlib 3085945484:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:186:filename(libz.so): libz.so: cannot open shared object file: No such file or directory 3085945484:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244: 3085945484:error:29064065:lib(41):BIO_ZLIB_NEW:zlib not supported:c_zlib.c:478: 3086949004:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:186:filename(libz.so): libz.so: cannot open shared object file: No such file or directory 3086949004:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244: 3086949004:error:29064065:lib(41):BIO_ZLIB_NEW:zlib not supported:c_zlib.c:478: cmp: EOF on ./p.zlib.clear make[1]: *** [test_enc] Error 1 make[1]: Leaving directory `/usr/openssl-1.0.0e/test' make: *** [tests] Error 2
the make report is as follows: #make report OpenSSL self-test report: OpenSSL version: 1.0.0e Last change: Fix bug where CRLs with nextUpdate in the past are some... Options: enable-zlib-dynamic enable-shared -march=pentium -Wa,--noexecstack no-gmp no-jpake no-krb5 no-md2 no-rc5 no-rfc3779 no-store no-static-engine OS (uname): Linux localhost.localdomain 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:54 EDT 2009 i686 i686 i386 GNU/Linux OS (config): i686-whatever-linux2 Target (default): linux-elf Target: linux-elf Compiler: Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux Thread model: posix gcc version 4.1.2 20080704 (Red Hat 4.1.2-46) Failure! [...] Test report in file testlog ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
