where are the rpms?

Raymond rsteding@tecwise.com
Sun, 30 Sep 2001 23:13:03 -0700


Why do the following instructions not work? Where are the rpms?
****************************************************
2)  Horde/IMP RPMs

    NOTE:  "horde-phplib-storage" is not an RPM, it's a symbolic
    dependency.  It is satisfied by installing horde-mysql, horde-pgsql,
    or horde-shm, below.

    ftp://ftp.horde.org/pub/RPMS/i386/

        horde-1.2.6-1rh7
        horde-mysql-1.2.6-1rh7         (to use MySQL for PHPLIB)
        horde-pgsql-1.2.6-1rh7         (to use PostgreSQL for PHPLIB)
        horde-shm-1.2.6-1rh7           (to use shared memory for PHPLIB)
        imp-2.2.6-1rh7

    (You only install ONE of horde-mysql, horde-pgsql, etc., depending
    on where you want PHPLIB session data stored.)

Don't forget to follow the instructions these RPMs print out; you need
to create the MySQL or PostgreSQL database tables, change the database
password, etc.
***********************************************************

Raymond