so in my / directory intstead of:
   ln -s /var/tmp/tmp tmp
if should have used:
   ln -s ./var/tmp/tmp tmp
?






On 21 Sep 2001, Pixel wrote:

> Jim Drash <[EMAIL PROTECTED]> writes:
>
> > I was using /tmp as a symbolic link to /var/tmp/tmp/ The upgrade fails
> > with a packdrake failure because it cannot mdkdir /mnt/tmp/headers/ I
>
> you should not have absolute symlink. use relative symlink and it will work.
>


Reply via email to