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/ and then do the sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib As an unexperienced user, I would have never guessed that the FAQ (Q 7.8) entry did refer to my issue. Thank you for being that patient with me. Unfortunately, kmymoney still does not want to compile. I might open another threat for that if I cannot find an answer in the archives. - Steffen Am 25.10.2008 um 19:59 schrieb Alexander Hansen: > > > On Oct 25, 2008, at 5:19 AM, Martin Costabel wrote: > >> > > <snip> > >> This is a bug in Apple's X11 packages; the X11SDK.pkg from xcode is >> incompatible with the X11User.pkg from the system installation. I >> thought there was a Fink FAQ item about this, because this has come >> up >> frequently, but I cannot find it now. > > http://www.finkproject.org/faq/comp-packages.php?phpLang=en#Leopard-libXrandr > >> >> >> If you google for "/usr/X11/lib/libXrandr.2.0.0.dylib: No such file >> or >> directory", you find lots of discussions on Fink and macports mailing >> lists. The simplest fix is to make the missing symlink by hand: >> >> sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib >> >> Different possible fixes are >> >> - edit the file /usr/X11/lib/libXrandr.la so that it mentions >> libXrandr.2.1.0.dylib instead of libXrandr.2.0.0.dylib >> >> - or install xcode-3.1.1. This will fix this particular bug, but it >> will >> introduce several new bugs of the same nature. >> >> - or install the semi-official xquartz update from the macosforge >> site. >> This will fix this and several other bugs in X11, but it needs to be >> reinstalled after every system softwareupdate or xcode update. >> >> -- >> Martin >> > > I guess the FAQ entry could be modified: I've no time for that > right now, though. ------------------------------------------------------------------------- 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
