Hi,
The usual command to get PEAR to install something, like Cpan in the Perl world, is as follows:
Thanks
The usual command to get PEAR to install something, like Cpan in the Perl world, is as follows:
This will install the TIDY module. But when I execute this in my SU shell, I see these errors:pear -v install tidy
What gives? What am I missing?Starting to download tidy-1.1.tgz (9,128 bytes)
.....done: 9,128 bytes
+ create dir /usr/local/lib/php/doc/tidy
+ create dir /usr/local/lib/php/doc/tidy/examples
+ create dir /usr/local/lib/php/test/tidy/tests
3 source files, building
building in /tmp/tmp77Pry5/tidy-1.1
running: phpize
/usr/local/bin/phpize: /tmp/tmp77Pry5/tidy-1.1/build/shtool: /bin/sh: bad interpreter: Permission denied
/usr/local/bin/phpize: line 68: -f: command not found
`phpize' failed
Thanks