> Try running
>
> find -name /sw/lib -name "*.la" | xargs grep -l
> /usr/X11/lib/libXdamage.1.0.0.dylib | xargs dpkg -S | sort | cut -d: -f1
> | uniq |
>
> which may return a list of one or more packages.  Try using "fink
> rebuild <packagename>" on anything that comes up there.
>
> If nothing comes up there, we'll look elsewhere for the reference to
> that nonexistent library.
>   
I got ahead of myself.  The correct command is:

find -name /sw/lib -name "*.la" | xargs grep -l 
/usr/X11/lib/libXdamage.1.0.0.dylib | xargs dpkg -S | sort | cut -d: -f1| uniq 


-- 
Alexander Hansen
Fink User Liaison


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to