Find the answer to your Linux question:
Results 1 to 3 of 3
Hi, I have Fedora 5 installed and I am trying to install pico editor that comes in pine package. When I try to install Pine 4.64-1.i386.rpm, I get: >>> error: ...
  1. #1
    Just Joined!
    Join Date
    May 2004
    Posts
    2

    install dependancies via rpm.livna.org

    Hi,

    I have Fedora 5 installed and I am trying to install pico editor that comes in pine package.
    When I try to install Pine 4.64-1.i386.rpm, I get:

    >>> 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

    From the following post (http://www.redhat.com/archives/fedor.../msg03609.html) I undesrtood that missing dependecies can be installed via rpm.livna.org (http://rpm.livna.org/configuration.html)

    I downloaded livna-release-5.rpm and installed by calling rpm -ivh. Afterwards, i try to install pine again by calling rpm -ivh and it failed again.
    What I am doing wrong? does livna-release-5.rpm package should solve the problem?

    From http://rpm.livna.org/configuration.html, i didn't understand paragraph:
    "Note that channels and mirror definitions for Smart package manager are not installed automatically yet, use the shipped /usr/share/doc/livna-release-*/livna-smart-channels.sh script."
    Do I have to do this step or skip it for complete livna-release-5 installation?

    Thank You,
    Margots

  2. #2
    Linux Engineer Thrillhouse's Avatar
    Join Date
    Jun 2006
    Location
    Arlington, VA, USA
    Posts
    1,377
    If you've imported the Livna repository correctly, all you need to do to install pine is run the following command as root:
    Code:
    $yum -y install pine
    Then, pico will be available.

  3. #3
    Just Joined!
    Join Date
    May 2004
    Posts
    2
    Thank you, it worked

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...