Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh on Opteron (Linux) and limit
- X-seq: zsh-users 8519
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: zsh on Opteron (Linux) and limit
- Date: Thu, 17 Feb 2005 17:54:23 +0100
- In-reply-to: <20050215155912.GN19378@xxxxxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20050215125144.GI19378@xxxxxxxxxxxxx> <20050215125815.GA17248@xxxxxxxxxxx> <20050215155912.GN19378@xxxxxxxxxxxxx>
On 2005-02-15 16:59:12 +0100, Vincent Lefevre wrote:
> On 2005-02-15 07:58:15 -0500, Clint Adams wrote:
> > > I've compiled zsh 4.2.4 on Opteron, but the "limit" builtin doesn't
> > > work. When called without any argument, it outputs nothing, and a 0
> > > exit status.
> >
> > Is this a bi-arch or pure64 OS? Which one?
>
> pure64, I suppose. How can I tell?
Hmm... there are /usr/lib and /usr/lib64 directories. Is it bi-arch?
Also...
helene:~hc> ldd /bin/zsh [which has a working limit builtin]
libdl.so.2 => /lib64/libdl.so.2 (0x0000003bfa400000)
libnsl.so.1 => /lib64/libnsl.so.1 (0x0000003bfd200000)
libncurses.so.5 => /usr/lib64/libncurses.so.5 (0x0000003bfd400000)
libtermcap.so.2 => /lib64/libtermcap.so.2 (0x0000003bfb800000)
libm.so.6 => /lib64/tls/libm.so.6 (0x0000003bfa200000)
libc.so.6 => /lib64/tls/libc.so.6 (0x0000003bf9f00000)
/lib64/ld-linux-x86-64.so.2 (0x0000003bf9d00000)
helene:~hc> ldd bin/zsh [the one I've compiled]
libdl.so.2 => /lib64/libdl.so.2 (0x0000003bfa400000)
libnsl.so.1 => /lib64/libnsl.so.1 (0x0000003bfd200000)
libncurses.so.5 => /usr/lib64/libncurses.so.5 (0x0000003bfd400000)
libm.so.6 => /lib64/tls/libm.so.6 (0x0000003bfa200000)
libc.so.6 => /lib64/tls/libc.so.6 (0x0000003bf9f00000)
/lib64/ld-linux-x86-64.so.2 (0x0000003bf9d00000)
and if I use the stat builtin with ~hc/bin/zsh, I get:
Shell compiled with wrong ino_t size
Shell compiled with wrong off_t size
then the normal output (which is correct).
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
Messages sorted by:
Reverse Date,
Date,
Thread,
Author