|
From: Philipp K. J. <ja...@ie...> - 2014-06-16 04:18:33
|
On Sun, 15 Jun 2014 22:42:01 -0500 "Dmitri A. Sergatskov" <das...@gm...> wrote: > On Sun, Jun 15, 2014 at 10:15 PM, Philipp K. Janert <ja...@ie...> > wrote: > > > > > > > > > > > Anything I should try to get more info? > > > > > > > > > > > Could you send the output of > > > > > > > > > ldd /usr/local/bin/gnuplot > > > > > > (assuming this is where you install gnuplot) > > > > > > Dmitri. > > > > Below... > > > > OK, so Qt5 libraries linked in are: > > libQt5Network.so.5 > => /usr/lib/x86_64-linux-gnu/libQt5Network.so.5 (0x00007f1dcdfc1000) > libQt5Gui.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 > (0x00007f1dcd9f4000) > libQt5Core.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 > (0x00007f1dcd3e0000) > > -------------- > On my computer (Fedora 20) : > > libQt5Network.so.5 => /lib64/libQt5Network.so.5 > (0x00007fd50a499000) libQt5Svg.so.5 => /lib64/libQt5Svg.so.5 > (0x00007fd50a24a000) libQt5PrintSupport.so.5 > => /lib64/libQt5PrintSupport.so.5 (0x00007fd509fe4000) > libQt5Widgets.so.5 => /lib64/libQt5Widgets.so.5 > (0x00007fd509797000) libQt5Gui.so.5 => /lib64/libQt5Gui.so.5 > (0x00007fd509131000) libQt5Core.so.5 => /lib64/libQt5Core.so.5 > (0x00007fd508ace000) > > > So your compile is missing few libraries. > > Do you have libQt5Widgets.so.5 on your computer? > (mine came in qt5-qtbase-gui-5.2.1-8 package) Yes: 2013 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so -> libQt5Widgets.so.5.0.2 2013 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 -> libQt5Widgets.so.5.0.2 2013 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.0 -> libQt5Widgets.so.5.0.2 2013 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.0.2 > > Dmitri. > -- |