[openssl-dev] [openssl.org #4454] openssl-1.1.0-pre4: zlib-dynamic problems

Kiyoshi KANAZAWA via RT rt at openssl.org
Sun Mar 20 07:23:45 UTC 2016


Tested with patch for #4444.


(1) Default choice
    INSTALL says zlib-dynamic is the default choice.
    But ./config sets no-zlib-dynamic [default]



(2) Make error with solaris64-x86_64-gcc shared zlib-dynamic
    % mkdir build
    % cd build
    % ../Configure solaris64-x86_64-gcc shared zlib-dynamic
    % make
      :
        Undefined                       first referenced
     symbol                             in file
    BIO_f_zlib                          ./libcrypto.so
    ld: fatal: symbol referencing errors. No output written to apps/openssl
    collect2: error: ld returned 1 exit status
    ../Makefile.shared:384: recipe for target 'link_app.solaris' failed

    Combination of shared & zlib-dynamic causes this.
    % ../Configure solaris64-x86_64-gcc shared; make; make test
    passes.
    % ../Configure solaris64-x86_64-gcc zlib-dynamic; make
    passes, but make test fails (see (3)).


(3) Test error with solaris64-x86_64-gcc zlib-dynamic
    % ../Configure solaris64-x86_64-gcc zlib-dynamic
    % make
    % make test
      :
        #   Failed test 'compressed content test streaming PEM format'
        #   at ../../test/recipes/80-test_cms.t line 452.
        # Looks like you failed 1 test of 11.

    #   Failed test 'CMS <=> CMS consistency tests, modified key parameters
    # '
    #   at ../../test/recipes/80-test_cms.t line 458.
    # Looks like you failed 1 test of 4.
    ../../test/recipes/80-test_cms.t ............. 
    Dubious, test returned 1 (wstat 256, 0x100)
    Failed 1/4 subtests 



Test environment
OS: Solaris10 x86/x64
Gcc: version 4.8.5
ld: /usr/ccs/bin/ld


--- Kiyoshi <yoi_no_myoujou at yahoo.co.jp>



-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4454
Please log in as guest with password guest if prompted



More information about the openssl-dev mailing list