Error on Deploying and running the tcp server console application on CentOS.
-
Hi,
I am trying to Deploying and running the tcp server console application on CentOS but I am getting error as show bellow:-
error while loading shared libraries: libQt5XmlPatterns.so.5: cannot open shared object file: No such file or directoryAny help please.
Rahul
-
Hi,
Do you have that library installed ?
-
If you are using your distribution provide Qt, it would be
qt5-qtxmlpatterns
. -
@SGaist said in Error on Deploying and running the tcp server console application on CentOS.:
qt5-qtxmlpatterns
Thank you and yes, I have tried this and got an error as shown below:-
yum install qt5-qtxmlpatterns
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile- base: mirror.as29550.net
- extras: mirror.sov.uk.goscomb.net
- updates: mirror.as29550.net
No package qt5-qtxmlpatterns available.
Error: Nothing to do
But no luck!!!
-
It might have a slightly different name, check with the package manager.