do I need uninstall lamp to install XAMPP(urgent)

Discussion in 'Programming/Scripts' started by bam_usic, Jan 21, 2010.

  1. bam_usic

    bam_usic New Member

    Hello,

    I installed ubunto and then installed apache,mysql,phpand perl which apparently is in ubunto repository.
    But now I need to install PEAR for php and actually friend of mine suggested to install XAMPP which contains other files which we need for our application.

    Now I am wondering do I need to unistall apache,mysql,phpand perl and then insall XAMPP.
    please suggest what should I do?

    Thanks,
    Bilal
     
  2. moonspa

    moonspa New Member

    Hi.

    I don't think it's necessary as you are using Ubuntu OS which contains ready to use repository with thousands of packages for each purpose. It's simple:
    • either go to in top panel menu to "System > Administration" and start "Synaptic Package Manager" if you have Ubuntu with GUI, then find package php-pear and install it,
    • or in shell type command "sudo apt-get install php-pear".

    Remember, that user account which is going to be used for installation must be administrator of OS.

    Could be, that Ubuntu OS will ask you to install some other packages in case that "php-pear" depends on something you have not currently installed on it.

    Great on this progress is that there are plenty of such packages for php and wired technologies you can just install out of the box. Further more, each of them is tested, so you will not spend days with its integration to the rest of environment.


    mOOnSPa.
     

Share This Page