Questions tagged [qt]
8 questions
1
vote
1 answer
Unable to install qt55 in Amazon Linux AMI
I'm trying to install capybara-webkit on centos 7 as per the instructions at https://github.com/thoughtbot/capybara-webkit/wiki/Installing-Qt-and-compiling-capybara-webkit but I'm getting an error
sudo yum install epel-release
Loaded plugins:…

loganathan
- 240
- 2
- 13
1
vote
2 answers
Compiling Ubuntu server: "libQtGui.so: undefined reference to png functions" errors
I want to compile wkhtmltopdf on Ubuntu Server, but I have a problem with following errors:
/usr/lib/libQtGui.so: undefined reference to `png_read_info@PNG12_0'
/usr/lib/libQtGui.so: undefined reference to…

Kowalikus
- 193
- 1
- 2
- 5
1
vote
0 answers
How to run different versions of OpenSSL
The upgrade to Ubuntu 22.04 broke the Qt 6.x compatibility with OpenSSL (it requires 1.x but there are 3.x installed).
I solved the issue following this procedure. Now I can run the network functions of my Qt application.
However this workaround…

Mark
- 155
- 1
- 2
- 7
0
votes
2 answers
RHEL 8 Qt 4.8 packages
I need Qt4 packages for RHEL 8. "yum search qt" on RHEL 8.0 reveals only Qt5 packages.
Are there any Qt4.8 (or later) packages for RHEL 8?

Paul
- 295
- 5
- 10
0
votes
0 answers
Installing PySide on an Amazon EC2 Instance Running Django
So I realize my title is almost laughable, but my situation is this. I have a fairly complicated desktop app written in Python and the PySide Qt bindings and I need to make a stripped down version of it that can run online. My basic procedure is to…

The Bearded Templar
- 101
- 2
0
votes
1 answer
qt47-webkit-devel installation conflicts?
I'm receiving several conflicts while trying to install qt47-webkit-devel on a CentOS 6.4 server, the meat of the conflicts is here:
--> Processing Conflict: 1:qt47-x11-4.7.2-1_18.el6.x86_64 conflicts qt-x11 < 1:4.7.2-1_18.el6
--> Processing…

ehime
- 597
- 2
- 7
- 15
0
votes
1 answer
rdiff-backup -r is not working with QT
I am using rdiff-backup to get previous version of the files from server with this command:
rdiff-backup --no-hard-links --force -r "DATE" "USERNAME@IP::SERVER PATH" "CLIENT PATH"
I can do this with command prompt manually easily , but when i run…

Cüneyt Durmaz
- 1
- 2
-1
votes
1 answer
Compile Qt project for Linux on remote Windows server
I have a high-configuration server with Windows 7 and several workstations with different versions of Linux (Ubuntu 12.04, Debian Squeeze). I want to copy sources of project to remote server, compile it to Linux executables, copy it back to Linux…

Riateche
- 99
- 4