next up previous
Next: Configuring for Scooby Up: Installing Mobile::Executive Previous: Installing the Required Modules

Installing the Mobile::Executive Module

To install this module and read the installed on-line documentation, enter these commands at the Linux command line:

    tar zxvf Mobile-Executive-2.03.tar.gz
    cd Mobile-Executive-2.03
    perl Makefile.PL
    make 
    make test
    su
    make install
    <ctrl-D>
    man Mobile::Executive

The above commands install the Executive.pm class within the installed Perl environment. Note the requirement to use superuser privilege to perform the ``make install'' step.



Paul Barry 2003-05-30