well i did a search and what i came out was with
 
[root@link lib]# ls -la libread*
-rw-r--r--    1 root     root       231998 Aug  7  2001 libreadline.a
lrwxrwxrwx    1 root     root           18 May  3 08:03 libreadline.so -> libreadline.so.4.2
lrwxrwxrwx    1 root     root           18 May  3 07:43 libreadline.so.4 -> libreadline.so.4.2
-rwxr-xr-x    1 root     root       182185 Aug  7  2001 libreadline.so.4.2
[root@link lib]#
 
where can i get them from and how do i install them or should i just use the samba.tar.gz file to install
 
regards
----- Original Message -----
Sent: Tuesday, October 22, 2002 7:30 AM
Subject: Re: [Samba] rpm -i samba-2.2.6-1.i386.rpm

You don't say what OS/distro you're using, but as you're working with rpms... I looked on my RH 7.2 system and I have don't have a libncurses.so.4, but I do have /usr/lib/libncurses.so.5... likewise I don't have a libreadline.so.3, but I do have a /usr/lib/libreadline.so.4.  They were provided by the ncurses (5.2-12) and readline (4.2-2) rpm's respectively.  Are you missing these 2 rpms?

If you already had those installed, you might need to get your samba-2.2.6-1 in src.rpm form and do a --rebuild so the linker uses your version of those libraries... but probably this is not the case.  You are probably missing them entirely.

~ Daniel

[EMAIL PROTECTED] wrote:
 
hi there
 
how can i resolve this problem
 
regards
 
[root@link root]# rpm -i samba-2.2.6-1.i386.rpm
error: failed dependencies:
        libncurses.so.4 is needed by samba-2.2.6-1
        libreadline.so.3 is needed by samba-2.2.6-1
[root@link root]#

Reply via email to