6 echo You need to perform the following steps to complete installation:
7 echo \(taken from /usr/lib/php-openid/README\)
8 echo 1. Enable either the GMP extension or Bcmath extension. \(GMP is STRONGLY recommended because it\'s MUCH faster!\) This is required.
9 echo 2. Enable the CURL extension.
10 echo 3. If you plan to use SQLite, PostgreSQL, or MySQL to store OpenID data, you\'ll need PEAR DB. You can install this by running this as root:
11 echo \# pear install DB
12 echo You\'ll also need to install and enable the appropriate PHP database extension. Alternatively, you can store OpenID data on the filesystem instead of using a relational database. Nothing special is required for using the filesystem method.