[SOLVED] QScintilla's libs

You think you have found a bug? Let us know about it.
Post Reply
thom1
Posts: 28
Joined: 16. May 2011, 09:40

[SOLVED] QScintilla's libs

Post by thom1 »

Libs from QScintilla package are installed in "/usr/lib${LIBDIRSUFFIX}/qt/lib". Softwares who need those libs (sqliteman for example) don't find them because there are not in ldconfig cache.
We have to "echo /usr/lib/qt/lib >> /etc/ld.so.conf && ldconfig" to solve the problem.

It must be a slackware problem.
Last edited by thom1 on 16. May 2011, 17:39, edited 1 time in total.
Thomas Bourdon
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: QScintilla's libs

Post by gapan »

It's not a bug and it's not a problem either. That's why /etc/profile.d/qt4.sh is there.
Image
Image
thom1
Posts: 28
Joined: 16. May 2011, 09:40

Re: QScintilla's libs

Post by thom1 »

Ok, thanks, I didn't see.
Thomas Bourdon
Post Reply