<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Howto Install pine mail client under Linux</title> <atom:link href="http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: John J. Felczak</title><link>http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-60001</link> <dc:creator>John J. Felczak</dc:creator> <pubDate>Tue, 14 Jun 2011 20:23:52 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-60001</guid> <description>FWIW it seems to have become pretty much impossible to find libldap.so.2 in any package that will install under current linux distributions without itself having dependencies on other packages which conflict with packages already in the distro.  Apparently libldap.so.2 has been superseded by more recent LDAP libraries, but existing pine RPMs still depend on it.  I was able to hack my way around it and get pine installed by symlinking libldap.so.2 to libldap-2.3.so.0.2.31.
1. Run a test install to find out what dependencies are needed:
rpm -ivh pine-4.64-1.i386.rpm
Note what dependencies it complains about.
1. Find and install needed packages providing *all* other dependencies *other than* libldap.so.2 first.
2. As root, chdir to /usr/lib and ls -l libldap.* to find most recent libldap.  On my CentOS 5 box it was libldap-2.3.so.0.2.31, yours may differ.
3. ln -s libldap-2.3.so.0.2.31 libldap.so.2 (substituting the libldap in your /usr/lib directory for libldap-2.3.so.0.2.31).
4. Force rpm tool to install your pine rpm without checking dependencies:
rpm -ivh --nodeps pine-4.64-1.i386.rpm
This latter is needed because rpm will still fail the dependency despite the symlink, presumably because its metadata tells it that libldap.so.2 was never installed. Be sure you have previously installed and resolved any and all other dependencies besides libldap.so.2!
This enabled me to complete installation and get pine running.  No guarantees how well pine will function with this hack.
Good luck!</description> <content:encoded><![CDATA[<p>FWIW it seems to have become pretty much impossible to find libldap.so.2 in any package that will install under current linux distributions without itself having dependencies on other packages which conflict with packages already in the distro.  Apparently libldap.so.2 has been superseded by more recent LDAP libraries, but existing pine RPMs still depend on it.  I was able to hack my way around it and get pine installed by symlinking libldap.so.2 to libldap-2.3.so.0.2.31.</p><p>1. Run a test install to find out what dependencies are needed:<br
/> rpm -ivh pine-4.64-1.i386.rpm<br
/> Note what dependencies it complains about.<br
/> 1. Find and install needed packages providing *all* other dependencies *other than* libldap.so.2 first.<br
/> 2. As root, chdir to /usr/lib and ls -l libldap.* to find most recent libldap.  On my CentOS 5 box it was libldap-2.3.so.0.2.31, yours may differ.<br
/> 3. ln -s libldap-2.3.so.0.2.31 libldap.so.2 (substituting the libldap in your /usr/lib directory for libldap-2.3.so.0.2.31).<br
/> 4. Force rpm tool to install your pine rpm without checking dependencies:<br
/> rpm -ivh &#8211;nodeps pine-4.64-1.i386.rpm<br
/> This latter is needed because rpm will still fail the dependency despite the symlink, presumably because its metadata tells it that libldap.so.2 was never installed. Be sure you have previously installed and resolved any and all other dependencies besides libldap.so.2!</p><p>This enabled me to complete installation and get pine running.  No guarantees how well pine will function with this hack.</p><p>Good luck!</p> ]]></content:encoded> </item> <item><title>By: ronnie</title><link>http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-59482</link> <dc:creator>ronnie</dc:creator> <pubDate>Wed, 18 May 2011 09:46:44 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-59482</guid> <description>what should i do to install mail client</description> <content:encoded><![CDATA[<p>what should i do to install mail client</p> ]]></content:encoded> </item> <item><title>By: Errie</title><link>http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-47280</link> <dc:creator>Errie</dc:creator> <pubDate>Tue, 11 May 2010 08:54:48 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-47280</guid> <description>Trying to install pine on our linux mail server but the
# yum install libldap.so.2 command give the following error:
Setting up Install Process
Parsing package install arguments
No package libldap.so.2 available.
Nothing to do
Can I go to the next step or the is an alternate command to get this LDAP?</description> <content:encoded><![CDATA[<p>Trying to install pine on our linux mail server but the<br
/> # yum install libldap.so.2 command give the following error:<br
/> Setting up Install Process<br
/> Parsing package install arguments<br
/> No package libldap.so.2 available.<br
/> Nothing to do</p><p>Can I go to the next step or the is an alternate command to get this LDAP?</p> ]]></content:encoded> </item> <item><title>By: Kev</title><link>http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-44374</link> <dc:creator>Kev</dc:creator> <pubDate>Thu, 29 Oct 2009 16:33:51 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-44374</guid> <description>UofW site states &quot;Pine is no longer under active development. Consider evaluating its successor, Alpine, which supports all of Pine&#039;s functionality and more. &quot;
Here&#039;s how to install it:
Go here and get your RPM for the proper dag repo:  http://dag.wieers.com/rpm/FAQ.php#B
Import the key with this command:
rpm --import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
Then run:
yum install pine
It will install Alpine, which is the same thing but better.</description> <content:encoded><![CDATA[<p>UofW site states &#8220;Pine is no longer under active development. Consider evaluating its successor, Alpine, which supports all of Pine&#8217;s functionality and more. &#8221;</p><p>Here&#8217;s how to install it:</p><p>Go here and get your RPM for the proper dag repo: <a
href="http://dag.wieers.com/rpm/FAQ.php#B" rel="nofollow">http://dag.wieers.com/rpm/FAQ.php#B</a></p><p>Import the key with this command:<br
/> rpm &#8211;import <a
href="http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt" rel="nofollow">http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt</a></p><p>Then run:<br
/> yum install pine</p><p>It will install Alpine, which is the same thing but better.</p> ]]></content:encoded> </item> <item><title>By: jacky.li</title><link>http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-42281</link> <dc:creator>jacky.li</dc:creator> <pubDate>Mon, 29 Jun 2009 06:10:15 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-42281</guid> <description>and you will get my great gift when I were get help from you! thank you, I am from China. shanghai provience.</description> <content:encoded><![CDATA[<p>and you will get my great gift when I were get help from you! thank you, I am from China. shanghai provience.</p> ]]></content:encoded> </item> <item><title>By: jacky.li</title><link>http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-42280</link> <dc:creator>jacky.li</dc:creator> <pubDate>Mon, 29 Jun 2009 06:08:15 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-42280</guid> <description>still have no use.....
it appears this error messages as following:
[root@rhel5 /]# rpm -vih pine-4.64-1.i386.rpm
error: Failed dependencies:
libcrypto.so.4 is needed by pine-4.64-1.i386
libldap.so.2 is needed by pine-4.64-1.i386
libssl.so.4 is needed by pine-4.64-1.i386
before that , I&#039;ve installed compat-openldap by yum. it works. still need those three liberarys to install pine....
how should I do next ? please give me a hand, thank you!!!!</description> <content:encoded><![CDATA[<p>still have no use&#8230;..<br
/> it appears this error messages as following:<br
/> [root@rhel5 /]# rpm -vih pine-4.64-1.i386.rpm<br
/> error: Failed dependencies:<br
/> libcrypto.so.4 is needed by pine-4.64-1.i386<br
/> libldap.so.2 is needed by pine-4.64-1.i386<br
/> libssl.so.4 is needed by pine-4.64-1.i386<br
/> before that , I&#8217;ve installed compat-openldap by yum. it works. still need those three liberarys to install pine&#8230;.<br
/> how should I do next ? please give me a hand, thank you!!!!</p> ]]></content:encoded> </item> <item><title>By: Nathan</title><link>http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-39575</link> <dc:creator>Nathan</dc:creator> <pubDate>Tue, 23 Dec 2008 00:19:07 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-39575</guid> <description>Yep or simply link
ln -s /var/lib/libldap.so /var/lib/libldap.so.2
if libldap.so already exists on your system in the /var/lib/ dir...</description> <content:encoded><![CDATA[<p>Yep or simply link</p><p>ln -s /var/lib/libldap.so /var/lib/libldap.so.2</p><p>if libldap.so already exists on your system in the /var/lib/ dir&#8230;</p> ]]></content:encoded> </item> <item><title>By: Ash</title><link>http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-39104</link> <dc:creator>Ash</dc:creator> <pubDate>Mon, 03 Nov 2008 02:36:29 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-39104</guid> <description>try: &#039;yum install compat-openldap&#039; This may get you the library you need to install the pine rpm.</description> <content:encoded><![CDATA[<p>try: &#8216;yum install compat-openldap&#8217; This may get you the library you need to install the pine rpm.</p> ]]></content:encoded> </item> <item><title>By: nate</title><link>http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-37463</link> <dc:creator>nate</dc:creator> <pubDate>Tue, 12 Feb 2008 16:28:31 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-37463</guid> <description>You can try passing the --nodeps option to rpm, there&#039;s no guarantee that it will work though.  I am on rhel 5 what I did to get it to work was goto http://web.mit.edu/software/linux.html and download the rhel5 rpm.  It still complained about a dependency, some kerberos thing, I&#039;m just using this for local system messages so I don&#039;t care a bout kerberose so I gave it the --nodeps option and it installed and it runs just fine.  Hope that helps</description> <content:encoded><![CDATA[<p>You can try passing the &#8211;nodeps option to rpm, there&#8217;s no guarantee that it will work though.  I am on rhel 5 what I did to get it to work was goto <a
href="http://web.mit.edu/software/linux.html" rel="nofollow">http://web.mit.edu/software/linux.html</a> and download the rhel5 rpm.  It still complained about a dependency, some kerberos thing, I&#8217;m just using this for local system messages so I don&#8217;t care a bout kerberose so I gave it the &#8211;nodeps option and it installed and it runs just fine.  Hope that helps</p> ]]></content:encoded> </item> <item><title>By: Adel Barazandeh nia</title><link>http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-37457</link> <dc:creator>Adel Barazandeh nia</dc:creator> <pubDate>Tue, 12 Feb 2008 03:31:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-37457</guid> <description>i have same error on centos 4.4:
# yum install libldap.so.2
Loading “installonlyn” plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: libldap.so.2
Nothing to do</description> <content:encoded><![CDATA[<p>i have same error on centos 4.4:</p><p># yum install libldap.so.2<br
/> Loading “installonlyn” plugin<br
/> Setting up Install Process<br
/> Setting up repositories<br
/> Reading repository metadata in from local files<br
/> Parsing package install arguments<br
/> No Match for argument: libldap.so.2<br
/> Nothing to do</p> ]]></content:encoded> </item> <item><title>By: Rod Templeton</title><link>http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-37246</link> <dc:creator>Rod Templeton</dc:creator> <pubDate>Thu, 03 Jan 2008 23:57:30 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-37246</guid> <description>I downloaded the rpm with wget, but I&#039;m told that I need 3 additional files.  First one I was able to get via yum, but with the second, I get this:
# yum install libldap.so.2
Loading &quot;installonlyn&quot; plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: libldap.so.2
Nothing to do
Would appreciate any feedback or advice.  Thank you.</description> <content:encoded><![CDATA[<p>I downloaded the rpm with wget, but I&#8217;m told that I need 3 additional files.  First one I was able to get via yum, but with the second, I get this:</p><p># yum install libldap.so.2<br
/> Loading &#8220;installonlyn&#8221; plugin<br
/> Setting up Install Process<br
/> Setting up repositories<br
/> Reading repository metadata in from local files<br
/> Parsing package install arguments<br
/> No Match for argument: libldap.so.2<br
/> Nothing to do</p><p>Would appreciate any feedback or advice.  Thank you.</p> ]]></content:encoded> </item> <item><title>By: rokko wing</title><link>http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-37177</link> <dc:creator>rokko wing</dc:creator> <pubDate>Tue, 18 Dec 2007 04:10:51 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/centos-fedoracore-rhel-pine-linux-installation/#comment-37177</guid> <description>Great Help! It just took 3 mts for me !!</description> <content:encoded><![CDATA[<p>Great Help! It just took 3 mts for me !!</p> ]]></content:encoded> </item> </channel> </rss>
