Also, check the memory_limit setting in your php.ini I always set it to 128M before installing Symfony. Symfony fails to install with the default memory_limit
On 2 May 2009, at 20:51, Eno wrote: > > On Sat, 2 May 2009, Innovate2Create wrote: > >> This error message doesn't help me install symfony. I'm on Fedora. >> Latest version of pear. How do I troubleshoot this? >> >> pear install symfony/symfony >> downloading symfony-1.2.7.tgz ... >> Starting to download symfony-1.2.7.tgz (2,695,475 bytes) >> .........................................................................................done >> >> : >> 2,695,475 bytes >> ERROR: pear.symfony-project.com/symfony not installed > > I once 'fixed' this problem by telling pear to use /tmp as its > installer temporary folder before doing the install step (probably a > permissions problem but I never checked - I was just happy it > worked :-) > > You can use 'pear config-show' to see the settings and 'pear config- > set' > to set an individual setting. > > Another 'fix' might be to download the package manually and then > tell pear > to install from the file (i.e. 'pear install symfony-1.2.7.tgz'). > > > -- > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
