Re: shlib

2002-02-02 Thread Erez Doron
On Thu, 2002-01-31 at 18:54, Yuval Turgeman wrote: > Erez Doron wrote: > > >what did i do wrong ? > > > removed old /usr/lib/libncurses.so (should be a link to ncurses4 right > now...) no, there is not. there is a link libncurses.so.4 -> libncurses.so.4.0 > ln -sf /usr/lib/libncurses.so.5. /usr/

Re: shlib

2002-01-31 Thread guy keren
On 31 Jan 2002, Erez Doron wrote: > I want it to be linked against libncurses.5 so > I downloaded ncurses-5.2.0.tar.gz, untar, config, make,make install was it installed in the same directory in which you have libcurses version 4? also, did the installation perform 'ldconfig' or 'ldconfig -v'

Re: shlib

2002-01-31 Thread Yuval Turgeman
Erez Doron wrote: >what did i do wrong ? > removed old /usr/lib/libncurses.so (should be a link to ncurses4 right now...) ln -sf /usr/lib/libncurses.so.5. /usr/lib/libncurses.so recompile tcsh -- Yuval Turgeman Research Engineer, Aduva INC. Office +972-3-7534373, Mobile +972-54-308076

shlib

2002-01-31 Thread Erez Doron
hi I have a problem with versions of libncurses. I downloaded tcsh and compiled it. it linked the binary against libncurses.4. I want it to be linked against libncurses.5 so I downloaded ncurses-5.2.0.tar.gz, untar, config, make,make install I then did a clean compile of tcsh, and again got it