DB.php missing

Hi,


I downloaded mysource_3-8-2.tar.gz and have attempted to follow installation instructions.



I put the thing in /usr/local 'cos it said that it shouldn't be in document root.



Step 2 fails like so:


    root@2[mysource_matrix]# php install/step_02.php /usr/local/mysource_matrix
    
    Notice: Undefined index:  SQ_SYSTEM in /usr/local/mysource_matrix/core/include/general.inc on line 805
    +----------------------------------------------------------------+
    | PHP Warning                                                    |
    |----------------------------------------------------------------|
    | main(DB.php): failed to open stream: No such file or directory |
    +----------------------------------------------------------------+
    
    Fatal error: main(): Failed opening required 'DB.php' (include_path='.:/usr/local/mysource_matrix/php_includes:/usr/share/php:/usr/share/pear') in /usr/local/mysource_matrix/core/include/mysource.inc on line 26


I can't find a file called DB.php anywhere in the mysource_matrix - where'd I go wrong? Thanks.

MySource Matrix requires the Pear:: DB package. You can install this package by issuing the command:

    pear install db



Matrix also requires other pear packages. You should have a look at the requirements page here to see which ones are required.

Yes I see, it's all very obvious really. Thanks.