Steffen Losch wrote: > Thank you, that did the trick. It would be helpful to also add where > this symbolic should be created: > > So you first want to change to > > cd /usr/X11/lib/
No, this is not necessary. > and then do the > > sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib The source of the symlink is given by a relative path name here, relative to the directory where the target is created, not to where the command is issued. (Somewhat confusingly, in a symlink a->b, which is created by the command `ln -s b a`, b is called "source" and a, "target".) -- Martin ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
