On Friday 8 February 2008, Mick wrote:
> Hi All,
>
> Trying to run webapp-config to install drupal-5.2 in apache-2.2.6-r5.
> Although it ends with "success" it spits out many of these errors:
>
> * Failed to hardlink ([Errno 18] Invalid cross-device link)
>
> >>> file (virtual) themes/pushbutton/tabs-off.png
>
> Have you seen this before?  Needless to say, the resulting drupal
> installation does not work (error 403 on the browser).

Chances are that /usr/share/webapps and /var/www/localhost (or whatever 
your apache documentroot is) are on different filesystems, so hard links 
are not possible. It used to fallback to copying files when hard link 
were not possible, but it seems that it's broken now.
I think this bug is for you:

http://bugs.gentoo.org/show_bug.cgi?id=196469
-- 
gentoo-user@lists.gentoo.org mailing list

Reply via email to