Installation:
// download the bundle from http://ezcomponents.org/download
tar -xjf ezcomponents-2008.2.tar.bz2
pwd

Setup:
<?php
ini_set
'include_path''/home/httpd/ezcomponents-2008.2:.' );
require 
'Base/src/base.php';

function 
__autoload$className )
{
    
ezcBase::autoload$className );
}
?>

Quick Setup:
<?php
ini_set
'include_path''/home/httpd/ezcomponents-2008.2:.' );
require 
'Base/src/ezc_bookstrap.php';
?>