Difference between revisions of "InstallingAboutUsOnLinux/InstallPhp"

(New page: <pre> cd /www/source tar jxvf php-5.2.5.tar.bz2 cd php-5.2.5/ </pre>)
 
Line 3: Line 3:
 
tar jxvf php-5.2.5.tar.bz2
 
tar jxvf php-5.2.5.tar.bz2
 
cd php-5.2.5/
 
cd php-5.2.5/
 +
</pre>
  
 +
== Install OpenId ==
 +
<pre>
 +
sudo pear install --alldeps --force http://www.openidenabled.com/resources/downloads/php-openid/pear/Auth_OpenID-1.2.2.tgz
 +
sudo pear install gmp
 +
sudo pear install http://www.openidenabled.com/resources/downloads/php-yadis/pear/Services_Yadis-1.0.2.tgz
 
</pre>
 
</pre>

Revision as of 06:48, 1 January 2008

cd /www/source
tar jxvf php-5.2.5.tar.bz2
cd php-5.2.5/

Install OpenId

sudo pear install --alldeps --force http://www.openidenabled.com/resources/downloads/php-openid/pear/Auth_OpenID-1.2.2.tgz 
sudo pear install gmp
sudo pear install http://www.openidenabled.com/resources/downloads/php-yadis/pear/Services_Yadis-1.0.2.tgz


Retrieved from "http://aboutus.com/index.php?title=InstallingAboutUsOnLinux/InstallPhp&oldid=13628453"