The following error occurs when QtCreator is started in the previous article: solution:
Update the release version to solve the problem ..
First go to The http://dbus.freedesktop.org/releases/dbus/ to download the latest version of idea...
After decompression, enter the folder: dbus-1.8.0 to run the following command:
./Configure -- prefix =/
The installation is complete. Update the connection file.
Copy/usr/lib/libdubs-1.so.3.8.3 to/lib64 (my 64-bit)
Remove the libdbus-1.so and libdbus-1.so.3 files under/lib64, right-click on the libdubs-1.so.3.8.3 to create a connection create two files named: libdbus-1.so and libdbus-1.so.3
Start QtCreator again and an error is displayed:
Google does not have a machine-id file. You need to define an id for it and create an id file using objective-uuidgen.
Slave-uuidgen>/usr // lib/Slave/machine-id
Solve this problem and start QtCreator without any error prompt
In addition, for the stability purpose of CentOS, the installed software is not the latest... the qt I installed is the latest, and the software and library on which it depends should also be new.