PEAR Articles
  Home arrow PEAR Articles arrow Installing a PEAR Package
Codewalker Forums 
  Tutorials  
Database Articles  
Miscellaneous  
Navigation Usability  
PEAR Articles  
Programming Basics  
Server Administration  
XML Tutorials  
  Reviews  
Database Book Reviews  
Linux Book Reviews  
Miscellaneous Reviews  
PHP Book Reviews  
PHP Software Reviews  
Server Admin Reviews  
SQL Tool Reviews  
  Code Gallery  
Content Management Code  
Contest Code  
Counters Code  
Database Code  
Date Time Code  
Discussion Board Code  
Email Code  
File Manipulation Code  
GUI Code  
Link Farm Code  
Miscellaneous Code  
Search Code  
Site Navigation Code  
User Management Code  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
Download TestComplete 
Forums Sitemap 
Weekly Newsletter 
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
PEAR ARTICLES

Installing a PEAR Package
By: David Web
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 1
    2008-09-24

    Table of Contents:
  • Installing a PEAR Package
  • Using the installed Packages
  • mdb2 Package
  • Mail Package
  • More Mail!

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Installing a PEAR Package


    (Page 1 of 5 )

    In the first article we looked at what PEAR is, how it works, how to install it and how to obey its coding standards. In this article we will look at how to install a package and, at the same time, we will create a content management system that has a database back end which uses one of PEAR's abstraction layers.

    Installing a Package

    The PEAR repository has many packages that are useful. In order to use these packages, you need to install them so that they can be accessed with PHP. Installing a package is very easy. We’ve already discussed three commands that are available in PEAR: install, uninstall and upgrade. They have the following syntax:

    pear install component_name – Lets you install a new package for use with PHP.


    pear uninstall component_name – Uninstalls a package from your PEAR installation.


    pear upgrade component_name – Upgrades and existing package.


    I have downloaded three packages, all available from the PEAR website:

    • mail-1.2.0a2.tar
    • db1.7.9.tgz
    • mdb2-2.5.0b1.tar

    We will install them one by one. To install the first package, open up the DOS prompt and type the following:

    pear install mail-1.2.0a2.tar

    Make sure that you type the package name exactly as it is, because if you don’t, the install will fail. When I run this line I get the following result:



    The above screen shows exactly what a successful install looks like. You should have the “Install OK” message for confirmation.

    We do the same with the remaining two packages. Here are the results:



    And the final package:



    More PEAR Articles Articles
    More By David Web


       · I have a question regarding PEAR,As a PHP Web Developer I am accustomed to...
     

    PEAR ARTICLES ARTICLES

    - Deleting Authors from a PEAR Content Managem...
    - PEAR CMS: Index and Delete Scripts
    - Listing Articles for a PEAR Content Manageme...
    - Building an Authors Page for a PEAR CMS
    - Building the View Details Page in a PEAR CMS
    - Creating the Main Pages of a PEAR CMS
    - Completing the Login Script for a PEAR CMS
    - User Authentication for a PEAR CMS
    - A PEAR CMS: Examining the Code
    - Building a Content Management System with PE...
    - Installing a PEAR Package
    - My PEAR: The Beginning
    - Using XML_RPC2 with PEAR
    - Using Web Service APIs (Amazon and Yahoo!) w...
    - Database Abstraction with MDB2 from PEAR





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 4 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek