Date: Wed, 17 Jul 2002 08:46:29 +0100 (BST) From: Gavin Atkinson <gavin@ury.york.ac.uk> To: <stable@freebsd.org>, <des@freebsd.org> Subject: Build error if crypto was not installed Message-ID: <Pine.BSF.4.33.0207170839380.3990-100000@ury.york.ac.uk>
next in thread | raw e-mail | index | archive | help
Hi, Fresh CVSUP as of 3pm yesterday GMT of stable cvs-all. System was installed from 4.6 CD, however only the base package was installed from the CD, no crypto. Make buildworld: ===> secure/usr.bin/scp cc -O -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA -c /usr/src/secure/usr.bin/scp/../../../crypto/openssh/scp.c cc -O -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA -o scp scp.o -lssh /usr/obj/usr/src/i386/usr/libexec/elf/ld: warning: libcrypto.so.2, needed by /usr/obj/usr/src/i386/usr/lib/libssh.so, not found (try using -rpath or -rpath-link) /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_DigestInit' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_enc_null' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_CIPHER_CTX_init' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `BN_rand' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `RSA_generate_key' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `PEM_read_PrivateKey' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_DigestFinal' [snipped lots more undefined references] /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `HMAC_Update' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_bf_cbc' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_get_digestbyname' *** Error code 1 Stop in /usr/src/secure/usr.bin/scp. *** Error code 1 Stop in /usr/src/secure/usr.bin. *** Error code 1 Stop in /usr/src/secure. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Thanks, Gavin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33.0207170839380.3990-100000>