From owner-freebsd-current Mon Aug 31 21:24:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA13416 for freebsd-current-outgoing; Mon, 31 Aug 1998 21:24:28 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from pozo.pozo.com (pozo.pozo.com [207.201.8.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA13406 for ; Mon, 31 Aug 1998 21:24:25 -0700 (PDT) (envelope-from mantar@netcom.com) Received: from dual (DUAL [192.168.0.2]) by pozo.pozo.com (8.9.1/8.9.1) with SMTP id VAA00289; Mon, 31 Aug 1998 21:23:11 -0700 (PDT) (envelope-from mantar@netcom.com) Message-Id: <199809010423.VAA00289@pozo.pozo.com> X-Sender: null@192.168.0.1 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1.0.49 (Beta) Date: Mon, 31 Aug 1998 21:23:11 -0700 To: John Birrell From: Manfred Antar Subject: Re: New problem with ELF Cc: current@FreeBSD.ORG In-Reply-To: <199809010419.OAA23592@cimlogic.com.au> References: <199809010343.UAA07035@pozo.pozo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 02:19 PM 9/1/98 +1000, John Birrell wrote: >Manfred Antar wrote: >> The update to elf worked fine. >> When I do a make buildworld it builds fine elf and legacy aout >> When i do make installworld after everything in the elf tree installs >> when i get to this point it dies : >> -------------------------------------------------------------- >> Re-scanning the shared libraries.. >> -------------------------------------------------------------- >> cd /usr/src; /sbin/ldconfig -R >> >> -------------------------------------------------------------- >> Rebuilding man page indexes >> -------------------------------------------------------------- >> 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" > >Does your /etc/rc still have /usr/lib in _LDC? >I have an ELF `make world' running, so I'll wait and see if this happens >to me. Heres whats in rc # Make shared lib searching a little faster. Leave /usr/lib first if you # add your own entries or you may come to grief. if [ -x /sbin/ldconfig ]; then _LDC=/usr/lib/aout for i in $ldconfig_paths; do if test -d $i; then _LDC="${_LDC} $i" fi done echo 'setting ldconfig path:' ${_LDC} ldconfig ${_LDC} fi rc.conf has the following : ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib" # shared library search paths Should I change /usr/lib/aout to /usr/lib ? By the way thanks for the GREAT work Manfred ============================== || mantar@netcom.com || || pozo@infinex.com || || Ph. (415) 681-6235 || ============================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message