Softaculous


Topic : Cannot mix incompatible Qt library (version 0x40806) with this library (version 0x40805)


Posted By: alain.roger on February 22, 2016, 6:55 pm
Hi,

i guess serveral people had such issue on Kubuntu while running AMPPS.
doing s sudo ./Ampps returns me error:
Cannot mix incompatible Qt library (version 0x40806) with this library (version 0x40805)

How did you solve it ? Because i searched on internet and nobody has the same solution. Moreover nothing seems to work for me.

Hard to believe that devs did not find a solution for such issue.

Thx


-----------------------
web agency: http://www.rogtek.com
facebook: http://www.facebook.com/rogtek

Posted By: alain.roger on February 22, 2016, 8:11 pm | Post: 1
So finally i found a way to create a AMPPS package with Qt 4.8.6 by replace the following 3 files:
libQtCore.so.4
libQtGui.so.4
libQtNetwork.so.4

using the Qt 4.8.5 by the same files but from Qt 4.8.6 directly overwritting them by the same files from /usr/lib/x86_64-linux-gnu/ directory

In my case i have a x64 machine Kubuntu 15.10 and it works like a charm

SO basically people from Softaculous should just replace the files to make it works.

HTH

Alain


-----------------------
web agency: http://www.rogtek.com
facebook: http://www.facebook.com/rogtek

Posted By: axltop on May 12, 2016, 4:47 am | Post: 2
I had the same error on two different versions of ubuntu - 15.10 and 16.04.
I
I have tried just moving the mention  files out from /ampps directory and it works on 16.04.

Posted By: dan_ on May 30, 2016, 7:47 am | Post: 3
The same happened to me too on a freshly installed Kubuntu 16.04 LTS system (64-bit).

Upon installing Ampps I followed these instructions: http://ampps.com/wiki/Installing_AMPPS_on_Linux

sudo ./Ampps gave me this error:
Cannot mix incompatible Qt library (version 0x40807) with this library (version 0x40805)

Then I moved the libQt* files to a backup folder, as suggested. Another error was displayed:

"sni-qt/4379" WARN  09:08:56.359 void StatusNotifierItemFactory::connectToSnw() Invalid interface to SNW_SERVICE
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/x/.config/ibus/bus
Bus::open: Can not get ibus-daemon's address.
IBusInputContext::createInputContext: no connection to ibus-daemon
Enter password: X Error: RenderBadPicture (invalid Picture parameter) 143
  Extension:    139 (RENDER)
  Minor opcode: 7 (RenderFreePicture)
  Resource id:  0x4af
X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 18 (X_ChangeProperty)
  Resource id:  0x7600003
X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 4 (X_DestroyWindow)
  Resource id:  0x7600003


(Yesterday I also tried with downloaded libQt* files with which I replaced the original ones, but no success.)

Control Center starts though, but there is some problem with MySQL (but I think this should go to another topic).

Posted By: Rishi_P on May 31, 2016, 3:57 am | Post: 4
Hi,

You are facing this issue because another version of Qt is installed on your machine. You have to uninstall qt to run Ampps.

Posted By: dan_ on May 31, 2016, 12:22 pm | Post: 5
It seems that the problem is solved by removing libQt* files from /usr/local/ampps. Thank you Rishi_P for your quick reply.

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.