[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Phantomjs can't find libQt5Core.so.5 via ldd on buster



Hi Andreas

On Thursday, 14 November 2019 10:32:36 CET Andreas Tille wrote:
> On Thu, Nov 14, 2019 at 09:35:20AM +0100, Leopold Palomo-Avellaneda wrote:
> > On 14/11/19 9:26, Andreas Tille wrote:
> > > $ phantomjs --version
> > > /usr/lib/phantomjs/phantomjs: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory
> > > 
> > > $ ldd /usr/lib/phantomjs/phantomjs | grep "not found"
> > >         libQt5Core.so.5 => not found
> > I'm not able to able to reproduce this bug with the same versions. Could you
> > check if libQt5Core.so.5 is there?
> 
> I've checked this including that the symlinks were set properly.  I even
> did a
> 
>    sudo apt-get --reinstall install libqt5core5a 
> 
> to be really sure.

Is /etc/ld.so.conf.d/ changed on your machine?

What does 
strace phantomjs --version

That should give you an indication where the program is looking for libraries.

Hope that helps.

Regards
Gudjon




Reply to: