Richard Reina wrote:
>
> I am trying to install DBI. When I follow these instructions :
>
> 3.Build the distribution and compile everything:
>
> shell> perl Makefile.PL
> shell> make
> shell> make test
> shell> make install
>
> at step 2: make I get the following
>
> [root@dyn1-tnt1-6 DBI-1.08]# make
> bash: make: command not found
>
> Any help would be greatly appreciated.
>
> Richard
>
make is either not installed or is not in your path. try this:
find / -name make
echo $PATH
That should explain everything. If it still does not help, post the
output of the commands above.
--
Sasha Pachev
http://www.sashanet.com