Friday 12 June 2009 5:48:12 pm - 12 replies
Hi all,
Ive been sweating over this all day. I spent a lot of time trying to figure this out. Hopefully its something simple ive overlooked.
When I type this : -
pear install -a ezc/eZComponents
I get this error
Duplicate package channel://components.ez.no/Graph-1.4.2 found
Duplicate package channel://components.ez.no/Graph-1.4.3 found
Ive done a bit of google'ing but im getting nowhere.
Can anyone help?
Glennzo
Friday 12 June 2009 8:07:05 pm
Hello Glenn,
Welcome to eZ Publish and eZ Components.
If it looks like pear is complaining about installing eZ Components why not try updating instead?
pear upgrade ezc/eZComponents
Cheers,
Heath
Modified on Friday 12 June 2009 8:08:16 pm by Heath
Wednesday 24 June 2009 3:46:38 pm
Hi,
no reply ???
I simply tried the same procedure today again:
pear install -a ezc/eZComponents
This time I got:
Duplicate package channel://components.ez.no/ConsoleTools-1.5.1 found
Duplicate package channel://components.ez.no/ConsoleTools-1.5.2 found
install failed
Whenever I try to upgrade error message is the same.
PLs, help. It becomes a little stressy for me....
Many, many thanks in advance again..
Markus
Thursday 25 June 2009 12:09:57 pm
Not really a solution to pear woes, but you can download eZ Publish with the ezcomponents already included, and it will work out of the box without any extra setup steps.
Or you can download the ezcomponents in zip form and unzip it in the lib/ezc dir within eZ Publish.
Thursday 25 June 2009 6:49:21 pm
Thanks to Saad Tazi for the first part of the answer.
In general, if pear finds duplicates, you can specifically install the version you want, then install the rest. For example, I had to perform the following today to install eZComponents:
pear i components.ez.no/ConsoleTools-1.5.2 pear i components.ez.no/Graph-1.4.3 pear i components.ez.no/Mail-1.6.3 pear i components.ez.no/Tree-1.1.3 pear i ezc/eZComponents
If you want the latest beta or RC, you can install ezc/eZComponents-beta instead (at least that's how with PEAR 1.6). I didn't see a better way to do this in the PEAR docs, but perhaps I missed something.
You can also install individual parts of eZComponents in the same manner.
IvoLucien
You must be logged in to post messages in this topic!