"Engineered by Digium in conjunction with rPath, Pound Key includes all
the Linux components necessary to run, debug and build Asterisk, and
only those components. You no longer have to worry about kernel
versions and package dependencies. Unlike other Linux distributions
used to deploy Asterisk, no unnecessary components that might
compromise security or performance are included."

While technically true, PoundKey is missing several components
needed for FreePBX to run. Below are most of the commands neded to
ensure a smooth installation of FreePBX when following the normal
INSTALL document.

Install missing rPath components from the primary distributions:

conary update libxml2 libtiff bison audiofile php-mysql m4

Install lame from the Media Center Linux repository:

conary update lame=steel.rpath.org@rpl:devel

Repair PEAR for proper operation of the install_amp script:

pear install DB

Install perl MIME::Types:

perl -MCPAN -e "install MIME::Types"

Once these steps are complete, the normall INSTALL document can be easily followed.