Penguin
Annotated edit history of PhpNotes version 3, including all changes. View license author blame.
Rev Author # Line
1 AristotlePagaltzis 1 !!! [PEAR] in [Debian] [Woody] (3.0) doesn't work
2
3 AristotlePagaltzis 3 The best solution seems to be to get rid of the old, broken version, install the [CGI] version of [PHP] and then install the [PEAR] package manager that way. You can do that from the console. Follow the instructions, the defaults are okay.
1 AristotlePagaltzis 4
5 <verbatim>
6 dpkg --purge php4-pear
3 AristotlePagaltzis 7 apt-get install php4-cgi
8 ( cd /usr/bin ; ln -s php4 php )
9 wget http://go-pear.org -O - | php
2 AristotlePagaltzis 10 </verbatim>