|
From: Dmitri A. S. <das...@gm...> - 2014-06-16 03:42:09
|
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)
Dmitri.
--
|