Bug 488938 (filezilla_fail_run)

Summary: Missing libtinyxml.so.0
Product: [Fedora] Fedora Reporter: Luya Tshimbalanga <luya>
Component: filezillaAssignee: Nicolas Chauvet (kwizart) <kwizart>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 10CC: kwizart
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-03-06 10:43:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Luya Tshimbalanga 2009-03-06 10:30:23 UTC
Description of problem:
Filezilla will not run from either menu and terminal due to missing libtinyxml.so.0

Version-Release number of selected component (if applicable):
3.1.5.1

How reproducible:
Always

Steps to Reproduce:
1. Try to run the application
2.
3.
  
Actual results:
filezilla: error while loading shared libraries: libtinyxml.so.0: cannot open shared object file: No such file or directory

Expected results:
Filezilla should start

Additional info:

Comment 1 Nicolas Chauvet (kwizart) 2009-03-06 10:43:59 UTC
Unless the package installation have been forced, the library requirement is a very stong rpm dependency. This should have failed at install time, if repository had a temporary problem to find the tinyxml package.

Usually rpm -qR filezilla will output:
...
libtinyxml.so.0()
...

which is present in the $(rpm -ql tinyxml) package
If you do
rpm -e fillezilla
yum install filezilla
it should have fetched the tinyxml package.

There is no bug within the filezilla package itself.

Comment 2 Luya Tshimbalanga 2009-03-06 10:55:05 UTC
(In reply to comment #1)
> Unless the package installation have been forced, the library requirement is a
> very stong rpm dependency. This should have failed at install time, if
> repository had a temporary problem to find the tinyxml package.

Which is odd as I have chosen Filezilla from installation and somehow missed that dependency after a few update. You suggestion worked though.