[Bug 1260] Link failure with openssl 0.9.8

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Sat Nov 11 07:36:14 EST 2006


http://bugzilla.mindrot.org/show_bug.cgi?id=1260

           Summary: Link failure with openssl 0.9.8
           Product: Portable OpenSSH
           Version: 4.4p1
          Platform: Sparc
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build system
        AssignedTo: bitbucket at mindrot.org
        ReportedBy: schulz at adi.com


I believe that the following error also occured with earlier versions
of openssh and I just worked around it.  Trying to build openssh 4.4p1
with openssl 0.9.8, I get the following link failure.

Undefined                       first referenced
 symbol                             in file
DSA_generate_parameters             ./libssh.a(key.o)
RSA_generate_key                    ./libssh.a(key.o)
ld: fatal: Symbol referencing errors. No output written to ssh
*** Error code 1

If I revert to openssl 0.9.7, there is no problem.  Checking the
libcrypto.so library with nm, I find that 0.9.8 has
DSA_generate_parameters_ex and RSA_generate_key_ex defined whereas
0.9.7 has DSA_generate_parameters and RSA_generate_key defined.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the openssh-bugs mailing list