From owner-freebsd-current Tue Sep 8 08:06:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA13066 for freebsd-current-outgoing; Tue, 8 Sep 1998 08:06:19 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA12998 for ; Tue, 8 Sep 1998 08:06:04 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from ben by scientia.demon.co.uk with local (Exim 2.02 #26) id 0zGOHQ-0001Zb-00; Tue, 8 Sep 1998 14:58:00 +0100 Date: Tue, 8 Sep 1998 14:58:00 +0100 From: Ben Smithurst To: Manfred Antar Cc: current@FreeBSD.ORG Subject: Re: Bus error with vmstat Message-ID: <19980908145800.A5748@scientia.demon.co.uk> References: <19980908010911.A7278@scientia.demon.co.uk> <199809080402.VAA05786@pozo.pozo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <199809080402.VAA05786@pozo.pozo.com> User-Agent: Mutt/0.94.3i (FreeBSD 3.0-CURRENT i386) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Manfred Antar wrote: > ldd /usr/sbin/iostat > (manfred)502}ldd /usr/sbin/iostat > /usr/sbin/iostat: > libkvm.so.2 => /usr/lib/libkvm.so.2 (0x28052000) > libc.so.3 => /usr/lib/libc.so.3 (0x28057000) > > (manfred)505}ldd /usr/bin/vmstat > /usr/bin/vmstat: > libkvm.so.2 => /usr/lib/libkvm.so.2 (0x28053000) > libc.so.3 => /usr/lib/libc.so.3 (0x28058000) > > Should these be compiled aout ? I've just compiled them both aout and they work fine. I suppose that should only be a temporary fix though. Still, it's better than having them not work at all. $ ldd `which iostat vmstat` /usr/sbin/iostat: -lkvm.2 => /usr/lib/aout/libkvm.so.2.0 (0x20019000) -lc.3 => /usr/lib/aout/libc.so.3.1 (0x2001d000) /usr/bin/vmstat: -lkvm.2 => /usr/lib/aout/libkvm.so.2.0 (0x2001b000) -lc.3 => /usr/lib/aout/libc.so.3.1 (0x2001f000) -- Ben Smithurst : ben@scientia.demon.co.uk : http://www.scientia.demon.co.uk/ PGP: 0x99392F7D - 3D 89 87 42 CE CA 93 4C 68 32 0E D5 36 05 3D 16 http://www.scientia.demon.co.uk/ben/pgp-key.html (or use keyservers) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message