Date: Wed, 12 Mar 2008 19:49:26 +0100 From: Matthias Fechner <idefix@fechner.net> To: freebsd-questions@freebsd.org Subject: Source Upgrade to FreeBSD 7 fails Message-ID: <47D825B6.1050207@fechner.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47D825B6.1050207>