Try first: pear upgrade PEAR pear upgrade
Pear installs aren't always the most uptodate. Although personally I usually follow something like: mkdir -p /home/sfprojects/projectName cd /home/sfprojects/projectName mkdir -p lib/vendor cd lib/vendor svn export http://svn.symfony-project.com/tags/RELEASE_Version_You_Want symfony and then from there continue as usual with the config check, Symfony version check and creating the project. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: 02 May 2009 22:05 To: [email protected] Subject: [symfony-users] Re: pear install symfony/symfony fails I increased my memory limit to 128M and did everything that you described. Nothing worked except for pear install symfony-1.2.7.tgz which yielded this error message: pear install symfony-1.2.7.tgz Unknown channel "pear.example.com" Parsing of package.xml from file "/tmp/pear/download/symfony-1.2.7/test/unit/plugin/fixtures/sfTestPlugin/sfTestPlugin-1.0.3/package.xml" failed install failed -----Original Message----- From: "Eno" <[email protected]> Sent: Saturday, May 2, 2009 3:51pm To: "[email protected]" <[email protected]> Subject: [symfony-users] Re: pear install symfony/symfony fails 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 -~----------~----~----~----~------~----~------~--~---
