Date: Sat, 5 Sep 1998 19:28:11 +1000 (EST) From: John Birrell <jb@cimlogic.com.au> To: gmarco@giovannelli.it Cc: ncbp@bank-pedersen.dk, current@FreeBSD.ORG Subject: Re: make buildworld (elf) fails with ... Message-ID: <199809050928.TAA14966@cimlogic.com.au> In-Reply-To: <98090510352900.04959@gmarco.eclipse.org> from Gianmarco Giovannelli at "Sep 5, 98 10:27:31 am"
next in thread | previous in thread | raw e-mail | index | archive | help
Gianmarco Giovannelli wrote: > >> cd /usr/src/share/man; /usr/obj/elf/usr/src/tmp/usr/bin/make makedb > >> makewhatis /usr/share/man > >> /usr/libexec/ld.so: warning: /usr/obj/elf/usr/src/tmp/usr/lib/libm.so.2: minor version -1 older than expected 0, using it anyway > >> ld.so failed: bad magic number in "/usr/obj/elf/usr/src/tmp/usr/lib/libm.so.2" This looks like phase two of the upgrade, where elf things are built with aout tools. The fact that ld.so is looking at libraries in the elf WORLDTMP indicates that the ld.so.hints file contains that path after executing ldconfig. Have you updated src/Makefile.inc1 since I made the change to only run ldconfig if building aout? You might need to build a new ld.so.hints file. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809050928.TAA14966>