[Slackbuilds-users] Missing soft link in package "virtualbox-ose-addons"

Heinz Wiesinger pprkut at liwjatan.at
Thu Mar 12 20:18:43 UTC 2009


On Thursday 12 March 2009 01:13:29 Jorge Gajon wrote:
> Hi, I've been playing with VirtualBox recently and I have a Slackware
> system running as a guest on a virtual machine. I built and installed
> the "virtualbox-ose-addons" package from SBo.
>
> Everything worked okay except for mounting VirtualBox shared folders
> from within the guest. The reason was that the "mount" program could
> not locate the helper program needed to do the mounting. "mount" tries
> to find helper programs at the "/sbin" directory, but the
> "mount.vboxsf" program built by the slackbuild was installed at
> "/usr/sbin".
>
> A simple soft link resolves the issue.

Oh my. Thank you very much for that report. I had this issue for a long time 
but never found a solution. That it would be so simple.....

> I suggest adding these two
> lines to the "doinst.sh" of the slackbuild:
>
> ( cd sbin ; rm -rf mount.vboxsf )
> ( cd sbin ; ln -sf /usr/sbin/mount.vboxsf mount.vboxsf )

Not necessary. You can directly modify it in the script. Change

   install -m 4755 mountvboxsf $PKG/usr/sbin/mount.vboxsf

to

  install -m 4755 mountvboxsf $PKG/sbin/mount.vboxsf

If you can confirm that this works for you too I will update the script.

Grs,
Heinz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20090312/349669cc/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20090312/349669cc/attachment-0001.sig>


More information about the SlackBuilds-users mailing list