hello all,

I am trying to do a pear installation of symfony 1.2.3 but i am having
problems in it. here are the steps that i followed:

1. Installed pear.
> c:\xampp\php\go-pear.bat

2. Checking the version info of php and pear.
> php -v
PHP 5.2.6 (cli) (built: May  2 2008 18:02:07)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
    with Xdebug v2.0.3, Copyright (c) 2002-2007, by Derick Rethans

> pear list
INSTALLED PACKAGES, CHANNEL PEAR.PHP.NET:
=========================================
PACKAGE          VERSION STATE
Archive_Tar      1.3.2   stable
Console_Getopt   1.2.3   stable
PEAR             1.7.1   stable
Structures_Graph 1.0.2   stable

3. Adding the channel to pear (Got an error)
> pear channel-discover pear.symfony-project.com
Discovery of channel "pear.symfony-project.com" failed (channel-add:
Cannot open
 "http://pear.symfony-project.com/channel.xml"; (File http://pear.symfony-project
.com:80/channel.xml not valid (redirected but no location)))

4. Saved the channel.xml locally and then added the channel
> pear channel-add c:\channel.xml
Adding Channel "pear.symfony-project.com" succeeded

> pear list-channels
REGISTERED CHANNELS:
====================
CHANNEL                  SUMMARY
pear.php.net             PHP Extension and Application Repository
pear.symfony-project.com symfony project PEAR channel
pecl.php.net             PHP Extension Community Library
__uri                    Pseudo-channel for static packages

> pear channel-info pear.symfony-project.com
CHANNEL PEAR.SYMFONY-PROJECT.COM INFORMATION:
=============================================
Name and Server         pear.symfony-project.com
Alias                   symfony
Summary                 symfony project PEAR channel
Validation Package Name PEAR_Validate
Validation Package      default
Version
SERVER CAPABILITIES
===================
TYPE VERSION/REST TYPE FUNCTION NAME/REST BASE
rest REST1.0           http://pear.symfony-project.com/Chiara_PEAR_Server_REST/
rest REST1.1           http://pear.symfony-project.com/Chiara_PEAR_Server_REST/


5. Installing symfony
> pear install symfony/symfony
No releases for package "symfony/symfony" exist
Cannot initialize 'channel://pear.symfony-project.com/symfony',
invalid or missi
ng package file
Package "channel://pear.symfony-project.com/symfony" is not valid
install failed

Have I gone wrong somewhere or missed something that I am getting an
error in the last step. No releases exist. How can this be resolved?

---------------------------------------------------------------
Thanks and Regards
Vikram


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to