Hi,
Please read the below article:
http://www.linuxquestions.
Main Topics
Browse All Topicsi've installed a new server, and i can't install PINE.
it failed in : libldap.so.2 is needed by pine-4.64-1.i386
and i can't find libldap.so.2 ANYWHERE
i googled it a bit, and i tryied to "yum install" : cyrus-sasl-ldap.i386, openssl097a.i386, compat-openldap.i386 , openldap.i386 openldap-devel.i386
and i still couldn't get the libs.
the new libs that i have in my server are:
libldap-2.2.so.7 -> libldap-2.2.so.7.0.22
libldap-2.2.so.7.0.22
libldap-2.3.so.0 -> libldap-2.3.so.0.2.15
libldap-2.3.so.0.2.15
i think the PINE is older for new version of linux....
but i really need help, or maybe someone knows a program like pine - it will also help me.
the target is:
every script output that run from cron is sending mail to 127.0.0.1 when it's finished - PINE know how to collect them - and with that i know what's going on with my scripts....
Thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
Please read the below article:
http://www.linuxquestions.
for <kenfcamp> - i tried... but it says "Nothing to do"
for <uetian1707>
thanks, your artical was for Fedora, and i use CentOS so the packages didn't match.
you can do "yum install pine" only when you have extra repos in your yum.repo.d directory.
so, in the artical for fedora they use "livna", i used "dag"
so for CentOS users or other who have the same problem:
edit the file:
~~~~~~~~~~~
vi /etc/yum.repos.d/dag.repo
write inside:
~~~~~~~~~~~~~
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/r
gpgcheck=1
enabled=1
save and exit.
write the command:
~~~~~~~~~~~~~~~~~~~
rpm --import http://dag.wieers.com/rpm/
and then
yum install pine
it will install "alpine" - it's the same.
make sure that service sendmail - is on.
works greate!
Thanks.
Business Accounts
Answer for Membership
by: kenfcampPosted on 2008-05-20 at 11:27:12ID: 21608816
have you tried
aq/centos- fedoracore -rhel-pine - linux-ins tallation/
"yum install libldap.so.2" ?
Here are a few additional tips/steps that may be useful
http://www.cyberciti.biz/f
Ken