From owner-freebsd-current@FreeBSD.ORG Sat Jul 23 19:40:56 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AB6E16A41F for ; Sat, 23 Jul 2005 19:40:56 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id E520143D48 for ; Sat, 23 Jul 2005 19:40:54 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 59D56F2173 for ; Sat, 23 Jul 2005 12:40:54 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 67947-08 for ; Sat, 23 Jul 2005 12:40:52 -0700 (PDT) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id AE332F1986 for ; Sat, 23 Jul 2005 12:40:52 -0700 (PDT) From: Sean McNeil To: current@freebsd.org Content-Type: text/plain Organization: Sean McNeil Consulting, Inc Date: Sat, 23 Jul 2005 12:40:52 -0700 Message-Id: <1122147652.79125.2.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com X-Mailman-Approved-At: Sun, 24 Jul 2005 11:35:58 +0000 Cc: Subject: libcrypto.so.3 problem building world with kerberos X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sean@mcneil.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jul 2005 19:40:56 -0000 I get the following error during build: /usr/obj/usr/src/tmp/usr/bin/ld: warning: libcrypto.so.3, needed by /usr/local/lib/libldap.so, not found (try using -rpath or -rpath-link) /usr/obj/usr/src/tmp/usr/bin/ld: warning: libssl.so.3, needed by /usr/local/lib/libldap.so, not found (try using -rpath or -rpath-link) /usr/local/lib/libldap.so: undefined reference to `SSL_CTX_set_tmp_rsa_callback'/usr/local/lib/libldap.so: undefined reference to `ssl3_send_alert' /usr/local/lib/libldap.so: undefined reference to `SSL_CTX_free' /usr/local/lib/libldap.so: undefined reference to `SSL_shutdown' /usr/local/lib/libldap.so: undefined reference to `SSL_load_client_CA_file' /usr/local/lib/libldap.so: undefined reference to `SSL_CTX_set_default_verify_paths' /usr/local/lib/libldap.so: undefined reference to `SSL_CTX_set_session_id_context' /usr/local/lib/libldap.so: undefined reference to `SSL_get_error' /usr/local/lib/libldap.so: undefined reference to `SSL_read' /usr/local/lib/libldap.so: undefined reference to `SSL_new' /usr/local/lib/libldap.so: undefined reference to `SSL_CTX_new' /usr/local/lib/libldap.so: undefined reference to `SSL_add_dir_cert_subjects_to_stack' /usr/local/lib/libldap.so: undefined reference to `SSL_library_init' /usr/local/lib/libldap.so: undefined reference to `SSL_CTX_load_verify_locations' /usr/local/lib/libldap.so: undefined reference to `SSL_pending' /usr/local/lib/libldap.so: undefined reference to `SSL_CTX_set_verify' /usr/local/lib/libldap.so: undefined reference to `SSL_set_bio' /usr/local/lib/libldap.so: undefined reference to `SSL_load_error_strings' /usr/local/lib/libldap.so: undefined reference to `SSL_get_certificate' /usr/local/lib/libldap.so: undefined reference to `SSL_CTX_set_cipher_list' /usr/local/lib/libldap.so: undefined reference to `SSL_accept' /usr/local/lib/libldap.so: undefined reference to `SSL_version' /usr/local/lib/libldap.so: undefined reference to `SSL_get_current_cipher' /usr/local/lib/libldap.so: undefined reference to `SSL_CIPHER_get_bits' /usr/local/lib/libldap.so: undefined reference to `SSLv23_method' /usr/local/lib/libldap.so: undefined reference to `SSL_alert_desc_string_long' /usr/local/lib/libldap.so: undefined reference to `SSL_CTX_use_PrivateKey_file' /usr/local/lib/libldap.so: undefined reference to `SSL_CTX_check_private_key' /usr/local/lib/libldap.so: undefined reference to `SSL_alert_type_string_long' /usr/local/lib/libldap.so: undefined reference to `SSL_CTX_use_certificate_file'/usr/local/lib/libldap.so: undefined reference to `SSL_state_string_long' /usr/local/lib/libldap.so: undefined reference to `SSL_connect' /usr/local/lib/libldap.so: undefined reference to `SSL_free' /usr/local/lib/libldap.so: undefined reference to `SSL_get_peer_certificate' /usr/local/lib/libldap.so: undefined reference to `SSL_get_verify_result' /usr/local/lib/libldap.so: undefined reference to `SSL_CTX_set_client_CA_list' /usr/local/lib/libldap.so: undefined reference to `SSL_write' but the library is there: server# ldd /usr/local/lib/libldap.so /usr/local/lib/libldap.so: liblber-2.2.so.7 => /usr/local/lib/liblber-2.2.so.7 (0x80095e000) libsasl2.so.2 => /usr/local/lib/libsasl2.so.2 (0x800a6d000) libcrypto.so.3 => /lib/libcrypto.so.3 (0x800b84000) libssl.so.3 => /usr/lib/libssl.so.3 (0x800dca000) libc.so.6 => /lib/libc.so.6 (0x80062b000) looks like the version number was bumped and the build won't look in /lib. Is that what is going on? Sean