Problem after compile qt-everywhere-opensource-src-4.7.4 - ./test: error while loading shared libraries: libQtWebKit.so.4: cannot open shared object f
-
wrote on 16 Sept 2011, 10:06 last edited by
What do I do now? make uninstall and repeat ./configure ?? ./configure of what options ?
-
wrote on 16 Sept 2011, 10:07 last edited by
As Vass noted already a couple of things are not clear from your post.
You are working on Ubuntu, but you compiled Qt for an embedded device. If you want to work and test also on Ubuntu, than you have to compile Qt for for host platform Ubuntu as well.
Where are you starting your test application? -
wrote on 16 Sept 2011, 10:09 last edited by
You can install different versions of Qt on your system. So, you can compile it for embedded devices and also for your host. However, you have to make sure that the installations are not mixed up.
-
wrote on 16 Sept 2011, 10:11 last edited by
:) How to set ubuntu x64 flag in ./configure ?
-
wrote on 16 Sept 2011, 10:25 last edited by
without 'embedded' flag
-
wrote on 16 Sept 2011, 10:27 last edited by
OK :) fast or no-fast ??
-
wrote on 16 Sept 2011, 10:30 last edited by
i try with -fast flag and i hav'e error:
bq. Basic XLib functionality test failed!
You might need to modify the include and library search paths by editing
QMAKE_INCDIR_X11 and QMAKE_LIBDIR_X11 in /opt/qt-everywhere-opensource-src-4.7.4/mkspecs/linux-g++-64. -
wrote on 16 Sept 2011, 10:36 last edited by
It looks that you have not installed all prequisites.
There are a couple of addtional libs you have to install under linux. Add xlib support to your installation. There may be more missing. -
wrote on 16 Sept 2011, 10:38 last edited by
ok i install xlib ;) i have a last question - fast or no-fast ? What is the difference ?
-
wrote on 16 Sept 2011, 10:42 last edited by
This is the explanation from confgure script:
[quote]
@- -no-fast ........... Configure Qt normally by generating Makefiles for all
project files.
-fast .............. Configure Qt quickly by generating Makefiles only for
library and subdirectory targets. All other Makefiles
are created as wrappers, which will in turn run qmake.
@
[/quote]
It might be a matter of taste. I prefer the defaults, so -no-fast .
BTW there are explanations in the script ;-)
- -no-fast ........... Configure Qt normally by generating Makefiles for all
-
wrote on 16 Sept 2011, 10:43 last edited by
bq.
- -no-fast ........... Configure Qt normally by generating Makefiles for all
project files.
-fast .............. Configure Qt quickly by generating Makefiles only for
library and subdirectory targets. All other Makefiles
are created as wrappers, which will in turn run qmake.
recommend no-fast
- -no-fast ........... Configure Qt normally by generating Makefiles for all
-
wrote on 17 Sept 2011, 08:48 last edited by
Ok after make and make install again i have comunicat:
bq. ./test: error while loading shared libraries: libQtWebKit.so.4: cannot open shared object file: No such file or directory
13/15