Installing pico editor in Red Hat Linux?
Saturday, June 26th, 2010 at
10:05
I’m trying to install the pico editor using pine-4.64-1.i386.rpm and this is the error I get
[root@b033]# rpm -Uvh pine-4.64-1.i386.rpm
error: Failed dependencies:
libldap.so.2 is needed by pine-4.64-1.i386
How can I install this dependency?
Tagged with: pico editor • rpm uvh
Filed under: rpm
Like this post? Subscribe to my RSS feed and get loads more!
You have a few choices:
1) Let ‘yum’ or another package manager install pine for you. It will find all the dependencies automatically. (Highly recommended.)
2) Manually find the correct RPM file that provides the LDAP libraries and install it with ‘rpm’ before installing pine. It’s most likely called ‘openldap’.
3) Post which version of Red Hat Linux you’re using and whether it’s 32-bit or 64-bit and we can point you to the exact RPMs you need.