Author: turnstep Date: Tue Apr 3 08:22:35 2007 New Revision: 9375 Modified: DBD-Pg/trunk/README
Log: yum needs a verb. Modified: DBD-Pg/trunk/README ============================================================================== --- DBD-Pg/trunk/README (original) +++ DBD-Pg/trunk/README Tue Apr 3 08:22:35 2007 @@ -74,7 +74,7 @@ You must also have the pg_config executable installed (to check, type "which pg_config" on unix-like systems). If pg_config is not available, then you need to install the development package for PostgreSQL. For example -on Debian: apt-get install postgresql-dev; on RedHat: yum postgresql-devel. +on Debian: apt-get install postgresql-dev; on RedHat: yum install postgresql-devel. This development package is needed even if you already have PostgreSQL up and running since DBD::Pg uses it for its installation.
