From owner-freebsd-questions@FreeBSD.ORG Wed Mar 12 18:49:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7EC4106570A for ; Wed, 12 Mar 2008 18:49:39 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.ipv6.lostinspace.de [IPv6:2a01:138:100:1:219:d1ff:fe6a:ef49]) by mx1.freebsd.org (Postfix) with ESMTP id 65A288FC19 for ; Wed, 12 Mar 2008 18:49:39 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (ppp-82-135-9-51.dynamic.mnet-online.de [82.135.9.51]) (authenticated bits=0) by anny.lostinspace.de (8.14.1/8.14.1) with ESMTP id m2CInVmI066537 for ; Wed, 12 Mar 2008 19:49:32 +0100 (CET) (envelope-from idefix@fechner.net) Received: from localhost (localhost [127.0.0.1]) by server.idefix.lan (Postfix) with ESMTP id 48631130CDD for ; Wed, 12 Mar 2008 19:49:31 +0100 (CET) X-Virus-Scanned: ClamAV 0.92.1/6213/Wed Mar 12 18:18:10 2008 on anny.lostinspace.de X-Virus-Scanned: amavisd-new at idefix.lan Received: from server.idefix.lan ([127.0.0.1]) by localhost (server.idefix.lan [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BneWRU2TuNem for ; Wed, 12 Mar 2008 19:49:29 +0100 (CET) Received: from [192.168.0.151] (idefix.idefix.lan [192.168.0.151]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 10E83130CE2 for ; Wed, 12 Mar 2008 19:49:29 +0100 (CET) Message-ID: <47D825B6.1050207@fechner.net> Date: Wed, 12 Mar 2008 19:49:26 +0100 From: Matthias Fechner User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (anny.lostinspace.de [80.190.182.2]); Wed, 12 Mar 2008 19:49:32 +0100 (CET) X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00, UNPARSEABLE_RELAY autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on anny.lostinspace.de X-Virus-Status: Clean Subject: Source Upgrade to FreeBSD 7 fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 18:49:40 -0000 Hi, I cvsup the RELENG_7_0 tree today and tried to build the system with make buildworld but I got the following error message: cc -O1 -pipe -march=pentiumpro -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/libexec/ipropd-master/../../../crypto/heimdal/lib/roken -I. -I/usr/local/include -DOPENLDAP=1 -DHAVE_CONFIG_H -I/usr/src/kerberos5/libexec/ipropd-master/../../include -L/usr/local/lib -Wl,-rpath,/usr/local/lib -o ipropd-master ipropd_master.o -lkadm5srv -lhdb -lkrb5 -lroken /usr/obj/usr/src/kerberos5/libexec/ipropd-master/../../lib/libvers/libvers.a -lasn1 -lcrypto -lcrypt -lcom_err -lldap -llber /usr/obj/usr/src/tmp/usr/bin/ld: warning: libssl.so.4, needed by /usr/local/lib/libldap.so, not found (try using -rpath or -rpath-link) /usr/obj/usr/src/tmp/usr/bin/ld: warning: libcrypto.so.4, 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' ... *** Error code 1 Stop in /usr/src/kerberos5/libexec/ipropd-master. *** Error code 1 How can I solve that? Thanks, Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook