----- Original Message -----
> From: "Gmail" <[email protected]>
> 
> I’ve tried symlinks and it’s still not working.
> 
> ln -s /bin/dbus-* /usr/bin/

ln doesn't do globbing (wildcards) like that.

`ln -s /bin/dbus /usr/bin/dbus` should work for the purposes of installing.

--

Kaleb


_______________________________________________
Gluster-users mailing list
[email protected]
http://www.gluster.org/mailman/listinfo/gluster-users

Reply via email to