Re: More ncurses...

1995-12-18 Thread Michael Alan Dorman
On Mon, 18 Dec 1995, Richard Kettlewell wrote: > I believe under ELF it would actually be dynamically loaded are > therefore not drag libncurses into perl unless you actually used it, > but it's so wonderful I think it deserves a mention l-) You know, you'd think I'd remember that, considering I w

Re: More ncurses...

1995-12-18 Thread Richard Kettlewell
>>>and don't like to be invoked without libncurses.so.3.0 handy. Is it >>>really ok to move libncurses.so.3.0 to libncurses.so.3.0.new in pre >> >>I thought of an obvious solution to this problem, and I'd like it shot >>down if possible: >> >>simply write the scripts for doing these moves in some

Re: More ncurses...

1995-12-18 Thread David Engel
> > and don't like to be invoked without libncurses.so.3.0 handy. Is it > > really ok to move libncurses.so.3.0 to libncurses.so.3.0.new in pre > > I thought of an obvious solution to this problem, and I'd like it shot > down if possible: > > simply write the scripts for doing these moves in so

Re: More ncurses...

1995-12-18 Thread Michael Alan Dorman
On Fri, 15 Dec 1995, roro wrote: > My bash is now (and should be in the future, maybe even with shared > readline): > > [EMAIL PROTECTED]:tty1:/lib# ldd /bin/bash > libncurses.so.3.0 => /lib/libncurses.so.3.0 > libc.so.5 => /lib/libc.so.5.2.18 > > and don't like to be invoked wit

Re: More ncurses...

1995-12-14 Thread David Engel
> To clarify: The library itself (libncurses.so.3.0) is staying right where > it is (/lib). The symbolic link (libncurses.so) that is used for > compiling is being moved to (/usr/lib), so as to help ld (apparently ld is > getting confused about having the .a file in one place and the .so file in

Re: More ncurses...

1995-12-14 Thread David Engel
> There is somehow a glitch we have to solve in the pre/post-inst/rm > scripts for ncurses and potentially for readline. > My bash is now (and should be in the future, maybe even with shared > readline): > > [EMAIL PROTECTED]:tty1:/lib# ldd /bin/bash > libncurses.so.3.0 => /lib/libncurse

Re: More ncurses...

1995-12-14 Thread roro
There is somehow a glitch we have to solve in the pre/post-inst/rm scripts for ncurses and potentially for readline. My bash is now (and should be in the future, maybe even with shared readline): [EMAIL PROTECTED]:tty1:/lib# ldd /bin/bash libncurses.so.3.0 => /lib/libncurses.so.3.0

Re: More ncurses...

1995-12-14 Thread Michael Alan Dorman
On Thu, 14 Dec 1995, J.H.M.Dassen wrote: > > Moved /lib/libncurses.so to /usr/lib/libncurses.so. > Mike, I'm not too happy with this. This prevents libreadline.so from > using it, and thus prevents bash from using the shared libreadline. > Can you explain why you moved it? Sorry, let me explain: