Brian Postow wrote: > > > On Fri, Feb 20, 2009 at 12:30 PM, Alexander Hansen > <[email protected] <mailto:[email protected]>> wrote: > > fink-virtual-pkgs --debug > > > - checking for library libX11.6.dylib... missing > - checking for Growl... missing > > > I made the symlink, and it didn't help > > I do have: /usr/X11R6/lib/libX11.6.2.0.dylib > Is there some config I need to do? > > Thanks again. The symlink was /usr/X11R6-> X11, right?
$ ls -ld /usr/X11R6 lrwxr-xr-x 1 root wheel 3 2009-01-09 14:51 /usr/X11R6 -> X11 If you don't have libX11.6.dylib you need to reinstall the X11User package (from your OS install media); especially because that's the real library on Leopard's X11: $ ls -ld /usr/X11R6/lib/libX11*.dylib lrwxr-xr-x 1 root wheel 14 2009-01-09 14:51 /usr/X11R6/lib/libX11.6.2.0.dylib -> libX11.6.dylib -rwxrwxr-x 1 root wheel 4002088 2008-12-28 07:08 /usr/X11R6/lib/libX11.6.dylib lrwxr-xr-x 1 root wheel 14 2009-01-09 14:51 /usr/X11R6/lib/libX11.dylib -> libX11.6.dylib Or download the one from macosforge.org -- Alexander Hansen Fink User Liaison ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
