On Wed, Aug 11, 2010 at 5:12 PM, Marc Delisle
<marc@infomarc.info> wrote:
Adnan a écrit :
> I would write this command at terminal ? but access to internet is not
> available at my Ubuntu .. so, I downloaded PS extension in my USB and
> then plugged in Ubuntu .. so, this is how I can use it.
Try this. Copy your ps-1.3.6.tgz to some directory on Ubuntu. Then
tar xzf ps-1.3.6.tgz
cd ps-1.3.6
phpize
it says phpize: command not found
./configure
make
make install
I hope you know how to modify php.ini to add this extension; then
restart Apache.
--