Click to See Complete Forum and Search --> : configure no finding lib
lamicedaxeh
09-27-2003, 07:13 AM
O.S: woody
Compiler version 3.3.1
App: kig
Hello folks
Configure unable to find libqt-mt.so even when '--with-qt-libraries specifies dir! checked ldconfig and the library is listed. Any ideas on how to over come this problem?
Thanks
Bill
dkeav
09-27-2003, 07:35 AM
do you have the libqt devel packages installed
mdwatts
09-27-2003, 09:10 AM
You will need the qt3 and qt3-devel packages.
lamicedaxeh
09-28-2003, 07:13 AM
thanks dkeav and mdwatts! mdwatts, the solution in my case was to create a symbolic link to the library, removing the version numbers
example:
libmylibrary.so ->. libmylibrary.so.1.2.3
regards
Bill :)
dkeav
09-28-2003, 07:22 AM
thats an odd solution, are you sure that the the path to qt in your profile and the qt dir were correct?
mdwatts
09-28-2003, 09:36 AM
Originally posted by dkeav
thats an odd solution, are you sure that the the path to qt in your profile and the qt dir were correct?
I would agree. If the required packages were installed properly to begin with, all the library paths and symlinks should have been created.