[SOLVED] QScintilla's libs
Posted: 16. May 2011, 09:46
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.
We have to "echo /usr/lib/qt/lib >> /etc/ld.so.conf && ldconfig" to solve the problem.
It must be a slackware problem.