======================================================================== Please read the README file located at: /usr/local/share/doc/base/README for how to configure /usr/local/www/base/base_conf.php after installation. To make BASE accessible through your web site, you will need to add the following to your Apache configuration file: Alias /base/ "/usr/local/www/base" In order for the graphing functions to work in BASE, make sure you include PEAR in your /usr/local/etc/php.ini configuration file, like: include_path = ".:/usr/local/share/pear" If you built BASE with PDF support, make sure you include the FPDF path in your /usr/local/etc/php.ini configuration file, like: include_path = ".:/usr/local/share/pear:/usr/local/share/fpdf" ========================================================================