Page 1 of 1

[SOLVED] QScintilla's libs

Posted: 16. May 2011, 09:46
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.

Re: QScintilla's libs

Posted: 16. May 2011, 17:29
by gapan
It's not a bug and it's not a problem either. That's why /etc/profile.d/qt4.sh is there.

Re: QScintilla's libs

Posted: 16. May 2011, 17:38
by thom1
Ok, thanks, I didn't see.