su to root cd /PATHtoYOURbinaryFILE THEN Paste the following: yum provides $(LD_LIBRARY_PATH=${PWD}/lib ldd ./NAMEofBINARY | grep “not found” | sort | uniq | awk ‘{print $1}’) | grep fc16 | awk ‘{print $1}’ | sort | uniq The above example is for Fedora Core 16. If your release is Fedora Core 17 for example: yum… Continue reading Command to check Dynamic Dependencies
Month: June 2012
F17 DVD+R/W Install
Steps to install the lastest Fedora 17 to an x64 system when you have Windows. 1)Boot to Windows. 2) Download the Fedora 17 KDE x64 install DVD from the following: Fedora 17 KDE x64 DVD download 3) Burn that ISO file to a DVD+R/W disk. 4) Boot to the DVD+R/W 5) Run the installation.
Fedora 17 ATi Driver
The following is a method of installing the Catalyst Driver in Fedora 17. Open terminal su to root rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm – – yum install akmod-catalyst -y