[horde] framework
Edward Francis Klimowicz
edwardk at voicenet.com
Thu Mar 27 18:47:22 UTC 2008
Chuck Hagenbuch wrote:
> I can't reproduce this. What PEAR version do you have?
I can reproduce this using the latest horde CVS HEAD.
The problem, from what I see, is install-packages.php trying to create
/usr/bin/script/ when it already exists as a binary executable.
Installing Rdo:
Warning: mkdir(): File exists in System.php on line 273
Warning: mkdir(): File exists in /usr/share/php/System.php on line 273
Warning: mkdir(): Not a directory in System.php on line 273
Warning: mkdir(): Not a directory in /usr/share/php/System.php on line 273
ERROR: failed to mkdir /usr/bin/script/Horde/Rdo
On my system, /usr/bin/script belongs to the util-linux package. The
install-packages.php script isn't properly checking to see if it can create a
directory before it tries to actually create it.
More information about the horde
mailing list