Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Oct 2006 11:07:25 +0200
From:      Tobias Roth <roth@iam.unibe.ch>
To:        stable@freebsd.org
Subject:   buildworld: undefined reference to `SHA256_Update'
Message-ID:  <20061007090725.GA3229@droopy.unibe.ch>

next in thread | raw e-mail | index | archive | help
Hi

I get this buildworld error with a reshly updated RELENG_6:


cc -O2 -pipe -fno-strict-aliasing -march=pentium-m -I/usr/src/secure/libexec/sftp-server/../../../crypto/openssh -include ssh_namespace.h -DNO_IDEA   -o sftp-server sftp-server.o sftp-common.o -lssh -lcrypt -lcrypto -lz
/usr/obj/usr/src/tmp/usr/lib/libssh.so: undefined reference to `SHA256_Update'
/usr/obj/usr/src/tmp/usr/lib/libssh.so: undefined reference to `SHA256_Final'
/usr/obj/usr/src/tmp/usr/lib/libssh.so: undefined reference to `SHA256_Init'
*** Error code 1

Stop in /usr/src/secure/libexec/sftp-server.


I was away for the last two weeks, so maybe this is already known?
All I did so far was check the latest security advisories and google,
but that turned out nothing usable.

Thanks,

Tobias



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061007090725.GA3229>