[symfony-users] Re: Problems installing Symfony 1.2.7 on Ubuntu 9.04

2009-07-13 Thread Bruno Bernardino

Hi, I’m having the stupidest issue…

Installing symfony, I’m getting this:

Starting to download symfony-1.2.7.tgz (2,695,475 bytes)
.done:
2,695,475 bytes
Could not rename /usr/bin/.tmpsymfony to /usr/bin/symfony copy(/usr/
bin/symfony): failed to open stream: No such file or directory
ERROR: commit failed

I googled around and found nothing about this.

I also don’t understand what’s the difference between installing
through pear and through apt-get install php5-symfony (it installs,
but I still have no “symfony” command)

If it helps:

— START —
br...@brunoubuntu:~$ sudo which php
/usr/bin/php

br...@brunoubuntu:~$ sudo php -v
PHP 5.2.6-3ubuntu4.1 with Suhosin-Patch 0.9.6.2 (cli) (built: Apr 23
2009 14:35:05)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies

br...@brunoubuntu:~$ sudo which pear
/usr/bin/pear

— END —

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Problems installing Symfony 1.2.7 on Ubuntu 9.04

2009-07-13 Thread Eno

On Mon, 13 Jul 2009, Bruno Bernardino wrote:

 Starting to download symfony-1.2.7.tgz (2,695,475 bytes)
 .done:
 2,695,475 bytes
 Could not rename /usr/bin/.tmpsymfony to /usr/bin/symfony copy(/usr/
 bin/symfony): failed to open stream: No such file or directory
 ERROR: commit failed

Are you running pear as root?

You won't be able to install files into /usr unless you're root.




-- 



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Problems installing Symfony 1.2.7 on Ubuntu 9.04

2009-07-10 Thread Marius Rugan
try to upgrade pear
pear upgrade-all

and channels
pear update-channels

also i found very useful using pear in a controllable manner:
i've deployed pear into /usr/local/pear-local/
keep in mind to modify php.ini include_path for both cli and apache
see /etc/php5/

http://www.akinas.net/pages/en/blog/install-symfony-shared-hosting/
follow the first part. upgrade pear, upgrade channels




On Fri, Jul 10, 2009 at 9:18 PM, Nahuel Santos nahuelsan...@gmail.comwrote:

 Hi, i'm new in the group and i'm new in symfony. I have an Ubuntu 9.04 and
 when I try installing symfony using pear (sudo pear install
 symfony/symfony-1.2.7) pear doesn't install symfony. It can dowload it, but
 instead of getting

 *downloading symfony-1.2.7.tgz ...
 Starting to download symfony-1.2.7.tgz (2,695,475 bytes)
 ...
 *

 *
 ...
 **
 ...
 **
 ...
 **
 ...
 **..done
 : 2,695,475 bytes
 install ok: channel://pear.symfony-project.com/symfony-1.2.7 *


 I only get:

 *Starting to download symfony-1.2.7.tgz (2,695,475 bytes)
 .
 .
 done: 2,695,475 bytes *


 So when I write *symfony -V* I get *bash: symfony: orden no encontrada.*

 I can't get any information from anywhere. If I write sudo pear install
 symfony/symfony, pear installs symfony 1.1.x, and I want to install symfony
 1.2

 If anyone can help me it would be great.

 Bye





 --
 Santos Blasi, Nahuel Alejandro

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Problems installing Symfony 1.2.7 on Ubuntu 9.04

2009-07-10 Thread Nahuel Santos
I've already tryed upgradig all, and it didn't work. But I could fix it with
command *sudo peardev install symfony/symfony-1.2.7*

Thanks

