Page 1 of 1

pear

PostPosted: 16. September 2007 07:46
by fascigo1618
I am running ubuntu 7.04 with lampp 1.6.3b
i require MDB2 and the mysql driver for mdb2, but i have no internet connection on that pc. so i downloaded the files and wrote the following command:
>>pear install /media/memorycard/MDB2.tgz
it gives the following error:
>>bash: pear: command not found
i tried it with both starting and stoppiing xampp
same error please help

PostPosted: 16. September 2007 11:32
by Wiedmann
>>pear install /media/memorycard/MDB2.tgz
it gives the following error:
>>bash: pear: command not found

with XAMPP:
AFAIK the "pear" command is in the dir "/opt/lampp/bin", and this dir is not in your PATH. So you must use:
Code: Select all
/opt/lampp/bin/pear install /media/memorycard/MDB2.tgz