Book Contents

Book Index

Next Topic

Home

Failed Dependencies

Error Message

error: Failed dependencies:

Explanation

One or more the software products required by the Vertica rpm package is missing.

Workaround

Install the missing product. For example:

Readline

The Readline run-time library provides a set of functions that allow users to:

To install libreadline:

  1. Download libreadline.so.4:
  2. Use rpm to install the package. For example:

    $ rpm -Uvh readline-version-platform.rpm

    where version-platform specifies the name of the package you downloaded.

Python

A Python interpreter must be installed on any host on which you want to use the Administration Tools.

Red Hat and Fedora Linux automatically install Python.

If you do not already have Python installed on all hosts, you can download python from the http://www.vertica.com.

Python is also installed by host-config.pl. It can't be right to install it twice. When is the right time? Before or after the rpm installation?