2009/7/10 Marius Rugan mariusru...@gmail.com

 try to upgrade pear
 pear upgrade-all

 and channels
 pear update-channels

 also i found very useful using pear in a controllable manner:
 i've deployed pear into /usr/local/pear-local/
 keep in mind to modify php.ini include_path for both cli and apache
 see /etc/php5/

 http://www.akinas.net/pages/en/blog/install-symfony-shared-hosting/
 follow the first part. upgrade pear, upgrade channels





 On Fri, Jul 10, 2009 at 9:18 PM, Nahuel Santos nahuelsan...@gmail.comwrote:

 Hi, i'm new in the group and i'm new in symfony. I have an Ubuntu 9.04 and
 when I try installing symfony using pear (sudo pear install
 symfony/symfony-1.2.7) pear doesn't install symfony. It can dowload it, but
 instead of getting

 *downloading symfony-1.2.7.tgz ...
 Starting to download symfony-1.2.7.tgz (2,695,475 bytes)

 ...
 *

 *
 ...
 **
 ...
 **
 ...
 **
 ...
 **..done
 : 2,695,475 bytes
 install ok: channel://pear.symfony-project.com/symfony-1.2.7 *


 I only get:

 *Starting to download symfony-1.2.7.tgz (2,695,475 bytes)
 .
 .
 done: 2,695,475 bytes *


 So when I write *symfony -V* I get *bash: symfony: orden no encontrada.*

 I can't get any information from anywhere. If I write sudo pear install
 symfony/symfony, pear installs symfony 1.1.x, and I want to install symfony
 1.2

 If anyone can help me it would be great.

 Bye





 --
 Santos Blasi, Nahuel Alejandro




 



-- 
Santos Blasi, Nahuel Alejandro

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Problems installing Symfony 1.2.7 on Ubuntu 9.04

2009-07-10 Thread Alexandru-Emil Lupu
is would suggest using sudo pear install 
alecs

On Sat, Jul 11, 2009 at 1:07 AM, Marius Rugan mariusru...@gmail.com wrote:

 try to upgrade pear
 pear upgrade-all

 and channels
 pear update-channels

 also i found very useful using pear in a controllable manner:
 i've deployed pear into /usr/local/pear-local/
 keep in mind to modify php.ini include_path for both cli and apache
 see /etc/php5/

 http://www.akinas.net/pages/en/blog/install-symfony-shared-hosting/
 follow the first part. upgrade pear, upgrade channels





 On Fri, Jul 10, 2009 at 9:18 PM, Nahuel Santos nahuelsan...@gmail.comwrote:

 Hi, i'm new in the group and i'm new in symfony. I have an Ubuntu 9.04 and
 when I try installing symfony using pear (sudo pear install
 symfony/symfony-1.2.7) pear doesn't install symfony. It can dowload it, but
 instead of getting

 *downloading symfony-1.2.7.tgz ...
 Starting to download symfony-1.2.7.tgz (2,695,475 bytes)

 ...
 *

 *
 ...
 **
 ...
 **
 ...
 **
 ...
 **..done
 : 2,695,475 bytes
 install ok: channel://pear.symfony-project.com/symfony-1.2.7 *


 I only get:

 *Starting to download symfony-1.2.7.tgz (2,695,475 bytes)
 .
 .
 done: 2,695,475 bytes *


 So when I write *symfony -V* I get *bash: symfony: orden no encontrada.*

 I can't get any information from anywhere. If I write sudo pear install
 symfony/symfony, pear installs symfony 1.1.x, and I want to install symfony
 1.2

 If anyone can help me it would be great.

 Bye





 --
 Santos Blasi, Nahuel Alejandro




 



-- 
As programmers create bigger  better idiot proof programs, so the universe
creates bigger  better idiots!
I am on web:  http://www.alecslupu.ro/
I am on twitter: http://twitter.com/alecslupu
I am on linkedIn: http://www.linkedin.com/in/alecslupu
Tel: (+4)0748.543.798

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Re: Problems installing Symfony 1.2.7 on Ubuntu 9.04

2009-07-10 Thread Eno

On Fri, 10 Jul 2009, Nahuel Santos wrote:

 Hi, i'm new in the group and i'm new in symfony. I have an Ubuntu 9.04 and
 when I try installing symfony using pear (sudo pear install

I once had this problem and I 'fixed' it by configuring pear to use /tmp 
for its temporary work directory.


-- 



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---