Bug 488938 (filezilla_fail_run) - Missing libtinyxml.so.0
Summary: Missing libtinyxml.so.0
Keywords:
Status: CLOSED NOTABUG
Alias: filezilla_fail_run
Product: Fedora
Classification: Fedora
Component: filezilla
Version: 10
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nicolas Chauvet (kwizart)
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-03-06 10:30 UTC by Luya Tshimbalanga
Modified: 2009-03-06 10:55 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-03-06 10:43:59 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.