Re: Pear Installation Problem - Ubuntu

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



You could just copy and paste from the PEAR website, And replicate the directory structure manually. g

1. Create the dire /use/local/share/pear/HTML
2. Copy (or create) the file Quickform (and all it's associated stuff)
   into that directory. IIRC, Quickform has quite a lot of files, so you
   may be better off with a single file while you get it up and running.
   Something like Console_Table. So, you would create this dir:
   /usr/local/share/pear/Console and in that place the file Table.php
   Then in your app you can do this:

   require_once('Console/Table.php');

--
Richard Heyes
Employ me:
http://www.phpguru.org/cv

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux