PHP installation

Discussion in 'Installation/Configuration' started by el-sid, Jul 15, 2008.

  1. el-sid

    el-sid New Member

    hey everyone. iv been usin php on fedora 8 but the default installation's not enough. does anyone know how to install it from sources and in a way that both installations wont clash? thanks
     
  2. topdog

    topdog Active Member

    what do u mean is not enough ?
     
  3. el-sid

    el-sid New Member

    what i mean is that some the default php installation does not include some external packages (eg from PEAR) and when i look at the php manual, it talks about recompilling with those packages as an option. but my installation is rpm.
     
  4. topdog

    topdog Active Member

    what packages do u need ?
     
  5. el-sid

    el-sid New Member

    mostly pear packages from PEAR like RC4 and RCA
    sorry i take long to reply. i dont have a constant net connection.
     
  6. topdog

    topdog Active Member

    you can use
    Code:
    pear install <package name>
     
  7. chipsafts

    chipsafts New Member

    hope you don't mind my hijacking,
    but what is it that 'pear' is supposed to do? i did not grasp it from the php documentation.
     
  8. falko

    falko Super Moderator Howtoforge Staff

  9. startx25

    startx25 New Member

    you need to install php and apache

    rpm -i apache
    rpm -i php
     
  10. el-sid

    el-sid New Member

    thanks for the help everyone. i was able to install
    the packages i need by using

    yum install php-pear
    pear install <my packages>
     

Share This Page