[Bug 1187] Unable to build OpenSSH 4.3p2 using OpenSSL 0.9.8a

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Sat Apr 29 04:02:46 EST 2006


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

           Summary: Unable to build OpenSSH 4.3p2 using OpenSSL 0.9.8a
           Product: Portable OpenSSH
           Version: 4.3p2
          Platform: amd64
        OS/Version: Solaris
            Status: NEW
          Severity: major
          Priority: P2
         Component: ssh
        AssignedTo: bitbucket at mindrot.org
        ReportedBy: papadg00 at yahoo.com


Hi, 

Having problems complying OpenSSH 4.3p2 using OpenSSL 0.9.8a on an
Solaris 10 (AMD based HP Blade). 

I've complied openssl and build in under /opt/openssl (as I dont prefer
the default location of /usr/local/ssl). Attempting to build openssh,
and eventhough I'm using the following command:

./configure --prefix=/opt/openssh --with-ssl-dir=/opt/openssl

Still make will look under /usr/local/ssl/lib and and not
/opt/openssl/lib. The make fails with the following:

gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o  sshconnect.o
sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib
-R/usr/local/ssl/lib -lssh -lopenbsd-compat -lresolv -lcrypto -lrt -lz
-lsocket -lnsl
Undefined                       first referenced
 symbol                             in file
EVP_aes_192_cbc                     ./libssh.a(cipher.o)
EVP_aes_256_cbc                     ./libssh.a(cipher.o)
ld: fatal: Symbol referencing errors. No output written to ssh
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `ssh'

========

Any assistance is much appreciated

Thanks




------- 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