zsh-users
 help / color / mirror / code / Atom feed
* zsh and ncurses dependency
@ 2006-09-05 19:34 Daniel Qarras
  2006-09-05 19:59 ` Nikolai Weibull
  2006-09-05 20:00 ` Miek Gieben
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Qarras @ 2006-09-05 19:34 UTC (permalink / raw)
  To: zsh-users

Hi,

I found out (from RH Bugzilla) that zsh is linked against ncurses.so
that usually lives under /usr/lib. This is very problematic if you are
using /bin/zsh as an emergency shell on a system that has not yet mount
/usr. Is there any way to avoid this? The report describing this in
more detail is at:

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=154395

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: zsh and ncurses dependency
  2006-09-05 19:34 zsh and ncurses dependency Daniel Qarras
@ 2006-09-05 19:59 ` Nikolai Weibull
  2006-09-05 20:00 ` Miek Gieben
  1 sibling, 0 replies; 3+ messages in thread
From: Nikolai Weibull @ 2006-09-05 19:59 UTC (permalink / raw)
  To: Daniel Qarras; +Cc: zsh-users

On 9/5/06, Daniel Qarras <dqarras@yahoo.com> wrote:
> I found out (from RH Bugzilla) that zsh is linked against ncurses.so
> that usually lives under /usr/lib. This is very problematic if you are
> using /bin/zsh as an emergency shell on a system that has not yet mount
> /usr. Is there any way to avoid this? The report describing this in
> more detail is at:

Isn't ncurses.so usually installed in /lib for precisely this reason?

> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com

Sorry, but why do people use this spam service?  I mean, seriously.
Yahoo makes every email a spam email.

  nikolai


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: zsh and ncurses dependency
  2006-09-05 19:34 zsh and ncurses dependency Daniel Qarras
  2006-09-05 19:59 ` Nikolai Weibull
@ 2006-09-05 20:00 ` Miek Gieben
  1 sibling, 0 replies; 3+ messages in thread
From: Miek Gieben @ 2006-09-05 20:00 UTC (permalink / raw)
  To: zsh-users

[-- Attachment #1: Type: text/plain, Size: 872 bytes --]

[On 05 Sep, @21:34, Daniel Qarras wrote in "zsh and ncurses dependency ..."]
> Hi,
> 
> I found out (from RH Bugzilla) that zsh is linked against ncurses.so
> that usually lives under /usr/lib. This is very problematic if you are
> using /bin/zsh as an emergency shell on a system that has not yet mount

Not so under Ubuntu/Debian:

% ldd =zsh
        libdl.so.2 => /lib/libdl.so.2 (0x00002aaaaabc2000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x00002aaaaacc4000)
        libncurses.so.5 => /lib/libncurses.so.5 (0x00002aaaaadda000)
        libm.so.6 => /lib/libm.so.6 (0x00002aaaaaf36000)
        libc.so.6 => /lib/libc.so.6 (0x00002aaaab0bc000)
        /lib64/ld-linux-x86-64.so.2 (0x00002aaaaaaab000)

looks to be a distro thing,

--
grtz,
  - Miek

  http://www.miek.nl              
  PGP: 6A3C F450 6D4E 7C6B C23C  F982 258B 85CF 3880 D0F6

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-09-05 20:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-05 19:34 zsh and ncurses dependency Daniel Qarras
2006-09-05 19:59 ` Nikolai Weibull
2006-09-05 20:00 ` Miek Gieben

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).