Rob Frawley wrote:
[]
> How do I change which instance of the freetype library is being used and/or
> confirm your suspicions?

Just for testing you could do the following:

First confirm that your file /usr/X11R6/lib/libfreetype.6.dylib is 
indeed a symbolic link to some libfreetype.6.x.y.dylib and not a "real" 
file:

ls -l /usr/X11R6/lib/libfreetype.6.dylib

This should show at the end of the line something like

libfreetype.6.dylib -> libfreetype.6.3.5.dylib

Then replace this symlink by one pointing to the freetype219 dylib (this 
is a one line command):

  sudo ln -sf /sw/lib/freetype219/lib/libfreetype.6.3.10.dylib 
/usr/X11R6/lib/libfreetype.6.dylib

After the tests, you can restore the original symlink:

   sudo ln -sf libfreetype.6.3.5.dylib /usr/X11R6/lib/libfreetype.6.dylib

Please don't compile anything while the symlink is changed. If you do, 
going back to the original could crash the binaries compiled while the 
link was changed.

See if this has any influence on the behavior of amarok.

-- 
Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to