Opened 12 years ago

Closed 11 years ago

Last modified 9 years ago

#275 closed defect (fixed)

Qt 4.7.3 yum install as the preferred method

Reported by: Machster Owned by:
Priority: minor Milestone: Qt 5
Component: General Version: 4.7.3
Severity: medium Keywords:
Cc:

Description

I installed a fresh Qt4 install in Ecomstation 2.1 using yum. Installation was verified by downloading and successfully opening a few apps. However, half of the apps I installed did not open at all. For example the web browsers Surfer and QtWeb?.

I uninstalled the yum installation and manually installed the Qt files to the root of my drive and modified config.sys. From then on all of the apps I had installed launched perfectly.

This above was repeated twice with the same results. Yum install seems to be an issue with [at least] eComstation 2.1.

Change History (3)

comment:1 Changed 12 years ago by Dmitry A. Kuminov

Which apps did not work, exactly? And what parts of Qt did you install using yum?

Most likely, you didn't install some part required by the application. In such case, this is a problem of the application, not Qt or Yum. To solve this problem, the author of the application should either make it available through yum (in this case all requirements will be installed automatically) or properly list what packages need to be installed with yum install for his application.

Since you mention QtWeb?, then probably the package that you need is libqt4-webkit. Try to do the following:

yum install libqt4-webkit

to see if it solves your problem.

comment:2 Changed 11 years ago by Silvan Scherrer

Resolution: fixed
Status: newclosed

no more update from the reporter, so i assume it's fixed.

comment:3 Changed 9 years ago by Silvan Scherrer

Milestone: Qt 4.nextQt 5

Milestone renamed

Note: See TracTickets for help on using tickets.