The PBMS extension uses the PBMS API which is provided by one of the
following libraries:
- libpbmscl provided by the PBMS stand-alone client library.
- libmysqlclient the MySQL client library built with the PBMS patch.
- libdrizzle the Drizzle client library
After ensuring that one of these libraries is available
follow these steps to install the PBMS extension:
- Download and unpack the PBMS PHP extension.
- In a terminal window 'cd' into 'pbms-php'.
- Execute the command 'phpize'.
- Execute the command './configure
- Execute the command 'make'.
- (Optional) Edit tests/custom_settings.ini.
- (Optional) Execute the command 'make test'.
- Execute the command 'make install'.