Penguin

Differences between current version and previous revision of PhpNotes.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Sunday, October 31, 2004 7:09:26 am by AristotlePagaltzis
Older page: version 2 Last edited on Sunday, October 31, 2004 12:44:02 am by AristotlePagaltzis Revert
@@ -1,11 +1,10 @@
 !!! [PEAR] in [Debian] [Woody] (3.0) doesn't work 
  
-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 using the lynx(1) WebBrowser . Follow the instructions, the defaults are okay. 
+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. 
  
 <verbatim> 
 dpkg --purge php4-pear 
-apt-get install php4-cgi lynx  
-cd /usr/bin  
- ln -s php4 php  
-lynx -source http://go-pear.org | php 
+apt-get install php4-cgi  
+( cd /usr/bin ; ln -s php4 php )  
+wget http://go-pear.org -O - | php 
 </verbatim>