Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6914 - zsh is not linked with readline support
Summary: zsh is not linked with readline support
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: phoen][x
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-22 22:56 UTC by Dan Cardamore
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Cardamore 2002-08-22 22:56:49 UTC
I've emerged zsh 4.0.4 into my new gentoo 1.2 machine.  I have "readline" in my 
USE variable and readline is installed on my machine (bash works fine with it). 
 
Here is what it is linked against: 
wavepacket root # ldd /bin/zsh 
        /lib/libsandbox.so => /lib/libsandbox.so (0x40018000) 
        libdl.so.2 => /lib/libdl.so.2 (0x4002d000) 
        libnsl.so.1 => /lib/libnsl.so.1 (0x40031000) 
        libncurses.so.5 => /lib/libncurses.so.5 (0x40047000) 
        libm.so.6 => /lib/libm.so.6 (0x4008e000) 
        libc.so.6 => /lib/libc.so.6 (0x400b0000) 
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-22 23:11:06 UTC
phoenix, is readline an option for zsh?  if so, it should be USE-enabled...
Comment 2 Dan Cardamore 2002-08-22 23:23:42 UTC
zsh with the same config file on another debian machine works fine and it isn't 
linked against readline so I guess it is a rewrite in zsh.  This isn't a bug 
with gentoo, it must be something with my current setup.  I'll mark the bug as 
invalid, sorry for wasting time and bits :)