Forums LAMPStack

LAMPStack and PEAR

Subscribe to LAMPStack and PEAR 5 post(s), 2 voice(s)

 
Avatar rjregenold 2 post(s)

I just installed the LAMP stack on VectorLinux 5.8 Standard. I want to install the symfony framework using pear, but whenever I type pear, I get the following error:

prompt$ pear
/home/username/development/lampstack-0.9/php/bin/pear: line 28: /root/cvs/bitnami-code/build/output/php/bin/php: No such file or directory
/home/username/development/lampstack-0.9/php/bin/pear: line 28: exec: /root/cvs/bitnami-code/build/output/php/bin/php: cannot execute: No such file or directory

I checked the php/bin/php-config file and it has several references to /root/cvs/bitnami-code/build/output/...

Do I need to change those to something else? Any help is greatly appreciated.

Thanks.

 
Avatar antonio Administrator 508 post(s)

We currently do not include PEAR in this release. Is this something you need?, we can add it for the next one

 
Avatar rjregenold 2 post(s)

I think it would be nice to have. I am developing a project for school and it uses the symfony PHP framework. It would be really nice to be able to pull down the LAMPstack, install symfony using pear, and then have a self contained development environment to work in.

Thanks for the quick reply.

 
Avatar antonio Administrator 508 post(s)

You’re welcome ;)

 
Avatar antonio Administrator 508 post(s)

Hey rjregenold, PEAR is included in the latest version of LAMPStack (0.9.1) :)

Forums LAMPStack