Date: Tue, 5 Mar 2002 14:30:01 -0800 (PST) From: "Crist J. Clark" <crist.clark@attbi.com> To: freebsd-bugs@FreeBSD.org Subject: Re: i386/35564: invoking 'vi' from 4.5-RELEASE issues the following msg and fails to run. Message-ID: <200203052230.g25MU1N78863@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/35564; it has been noted by GNATS.
From: "Crist J. Clark" <crist.clark@attbi.com>
To: Steve Matus <smatus01@yahoo.com>
Cc: bug-followup@freebsd.org
Subject: Re: i386/35564: invoking 'vi' from 4.5-RELEASE issues the following msg and fails to run.
Date: Tue, 5 Mar 2002 14:20:20 -0800
On Tue, Mar 05, 2002 at 12:40:22PM -0800, Steve Matus wrote:
[snip]
> Here is what my system shows.
>
> # /usr/bin/vi
> /usr/libexec/ld-elf.so.1: /usr/lib/libc.so.4: Undefined symbol
> "epool_get"
> # ls -l /usr/bin/vi
> -r-xr-xr-x 6 root wheel 280272 Jan 28 05:12 /usr/bin/vi*
> # ls -l /usr/libexec/ld-elf.so.1
> -r-xr-xr-x 1 root wheel 76560 Jan 28 05:12 /usr/libexec/ld-elf.so.1*
> # cat /usr/bin/vi | md5
> 0d2170e788c1c9ca5f0a698037cbc401
> # cat /usr/libexec/ld-elf.so.1 | md5
> e3e2b35570490442c0068f234a2d454b
Mine all match up. I'm not sure what is going on here. Let's make sure
the libc is the same,
blossom# md5 /usr/lib/libc.so.4
MD5 (/usr/lib/libc.so.4) = 29d9c7d82bb29c47260c6572184abf61
If it is, try,
# truss -o vi.truss /usr/bin/vi
And let's see the vi.truss file.
--
Crist J. Clark | cjclark@alum.mit.edu
| cjclark@jhu.edu
http://people.freebsd.org/~cjc/ | cjc@freebsd.org
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203052230.g25MU1N78863>
