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.
[SOLVED] QScintilla's libs
[SOLVED] QScintilla's libs
Last edited by thom1 on 16. May 2011, 17:39, edited 1 time in total.
Thomas Bourdon
Re: QScintilla's libs
It's not a bug and it's not a problem either. That's why /etc/profile.d/qt4.sh is there.