Description of problem: sqlite 3.3.3 depends on libreadline 4.3, but doesn't list it as dependency Version-Release number of selected component (if applicable): sqlite-3.3.3-1.2 How reproducible: very Steps to Reproduce: 1. install sqlite-3.3.3-1.2 without installing compat-readline43 2. run sqlite3 3. error message displayed about missing libreadline Actual results: Expected results: Additional info:
How did you install? readline should be pulled in as a dep. The only way I can see this going wrong if you installed using nodeps. rpm -qpR sqlite-3.3.3-1.2.i386.rpm | grep readline libreadline.so.5 rpm -e --test readline ... libreadline.so.5 is needed by (installed) sqlite-3.3.5-1.i386
Upgrade from FC3->FC5
Upgrade with anaconda? Please attach /root/upgrade.log, and reopen, other upgrade methods are not supported although most depsolvers should have done the correct thing.