On Mon, 2008-09-29 at 17:37 -0400, Jim wrote: > how do I make in /usr/lib a file that does not exist, libraw1394.so.8 > and link it to libraw1394.so.11. ---- one way of doing that is ln -s /usr/lib/libraw1394.so.11 /usr/lib/libraw1394.so.8 but in doing so, it appears that you are trying to find a pretty old firewire driver and the newer version may not provide what is expected so your mileage may vary. To remove the 'symbolic link' created by the command above... rm /usr/lib/libraw1394.so.8 Craig -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines