On Thu, Feb 21, 2013 at 7:51 AM, Michal Novotny <[email protected]> wrote:
> Hi,
> thanks again however I've experienced a problem while trying to install PhD:
>
> $ pear install package.xml package_generic.xml
> Cannot install, php_dir for channel "doc.php.net" is not writeable by the
> current user
> $
>
> Are all the permissions fine?
>
> Thanks,
> Michal

Hi Micahl,

The permissions issue here is on your machine. The directory pear is
trying to install the package into needs to be writable by the current
user. To find this dir, you can do

$ pear config-get -c doc.php.net php_dir

Then make sure it's writable by the current user, or run the pear
install command using a user with increased permissions.

Best regards,
--Matthew

-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to