--- qt-everywhere-opensource-src-4.8.5/src/network/kernel/qhostinfo_unix.cpp~ 2013-07-12 18:26:48.000000000 +0400 +++ qt-everywhere-opensource-src-4.8.5/src/network/kernel/qhostinfo_unix.cpp 2013-07-12 18:29:20.000000000 +0400 @@ -95,7 +95,7 @@ static res_state_ptr local_res = 0; static void resolveLibrary() { #if !defined(QT_NO_LIBRARY) && !defined(Q_OS_QNX) - QLibrary lib(QLatin1String("resolv")); + QLibrary lib(QLatin1String("resolv.so.2")); lib.setLoadHints(QLibrary::ImprovedSearchHeuristics); if (!lib.load()) return;